Welcome to stckr

Set up a free cloud account to get started.

1

Create a Supabase project

Go to supabase.com and create a free project.

2

Run the database schema

In your Supabase project, go to SQL Editor and run the contents of supabase/schema.sql

3

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.

4

Restart the app

Stop and restart npm run dev — you'll see this sign-in screen.

Full guide in SETUP.md