Set up a free cloud account to get started.
Create a Supabase project
Go to supabase.com and create a free project.
Run the database schema
In your Supabase project, go to SQL Editor and run the contents of supabase/schema.sql
Add your API keys
Copy .env.local.example to .env.local and paste in your Project URL, anon key, and service role key from Settings > API.
Restart the app
Stop and restart npm run dev — you'll see this sign-in screen.
Full guide in SETUP.md