Xenora is a high-performance AI ecosystem built specifically for educators and content creators. It streamlines the journey from a simple lesson topic to a full production-ready curriculum using state-of-the-art generative AI.
- AI Lesson Planner: Generate structured pedagogy from simple topics with grade-specific objectives.
- Curriculum Builder: Design entire course structures and learning paths.
- Interactive Quiz & Worksheet Creator: Instantly produce assessment materials.
- Diagram & Illustration Generator: Visualize complex concepts with AI-generated graphics.
- AI Research Assistant: Multimodal AI (Text + Image) for deep research and insights.
- AI Audio Translation & Dubbing: Translate and dub content into different languages effortlessly.
- Script Generation: Generate compelling scripts for videos and presentations.
- Image & Video Generation: Turn ideas into high-quality media assets.
- Smart Editing Suite: Integrated tools for AI-enhanced image and video manipulation.
- Framework: Next.js 15 (App Router)
- AI Engine: Google Genkit with Gemini 2.5 Flash & Imagen 4
- Backend/Auth: Firebase (Firestore, Firebase Auth)
- Styling: Tailwind CSS & ShadCN UI
- Deployment: Firebase App Hosting
src/app: Next.js App Router routes and layouts.src/ai/flows: Genkit AI logic for all generative features (Lesson Planner, Scripts, etc.).src/firebase: Firebase configuration, hooks, and security logic.src/components/ui: Reusable ShadCN UI components.