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.
Reading Order
Section titled “Reading Order” Platform Setup Bootstrap the first platform admin with env bootstrap or the grant script.
Users Search users, then ban, unban, or delete them with audit trails.
Organizations Inspect all organizations and rename them without changing slugs.
Plans Override AI credits quota per billing plan.
Subscriptions Review customer subscriptions across the whole platform.
Waitlist Moderate waitlist entries if your copy of the template uses that module.
What This Section Covers
Section titled “What This Section Covers”- platform admin bootstrap and route access
- global user operations
- organization-level internal maintenance
- billing-plan quota administration
- subscription visibility
- admin-only moderation surfaces
Suggested Validation Flow
Section titled “Suggested Validation Flow”- confirm the admin area is restricted correctly
- bootstrap exactly one trusted platform admin account
- review which pages are read-only versus mutable
- identify audit-sensitive operations before editing anything
- align internal tooling with your support boundaries
Keep The Boundary Tight
Section titled “Keep The Boundary Tight”Admin tooling should stay explicit and boring. Avoid adding broad, ambiguous actions without clear permission rules and a documented operational reason.