Back to front page

Admin access

This route is where Supabase Auth and role-based admin access will land. For now, the dashboard is scaffolded with mock data so we can shape the information architecture before wiring production auth.

Configured app connectors detected: 0

Primary launch app: Steadfast

Planned auth model: Supabase session + admin role lookup + audit logging

Continue to the scaffold

The current build includes the public front page, the admin application shell, and v1 route stubs for the Steadfast dashboard. Authentication and live data connectors are the next integration layer.

Next implementation slice

  • Wire Supabase Auth for admin-only sessions.
  • Store admin roles, app access, and audit logging in an admin schema.
  • Connect Steadfast read models for overview, users, and system health.
Open dashboard scaffold