Supabase isn’t connected yet
The CRM needs a Supabase project before it can store anything. To wire it up:
- Create a project at supabase.com.
- In the SQL Editor, run the schema in supabase/schema.sql.
- 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.
- Restart the dev server.