Setup required

Supabase isn't configured

The app has no database connection, so there is nothing to show yet.

  1. 1Copy .env.local.example to .env.local, or run npx vercel env pull .env.local to fetch what you already set on Vercel.
  2. 2Fill in NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY.
  3. 3Run supabase-migration-001-core.sql in the Supabase SQL editor.
  4. 4Restart the dev server — env changes are read at boot.