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 events

Section body scaffolded and ready for your data.

Billing

4 events

Section body scaffolded and ready for your data.

Audit log

4 events

Section body scaffolded and ready for your data.

Install

Pull the template with the Nova CLI.

tsx
npx @novix-ui/cli template add admin-panel

Source

tsx
// src/routes/_admin/index.tsx
export function AdminHome() {
return (
<AdminShell>
<UsersSection />
<BillingSection />
<AuditLogSection />
</AdminShell>
);
}

What's included

Users tableRoles editorBilling overviewAudit logFeature flags