Dreep

AI Business Operating System

Welcome back

Sign in to your workspace to continue.

Finish setup to sign in

  1. Create a free project at supabase.com
  2. Open the project's SQL Editor and run supabase/migrations/0001_init.sql
  3. Copy the Project URL and anon key (Settings → API) into .env.local:
    NEXT_PUBLIC_SUPABASE_URL=...
    NEXT_PUBLIC_SUPABASE_ANON_KEY=...
  4. Restart the dev server and refresh this page.

Full instructions live in README.md.