Foxwit

One-time setup to connect your private cloud.

Connect Supabase

  1. Create a free project at supabase.com (choose the Frankfurt (eu-central-1) region).
  2. In Project Settings → API, copy the URL and the anon & service_role keys into .env.local (see .env.example) — or into Vercel → Settings → Environment Variables if you are seeing this on a deployment.
  3. In SQL Editor, run every file in supabase/migrations/ in order — 0001 through 0020, not just the first. 0020 is a security fix that stops signed-in users reading each other's rows in the community venue ratings.
  4. Add your ANTHROPIC_API_KEY and OPENAI_API_KEY. Locally, restart npm run dev; on Vercel, set them in Settings → Environment Variables and redeploy.