Skip to content

Admin

NuxtBase includes a separate admin area for platform-level operations.

This is not the same thing as organization management inside the product. The admin area is for platform admins who need to operate the entire application across all users, organizations, subscriptions, and internal support surfaces.

  • platform admin bootstrap and route access
  • global user operations
  • organization-level internal maintenance
  • billing-plan quota administration
  • subscription visibility
  • admin-only moderation surfaces
  1. confirm the admin area is restricted correctly
  2. bootstrap exactly one trusted platform admin account
  3. review which pages are read-only versus mutable
  4. identify audit-sensitive operations before editing anything
  5. align internal tooling with your support boundaries

Admin tooling should stay explicit and boring. Avoid adding broad, ambiguous actions without clear permission rules and a documented operational reason.