StudBud is a high-fidelity AI application designed to transform notes and topics into interactive flashcards and quizzes instantly. It's powered by a state-of-the-art AI model to provide fast and accurate study materials.
- 🚀 Fast Generation: Leverages a powerful AI model for near-instant generation.
- 📇 Study Modes: Toggle between 3D animated flashcards and interactive quizzes.
- 📄 Multimodal: Paste text, upload files, or just provide a topic.
- 🌗 Dark Mode: Neon cyan minimalist interface designed for focus.
- Get an API Key: Obtain an API key from your preferred AI service provider that is compatible with the OpenAI SDK format.
- Environment: Create a
.envfile and add your key:VITE_AI_API_KEY=your_key_here
- Install & Run:
npm install npm run dev
MIT