Connect Supabase to manage clients
The 20 designs and the Green Hope demo already work. To create and publish real client sites, connect a database — a one-time setup:
- Create a free project at supabase.com.
- In the SQL Editor, run
supabase/migrations/0001_sites.sql. - Copy your Project URL + anon key + service-role key into
.env.local(see.env.example). - Restart the app — this page turns into your client dashboard.