Skip to content
Dash/Process

Not configured

The dashboard has no database yet.

It needs a Supabase project. Nothing is broken — the public site and both lead forms are unaffected, and leads continue to arrive by email.

  1. 01Create a project at supabase.com
  2. 02Run supabase/migrations/0001_leads.sql in the SQL editor
  3. 03Add NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY in Vercel
  4. 04Redeploy