Supabase isn’t connected yet

The CRM needs a Supabase project before it can store anything. To wire it up:

  1. Create a project at supabase.com.
  2. In the SQL Editor, run the schema in supabase/schema.sql.
  3. Copy your project URL and service_role key into .env.local (see .env.example), and add the same vars in Vercel → Project → Settings → Environment Variables.
  4. Restart the dev server.