What problem does it solve?
This skill provides a structured blueprint for building a secure SaaS admin dashboard with RBAC, analytics, and settings management, reducing integration friction and accelerating delivery.
Core Features & Use Cases
- Admin layout & routing: a scalable layout with sidebar, header, and content areas, plus protected admin routes.
- User/subscription management: pages to list, view, edit, and audit users and subscriptions.
- Analytics & governance: built-in charts and logs for monitoring usage and activity.
- RBAC & security: role-based permissions, authentication, authorization checks, and auditing.
Quick Start
Setup the admin module by following the folder structure and components described in the guide. Integrate authentication (e.g., NextAuth) and configure basic RBAC roles (ADMIN, SUPER_ADMIN). Start the development server and open /admin to verify layout and protected routes.