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

  1. Copy .env.example to .env.local and add your key.
  2. Add UI and API routes under src/app and shared code under src/lib and src/components.