Relapse AI
Welcome to your new app
This project is set up with Next.js and ready to connect to the Gemini Flash API. Put your API key in .env.local (that file stays on your machine and is not committed to git).
Next steps
- Copy
.env.exampleto.env.localand add your key. - Add UI and API routes under
src/appand shared code undersrc/libandsrc/components.