Login isn't set up yet
The app is running in local-only mode — your progress is saved in this browser's storage. To enable cross-device sync:
- Create a free project at supabase.com
- In Settings → API, copy the
Project URLand theanon publickey - Create
.env.localin the project root with:NEXT_PUBLIC_SUPABASE_URL=<your-url> NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-anon-key>
- Open SQL Editor in Supabase, paste the contents of
supabase/schema.sql, run. - Rebuild the site (
npm run build).