KahootGPT - kahootgpt.itsmarsss.com
AI-powered Kahoot assistant. Now with a free tier.
- Free tier: 5 queries/week, resets Mondays
- No API key needed for setup anymore (backend-powered)
- Use your own API key as fallback when free queries run out
- New subscription plans: Light ($4.99), Monthly ($9.99), Yearly ($89.99)
- +10 bonus queries if you leave a 5-star rating
- Real-time query count updates
- Fixed subscription renewal webhook bug
- AI answer suggestions
- Auto-highlight best answer
- Auto-tap (premium only) - hands-free mode
- File upload support
- Multi-select answer support
- Works with any Kahoot (public or private)
Chrome: Web Store Link
Firefox: Add-ons Link
| Plan | Price | Queries | Features |
|---|---|---|---|
| Free | $0 | 5/week | Basic features, resets Monday |
| Light | $4.99/mo | 100/week | All features, weekly reset |
| Monthly | $9.99/mo | Unlimited | All features + auto-tap |
| Yearly | $89.99/yr | Unlimited | Save 25%, all features + auto-tap |
Bonus: +10 queries for leaving a 5-star review
- Install extension
- Join a Kahoot (host must enable "Show questions & answers")
- Click extension β "Attach to Game"
- Get AI-generated answers
Full tutorial: kahootgpt.itsmarsss.com/#/tutorial
Not affiliated with Kahoot! - Kahoot! and K! logo are trademarks of Kahoot! AS.
Host requirement: Must enable "Show questions & answers" for extension to work.
frontend/
βββ popup-react/ # React popup UI
βββ scripts-ts/ # TypeScript content/background scripts
βββ static/ # Icons, manifests
βββ build.js # Build script
backend/
βββ src/
βββ functions/ # AWS Lambda functions
βββ tools/ # Utilities
cd frontend
pnpm install
pnpm run buildOutputs to frontend/dist/chrome/ and frontend/dist/firefox/
- Frontend: React, TypeScript, Vite
- Backend: AWS Lambda (Serverless), DynamoDB, Stripe
- AI: OpenAI API (backend)
- Fork repo
- Create branch
- Make changes
- Submit PR
Keep code style consistent. Test before submitting.
- No personal data collected
- No tracking
- Local storage only
- Payments via Stripe
Full policy: kahootgpt.itsmarsss.com/#/privacy
GNU GPL v3.0 - LICENSE
- Website: kahootgpt.itsmarsss.com/#/
- Discord: discord.gg/K8hgFHWeJQ
- YouTube: @itsmarsss
- Issues: GitHub Issues
v4.0.0 - Full UI rewrite, free tier, new pricing, backend-powered, no API key
v3.9.0 - Multi-select, file upload, performance improvements