Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Nuxt UI dashboard starter with multiple pages, collapsible sidebar, command palette, keyboard shortcuts, and light & dark mode.

A modern dashboard built with VisActor charts, dark mode, and data visualization for seamless analytics.
Nuxt Dashboard Template is a Nuxt UI-powered starter template for building multi-page admin dashboards, bundling a collapsible sidebar, command palette, keyboard shortcuts, and light/dark mode into a single scaffold.
The Nuxt Dashboard Template is a ready-to-use admin dashboard starter for Nuxt applications, built entirely with Nuxt UI components. It accepts no input—you scaffold it with the command npm create nuxt@latest -- -t ui/dashboard—and outputs a runnable Nuxt project containing a multi-page dashboard layout. It runs on Nuxt, which is built on Vue, and is maintained by the Nuxt UI templates organization (nuxt-ui-templates on GitHub).
npm create nuxt@latest -- -t ui/dashboard; no manual configuration is required.app.vue entry, Nuxt UI configuration, and page routing structure.Creating a project from this template is a three-step process: run npm create nuxt@latest -- -t ui/dashboard to scaffold the files, install dependencies with pnpm install, and start the development server with pnpm dev (served at http://localhost:3000). For production, use pnpm build and then pnpm preview to check the output locally.
Run npm create nuxt@latest -- -t ui/dashboard in your terminal. Nuxt will scaffold a project with the dashboard template included, then you can install dependencies and run the dev server.
Yes. The dashboard includes both light and dark themes, and the interface switches between them—the source page explicitly lists light & dark mode as one of its features.
Yes. The repository includes a one-click Deploy with Vercel button that clones the dashboard and configures deployment. You can also deploy manually using the Nuxt deployment documentation linked on the page.
Yes, the same dashboard layout is available as a Vue template at https://github.com/nuxt-ui-templates/dashboard-vue, separate from the Nuxt-powered version.
The README's setup commands use pnpm for installing dependencies, running the dev server, building, and previewing the production build.
