MindVerse is a comprehensive AI-powered educational platform designed to assist South African teachers and students. Leveraging the Google Gemini API, it generates curriculum-aligned content—including lesson plans, quizzes, study guides, and project ideas—tailored to specific grade levels (Grade R–12), subjects, and official languages.
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio:
ai.studio
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in .env.local to your Gemini API key
3. Run the app:
`npm run dev`