Open this file and paste your Supabase project values near the top of the script:
const SUPABASE_URL = "https://YOUR-PROJECT.supabase.co"; const SUPABASE_ANON = "YOUR-ANON-PUBLIC-KEY";
Find them in your Supabase dashboard under Project Settings β API. The anon key is meant to be public, so it's safe in this file. Then run the SQL setup script (provided separately) once in the Supabase SQL editor.
Your sales CRM β private to you, visible to the admin.
Manage your own leads and deals.