Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Nuxt.js + Tailwind CSS admin dashboard starter based on Admin Template Day.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Nuxt Tailwind Admin is a Nuxt.js starter template for building admin dashboards with Tailwind CSS, based on the Admin Template Day design from Tailwind Toolbox.
Nuxt Tailwind Admin is a starter project that pairs the Nuxt.js Vue framework with the Tailwind CSS utility-first styling system. It takes the Admin Template Day layout from Tailwind Toolbox and turns it into a runnable Nuxt application. The project outputs a standard Nuxt app that supports development with hot reload on localhost:3000, production builds with npm run build and npm start, and full static site generation via npm run generate.
The workflow follows the standard Nuxt.js commands. After cloning the repository, run npm install to install dependencies. Use npm run dev for development with hot reload, npm run build and npm start for a production server, or npm run generate to create a static export of the admin dashboard.
Run npm install to install dependencies, then npm run dev to start the development server at localhost:3000 with hot reload. For a production server, use npm run build followed by npm start.
Nuxt Tailwind Admin uses the Admin Template Day design from Tailwind Toolbox. The Tailwind CSS classes and layout structure come directly from that free template, integrated into Nuxt.js.
Yes, running npm run generate produces a static export of the project. This output can be hosted on any static server or CDN without needing a Node.js backend.
The readme only documents Nuxt.js build commands and describes the project as a starter for the Admin Template Day layout. It does not mention authentication or backend code, so you should plan to add those yourself.
