Auth
Sign in with Supabase
The foundation is ready for Magic Link and Google OAuth. Add project keys in `.env.local` and wire the callback route to enable production authentication.
Required environment variables: `NEXT_PUBLIC_SUPABASE_URL`, `NEXT_PUBLIC_SUPABASE_ANON_KEY`, `SUPABASE_SERVICE_ROLE_KEY`, `OPENAI_API_KEY`.