Turn notes into flashcards & quizzes with AI! Study solo or challenge friends in real time. Export to Quizlet or Kahoot with ease! Made by Vicente Rivera, Deborah Rabinovich, Matt Kraus, and Marena Aboud
- ๐๏ธ Audio Transcription - AWS Transcribe converts 2hr+ lectures to text
- ๐ค AI Generation - AWS Bedrock creates summaries, flashcards, quizzes
- โพ๏ธ Infinite Practice - AI generates unlimited unique questions (our killer feature)
- ๐ฎ Multiplayer Quiz - Real-time Kahoot-style competitions with room codes
- ๐ค Export Anywhere - Download as Quizlet CSV or Kahoot JSON
Frontend: React, Vite, Tailwind CSS
Backend: AWS Lambda (14 functions), Serverless Framework
AI: AWS Bedrock (Claude 3.5 Sonnet)
Audio: AWS Transcribe
Database: DynamoDB (GSI + TTL)
API: AWS API Gateway
# Backend
cd backend && npm install && serverless deploy
# Frontend
cd frontend && npm install
echo "VITE_API_URL=https://[YOUR_API].execute-api.us-east-1.amazonaws.com/dev" > .env
npm run dev