Skip to content

Admin & User Dashboards

FastReact ships role-aware dashboards so you don't build admin tooling from scratch. What each user sees is gated by their role.

System Admin

Platform-wide tools (sys_admin), under /admin:

  • Analytics — usage and signup metrics
  • Users — manage all users across every organization
  • Plans — define subscription tiers and link Stripe products (see Billing & Subscriptions)
  • Organizations — create and manage tenants (the entry point for B2B onboarding)
  • AI Usage — fleet-wide token and credit usage (see AI Usage & Credit Billing)
  • Health — system health checks
  • Settings — system-level settings

Organization Admin

For org_admin (B2B), under /organization:

  • Members — view and manage organization users, change roles
  • Invitations — invite teammates by email (see Multi-Tenancy)

User

For every authenticated user:

  • Dashboard — their workspace overview
  • Billing — subscription plus AI credits and usage (see AI Usage & Credit Billing)
  • Profile / Settings — account details and preferences

Every view is built on the same role-based access and the type-safe API client.