Nuxt Admin Dashboard Templates
Our Nuxt admin dashboard templates are built on Nuxt 4, leveraging Vue 3, the Composition API, and Nuxt's file-based routing, server routes, and auto-imports. Server-side rendering, edge deployment, and SEO come for free — you get a Vue dashboard with the production patterns of a full framework.
What's included: multiple dashboard layouts, server-rendered pages, data tables with filtering and sorting, form validation via Zod, theme toggle and accent color customizer, charts (unovis, ApexCharts), e-commerce verticals, and integrations like Tiptap for rich text. i18n and RTL ship in the box.
Ideal for Vue teams who want SSR-by-default, deploy to Cloudflare Workers or Vercel Edge, or need Nuxt's module ecosystem. Browse the Nuxt admin dashboard templates below — built for production, commercially licensed, kept up to date.
Haze Dashboard Nuxt
Nuxt 4 admin dashboard with 92+ pages, 7 layouts, e-commerce, full CRUD, and 6 accent themes. Includes unovis charts, Tiptap editor, Zod validation, and i18n out of the box.
$69
Frequently Asked Questions
Which version of Nuxt do these templates use?
Nuxt 4 with Vue 3, Composition API, and the modern auto-import + file-based routing system. Server routes, middleware, and plugins are scaffolded in.
Does this work with Nuxt's server-side rendering?
Yes. SSR is the default; you can also enable static generation (SSG) or hybrid rendering per route. Edge deployment to Cloudflare Workers and Vercel Edge is supported out of the box.
What charts and data tables are included?
unovis (a modern chart library) and ApexCharts both wired in. Data tables use Nuxt UI or custom Tailwind-based tables with sorting, pagination, and filtering. TanStack Table is also commonly included.
Are i18n and RTL supported?
Yes. Nuxt admin templates ship with @nuxtjs/i18n configured for multiple languages, plus RTL support via Tailwind's logical properties. Switching language updates routing and content.
How does this compare to a Vue + Vite template?
Nuxt adds SSR, file-based routing, server API routes, auto-imports, and a richer module ecosystem. If you need SEO-indexable marketing pages alongside your admin, Nuxt makes that easy. For pure SPA admins, Vue + Vite is lighter.
Can I deploy to Cloudflare Workers or Vercel Edge?
Yes. Nuxt 3+ supports Cloudflare Workers, Vercel Edge, Netlify Edge, AWS Lambda, and standard Node deployments via Nitro's preset system. Switch presets with one config change.