Maricopa Property Intelligence

Database not connected yet

This deployment is running without a connected Supabase project, so authentication and data cannot load. This is expected until a Supabase project is linked.

To finish setup:

  1. Create (or reuse) a Supabase project.
  2. Run supabase login then supabase link locally.
  3. Apply migrations with pnpm db:migrate.
  4. Set NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY, and SUPABASE_SERVICE_ROLE_KEY as Vercel project environment variables and redeploy.

See docs/DEPLOYMENT.md in the repository for the full runbook.