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:

  1. Create a free project at supabase.com
  2. In Settings → API, copy the Project URL and the anon public key
  3. Create .env.local in the project root with:
    NEXT_PUBLIC_SUPABASE_URL=<your-url>
    NEXT_PUBLIC_SUPABASE_ANON_KEY=<your-anon-key>
  4. Open SQL Editor in Supabase, paste the contents of supabase/schema.sql, run.
  5. Rebuild the site (npm run build).
← Back home