1 min read

Supabase powers PageReflect accounts

Analytics dashboards and performance metrics

Authentication, profiles, and your report history—consistent, secure, and ready to extend as you grow.

Analytics dashboards and performance metrics

Why Supabase

PageReflect uses Supabase for auth and data so you can sign users in, store workspace metadata, and keep audit runs tied to the right accounts—without running your own auth stack on day one.

1. Create a Supabase project

Open Supabase and create a project. From the dashboard, copy your project URL and publishable key for the Next.js client.

2. Add credentials to PageReflect

Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY to your local and production env files (for example .env.local).

  • .env.local
  • .env.production