Follow these steps to connect your backend. Takes about 5 minutes.
- Go to supabase.com and create a free account.
- Click New project, choose a name and region, set a database password.
- Once the project loads, go to Project Settings → API.
- Copy the Project URL and the anon / public key.
- Paste both into the fields in the top banner and click Connect.
- Go to SQL Editor in Supabase and run the setup script provided in
setup.sql (included in your download).
- Go to Authentication → Providers, enable Google and follow the OAuth setup steps (takes ~3 minutes).
- Done — refresh this page and sign in.
The anon key is safe to include in this file — it is public by design. Row-level security in Supabase enforces all data access rules.