TeducAI Platform Docs

Guides / Getting started

Platform overview

The module map and the shared services every module builds on.

Shared foundation

Every module consumes the same core services rather than re-implementing them: identity & RBAC, the active context (organization / school / model / year), the centralized Payment Service, the AI platform, notifications and analytics.

Module map

AreaModules
CoreAuth, context, system, site (CMS), platform (departments, feature flags, global search)
SISStudents, student lifecycle, guardians, emergency contacts, medical records
AcademicClasses, subjects, the timetable engine, pedagogy, grades, attendance, GPA
AI41 agents + LLM router, chat, automation, credits, AI learning generators
FinanceFees, the centralized Payment Service, payroll, AI credits
Smart TransportFleet, drivers, vehicles, routes, stops, GPS, boarding, incidents, fuel, AI optimizer
OperationsCommunication, HR/leave, analytics, extensibility

Zero data duplication

Modules never copy each other's data. Transport reads students from the SIS; billing reads fees from Finance; the parent app reads grades from the academic module — all through well-defined, school-scoped APIs.