A fun, interactive AI tutor that teaches STEM concepts to secondary school students in East Africa. The tutor explains topics using simple language, local real-life analogies, and code-switching (English + Swahili/Sheng). The demo shows gamified learning with levels, points, and digital badges, locked topics and levels to highlight premium features
# 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`