Skip to main content

Roadmap

Phase 1: Foundation (Current)

  • Project repo initialized
  • Design system (DESIGN.md + Tailwind export)
  • Docs site scaffolded (this site)
  • Backend FastAPI scaffold (auth, health check)
  • RAG pipeline: textbook PDF ingestion → chunking → embeddings

Phase 2: Core AI Agents

  • Lesson plan generation agent (RAG + LLM)
  • PPT generation agent
  • Knowledge base RAG search
  • Voice input (speech-to-text + terminology correction)

Phase 3: Teacher Web Portal

  • User auth (JWT + bcrypt)
  • Unified workspace dashboard
  • Quick-input lesson planning
  • Lesson plan editor (rich text + version control)
  • Material archiving & export

Phase 4: Advanced Features

  • Mind map generation
  • Blackboard design (handwritten style)
  • Current affairs news push
  • Exam point mapping
  • Teaching design & verbatim script generation

Phase 5: Admin & Deployment

  • Admin backend (knowledge base management, permissions)
  • Content audit & logging
  • Production deployment (Cloudflare tunnel + domain)
  • Performance optimization & testing