An AI-powered learning app that builds personalized roadmaps for any subject, teaches each concept from scratch, and uses spaced repetition to make sure you never forget it.
- Get a free API key at console.groq.com
- In
main.js, find line ~952 and replace the empty string with your key:Or setconst GROQ_API_KEY = process.env.GROQ_API_KEY || "your_key_here";
GROQ_API_KEYas an environment variable if using a build tool. - Open
index.htmlin a browser (or serve with any static file server)