The garage isn’t wired up yet

The site is deployed and the domain works — it just has nowhere to store anything yet. Add these in Vercel, then redeploy.

  • NEXT_PUBLIC_SUPABASE_URLSupabase → Project Settings → APImissing
  • NEXT_PUBLIC_SUPABASE_ANON_KEYSame page. The anon key, not the service_role key.missing
  • ALLOWED_EMAILSThe three Google addresses, comma separated.set
  • ANTHROPIC_API_KEYoptionalOnly needed for the Ask Claude page. Everything else works without it.missing

Full walkthrough is in SETUP.md in the repo.