Templates · Full app
Admin panel
A workspace admin surface — user management, billing overview, and audit trail.
Preview
Every element on the page is a Nova primitive. Adjust tokens in src/styles.css.
Users
4 eventsSection body scaffolded and ready for your data.
Billing
4 eventsSection body scaffolded and ready for your data.
Audit log
4 eventsSection body scaffolded and ready for your data.
Install
Pull the template with the Nova CLI.
tsx
npx @novix-ui/cli template add admin-panelSource
tsx
// src/routes/_admin/index.tsxexport function AdminHome() { return ( <AdminShell> <UsersSection /> <BillingSection /> <AuditLogSection /> </AdminShell> );}What's included
Users tableRoles editorBilling overviewAudit logFeature flags