Skip to main content
Skip to content
Nexus Dashboard screenshot

Admin Dashboard

Admin Dashboard — Nexus

Admin dashboard foundation with user management, roles, audit logs, health checks, imports, and operational analytics.

75 Features 1 Stacks Lifetime Updates

More stacks coming soon — Django, Rails, and 11 others on the roadmap.

$199one-time
Live Demo
92
Perf*
100
A11y*
100
BP*
100
SEO*

*Audited stock-build averages. Matrix covers desktop/mobile and light/dark runs across included pages. See methodology.

Save up to 35%

Add more templates and unlock automatic bundle discounts.

Browse more templates

01Inside Nexus

Cool, restrained, and data-native. Nexus speaks the language of internal tools that teams actually enjoy using.

Slate teal aesthetic

Cool tones signal reliability without feeling clinical. Purpose-built for admin interfaces.

Content-first density

Maximises information per viewport — designed for power users who hate wasted whitespace.

Optimised readability

Lexend font designed specifically for reading ease in data-dense environments.

02What you ship

Every module is production-ready. Not a demo, not a prototype — real features you deploy from day one.

Authentication

Email/password, OAuth, MFA, session management, and password recovery.

Admin Panel

User management, role assignment, system settings, and activity monitoring.

Dashboard & Analytics

Data visualisation, charts, KPI cards, and real-time metrics.

API Layer

RESTful endpoints, OpenAPI docs, rate limiting, and versioning.

03Architecture

Built the way your team would build it.

Every template follows the same architectural patterns regardless of stack. Clean separation of concerns, dependency injection where appropriate, and a consistent project structure that any senior developer can navigate in minutes.

Project structure

Monorepo-ready with clear module boundaries

State management

Framework-native patterns, no unnecessary abstractions

Database

PostgreSQL with migrations, seeds, and typed queries

Testing

Unit, integration, and E2E tests with CI pipeline

Deployment

Docker Compose, health checks, and env management

04Quality Gate

Quality Gate Report

Every template passes a 17-gate quality audit before release. The full report ships in your download.

17/17Quality gates passed
0TypeScript errors
0ESLint warnings
90+Lighthouse (all configs)
TypeScript strict mode — zero type errors
ESLint + Prettier — zero warnings
Zero OWASP findings — dependency audit clean
Accessibility: WCAG 2.2 AA compliant
prefers-reduced-motion respected on all animations
Tested 375px → 2560px across all breakpoints

05Tier comparison

See exactly what each tier includes for Admin Dashboard.

FeatureLite
Full authentication
Admin dashboard
Domain-specific features
Docker + CI/CD
Multi-tenancy
Teams & RBAC
Audit logging
Webhooks
SSO (SAML/OIDC)
White-label
Compliance suite
Axiom Engine
Mobile companion
75

Lite features

06Stack notes

Ne

Next.js

Node ecosystem

The Next.js variant of Admin Dashboard uses idiomatic Next.js patterns and conventions. The same 75features are implemented using the framework's native tools — no forced abstractions, no foreign patterns. Your team can read the code and understand it immediately.

07Licensing

Commercial Licence

Every purchase includes a commercial licence. Ship to production, bill your clients, launch your SaaS — no royalties, no recurring fees.

  • Unlimited end users
  • Deploy to any infrastructure
  • No vendor lock-in — eject anytime
  • Full source code access

Support

Every purchase includes lifetime updates and email support. No time limits, no expiry — your licence is perpetual.

  • Lifetime updates, free forever
  • Email support that doesn’t expire
  • Bug fixes and security patches
  • Upgrade guidance between versions
  • Full quality gate audit report included

08Changelog

Changelog

  1. v1.25.16

    Minor26 May 2026

    **Fixed:** Security page mobile overflow issue (#63). Resolved layout constraints that caused horizontal scroll on smaller viewports, improving the mobile experience for admin dashboard users reviewing security settings.

  2. v1.25.15

    Minor26 May 2026

    **Fixed:** Development database now guards against incorrect template schema application (#61). This prevents silent schema mismatches when switching between template variants or running multiple instances locally. No action required for production deployments.

  3. v1.25.14

    Minor21 May 2026

    **Fixed:** API key validation now executes before browser session fallback (#60). This prevents edge cases where an invalid API key could be bypassed if a valid browser session existed. The fix strengthens the authentication chain without changing the public API or requiring migration steps.

  4. v1.25.13

    Minor21 May 2026

    Fixed API key session boundary enforcement (#59). The authentication layer now properly isolates API key sessions, preventing cross-session token reuse and strengthening the security boundary between concurrent requests. This fix hardens the auth model without requiring code changes on your end. Recommended for all deployments handling sensitive API operations.

  5. v1.25.12

    Maintenance20 May 2026

    Documentation: cleaned up buyer-facing docs branding for consistency and clarity. No functional changes.

  6. v1.25.11

    Minor20 May 2026

    **Upload downloads hardening**: Improved security and resilience of file upload and download handling to prevent edge-case failures and potential vulnerabilities. This fix strengthens the dashboard's file operations without requiring any changes to your implementation.

  7. v1.25.10

    Minor19 May 2026

    Removed stale billing public route that was no longer in use. This cleanup reduces surface area and prevents accidental exposure of deprecated endpoints. No action required on upgrade.

  8. v1.25.9

    Maintenance18 May 2026

    Documentation: clarified production Docker Compose environment variable requirements for deployment workflows. No functional changes.

  9. v1.25.8

    Maintenance15 May 2026

    Internal quality improvements from phase 7 review cycle. No breaking changes or new features — safe to update.

  10. v1.25.7

    Maintenance14 May 2026

    Fixed console logging in the DSAR (Data Subject Access Request) compliance script that was inadvertently left in production code. This cleanup ensures compliance tooling runs silently in production environments without polluting browser or server logs.

  11. v1.25.6

    Minor14 May 2026

    **Fixed:** Compliance scaffold surfaces now propagate correctly through component hierarchy (#51). This resolves an issue where nested compliance-related components would not inherit surface styling and layout properties as expected. If you've noticed inconsistent rendering in compliance audit sections, this update restores the intended behavior.

  12. v1.25.5

    Maintenance14 May 2026

    Propagate phase 4 inherited safety fixes from upstream. Internal stability improvements with no breaking changes or new features.

  13. v1.25.4

    Maintenance14 May 2026

    Security: Fixed propagation of inherited phase 4 hardening configurations. This ensures security policies are correctly applied across component hierarchies without requiring manual intervention.

  14. v1.25.3

    Maintenance14 May 2026

    Fixed smooth scroll behavior declaration for Next.js environments. This ensures scroll-behavior CSS is properly applied across the dashboard layout without conflicts or resets.

  15. v1.25.2

    Minor14 May 2026

    **Fixed:** Browser-based Server-Sent Events (SSE) streams now correctly handle refresh cookie propagation. Previously, SSE connections would fail to maintain authentication when refresh tokens were involved. This fix ensures seamless real-time event streaming in authenticated dashboard contexts without manual cookie management workarounds.

  16. v1.25.1

    Maintenance13 May 2026

    Documentation: clarified default access control behaviour in activity module. No code changes.

  17. v1.25.0

    Update12 May 2026

    **Data Table Primitives**: Expanded primitive components for data tables give you finer control over column rendering, sorting, and filtering. Build custom table layouts without fighting the component API. **Full-Width Dashboard Shell**: The dashboard container now respects full-width layouts, eliminating padding constraints for edge-to-edge content. Useful for immersive data visualizations and full-bleed sections. **Dependencies**: Updated Next.js to 16.2.6 for stability and performance improvements. No breaking changes. Existing dashboards continue to work; new primitives are opt-in.

  18. v1.24.9

    Minor8 May 2026

    - fix(deps): override vulnerable fast-xml-builder (#48)

  19. v1.24.8

    Minor8 May 2026

    - fix(auth): propagate account deletion hardening

  20. v1.24.7

    Minor8 May 2026

    - fix: align commerce surfaces with feature matrix (#46)

  21. v1.24.6

    Minor7 May 2026

    - fix(tl02): align showcase visuals with Nexus spec (#45)

  22. v1.24.5

    Minor7 May 2026

    - fix(mech-review): clear release findings

  23. v1.24.4

    Minor7 May 2026

    - fix(health): create local uploads dir before probe (#42)

  24. v1.24.3

    Minor7 May 2026

    - fix(marketing): gate demo copy for buyer builds (#40)

  25. v1.24.2

    Minor7 May 2026

    - fix(a11y): propagate base skip links and focus rings (#38)

  26. v1.24.1

    Minor7 May 2026

    - fix(ui): replace hardcoded colour classes with semantic tokens

  27. v1.24.0

    Update7 May 2026

    - feat(demo): add Template Empire live demo banner (#35)

  28. v1.23.13

    Minor2 May 2026

    - fix(package): slim buyer zip contents

  29. v1.23.12

    Minor2 May 2026

    - test: allow db-backed vitest hooks to complete

  30. v1.23.11

    Minor2 May 2026

    - fix(ui): use buyer brand placeholder in inherited chrome

  31. v1.23.10

    Minor2 May 2026

    - fix(db): wait for demo postgres before migrations

  32. v1.23.9

    Minor2 May 2026

    - fix(dev): fail fast when demo database is unavailable

  33. v1.23.8

    Minor2 May 2026

    - fix(ui): preserve outline button contrast

  34. v1.23.7

    Minor2 May 2026

    - fix(theme): align accent token with catalogue

  35. v1.23.6

    Minor2 May 2026

    - fix(deps): satisfy full dependency audit

  36. v1.23.4

    Minor2 May 2026

    - fix(tl02): remove hardcoded api docs styling - fix(tl02): stabilise api docs lighthouse - test(tl02): use pnpm for e2e dev server - fix(tl02): stabilise buyer e2e checks - docs(readme): align TL02 release version - fix(theme): enforce globals-driven styling - fix(landing): align TL02 with command-centre research layout - fix(api): stabilise timing-safe response delay - fix(theme): make TL02 palette globally customisable

  37. v1.23.2

    Minor29 April 2026

    _(no release notes provided)_

  38. v1.23.1

    Minor29 April 2026

    _(no release notes provided)_

  39. v1.23.0

    Update29 April 2026

    - fix(tl02): stabilise tests and showcase landing - fix(email): escape CTA href attributes - feat(landing): TL02-specific hero + features — trust-first §14.2 redesign

  40. v1.22.0

    Update28 April 2026

    - feat(tl02): phase 4 b8 — backend differentiators (demo seed, email templates, breadcrumbs)

  41. v1.21.0

    Update28 April 2026

    - feat(tl02): phase 4 b7 — admin utilities (settings store + cmd+k palette)

  42. v1.20.0

    Update28 April 2026

    - feat(tl02): phase 4 b6 — dashboard command-center widgets

  43. v1.19.0

    Update28 April 2026

    - feat(tl02): phase 4 b5 — audit log viewer with diff view

  44. v1.18.0

    Update28 April 2026

    - feat(tl02): phase 4 b4 — import/export with validation preview

  45. v1.17.0

    Update28 April 2026

    - feat(tl02): phase 4 b3 — bulk ops + URL filters + inline edit + date range

  46. v1.16.1

    Minor28 April 2026

    - fix(tl02): block login() for suspended users (Phase 4 B2 follow-up)

  47. v1.16.0

    Update28 April 2026

    - feat(tl02): phase 4 b2 — user & role management UI

  48. v1.15.0

    Update28 April 2026

    - feat(tl02): phase 4 b1 — relational RBAC schema + service helpers

  49. v1.14.0

    Update28 April 2026

    - feat(tl02): phase 4 b0 — admin paradigm foundation reset (§14.2)

  50. v1.13.0

    Update28 April 2026

    - feat(activity): backport activity-timeline helper (Phase 3.7)

  51. v1.11.0

    Update28 April 2026

    - feat(uploads): backport file-upload abstraction (Phase 3.6)

  52. v1.9.0

    Update28 April 2026

    - feat(events): backport in-memory event bus + SSE primitive (Phase 3.5)

  53. v1.8.0

    Update28 April 2026

    - feat(data-table): backport generic DataTable primitive (Phase 3.4)

  54. v1.7.0

    Update28 April 2026

    - feat(commerce): backport Stripe Connect marketplace primitive shim (Phase 3.3)

  55. v1.6.0

    Update28 April 2026

    - feat(commerce): backport commerce.mode + commerce.requireAccount flags

  56. v1.5.0

    Update28 April 2026

    - feat(marketing): adopt per-family content override slots from TL00-BASE v1.6.0

  57. v1.4.3

    Minor28 April 2026

    - ci: pass catalogue-canonical theme tokens to mech-review

  58. v1.4.2

    Minor28 April 2026

    - fix(copy): secondary marketing sweep + TL02 dark-mode default

  59. v1.4.1

    Minor28 April 2026

    - fix(copy): replace false hero/marketing claims with truthful foundation framing

  60. v1.4.0

    Update28 April 2026

    - feat(config): backport SITE_CONFIG.auth + SITE_CONFIG.commerce flags

  61. v1.3.7

    Minor27 April 2026

    - fix(base): propagate TL00-BASE v1.4.0 universal deltas

  62. v1.3.6

    Minor27 April 2026

    - fix(licence): commit licence.json placeholder so CI prebuild can run

  63. v1.3.5

    Minor27 April 2026

    - fix(package): exclude .npmrc from buyer ZIP

  64. v1.3.4

    Minor27 April 2026

    - fix(ci): mech-review now runs on GH Release ZIP regardless of Supabase upload

  65. v1.3.3

    Minor27 April 2026

    - fix(toolchain): pin packageManager: pnpm@10.33.0 + tighten engines.pnpm

  66. v1.3.2

    Minor27 April 2026

    - fix(ci): chain release → publish → mechanical-review in single workflow - chore(ci): inherit canonical workflows from TemplateEmpire/.github

  67. v1.3.1

    Minor27 April 2026

    v1.3.1 — backport user.login_failed + sweep from TL00-BASE v1.3.1 Verified 11/11 PASS by te-verify-fullstack v0.2.1. Backport from TL00-BASE v1.3.1 (commit 5926a75).

67 releases

Pair with a UI kit

Add a premium UI kit from the same vertical.

You might also like

Other templates that combine well with Admin Dashboard.

Ready to build with Admin Dashboard?

Lite tier · Next.js · 75 features · $199

Admin Dashboard — Nexus

Next.js · Lite Edition

$199