A brain training app that uses AI to generate personalized learning challenges. Built with Flutter and uses Hackclub AI for now, it adapts to how you learn and keeps things interesting with daily challenges.
This app generates quiz content on the fly based on your progress and preferences. Instead of following a fixed path, the AI creates new challenges and adjusts difficulty as you go. You can track streaks, review past challenges, and follow learning paths that match your goals.
The main idea is to make learning feel less repetitive by generating fresh content each time, while still tracking your progress and keeping you challenged at the right level.
- AI-generated learning challenges
- Dynamic difficulty that adjusts based on your performance
- Daily challenges to build consistency
- Learning streaks and progress tracking
- Custom learning paths tailored to your goals
- Review functionality for completed challenges
- User authentication and data storage via Supabase
SVID_20251013_214225_1.1.mov
This project requires Flutter to be installed.
- Clone the repository:
git clone https://github.com/hridaya423/neurobits cd neurobits - Set up environment variables:
- Create a
.envfile in the root directory.SUPABASE_URL=YOUR_SUPABASE_URL SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY
- Create a
- Install dependencies:
flutter pub get
- Run the app:
flutter run
MIT LICENSE