Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An opinionated starter for using Nuxt, Tailwind & Storybook.

Learn to use AWS Neptune Analytics with Next.js API Routes for graph database operations.

Free HTML/CSS template from TemplateMo with a pink color menu, usable for any commercial or non-commercial website.

Free Bootstrap 4, React, React Hooks, and Reactstrap UI kit with 50+ elements and 3 page templates.

A Bootstrap 5 starter for Gatsby — fast, accessible, and ready to fork.

Mantine + Next.js app router template (7.0+)
Initium Nuxt is an opinionated Nuxt 3 boilerplate that scaffolds a pnpm-workspace monorepo with a webapp, Tailwind 4, and Storybook for component development.
Initium Nuxt is a free and open-source starter template by GitHub user lautr, designed to scaffold a Nuxt 3 application in a monorepo layout. It pairs the Nuxt 3 framework with Tailwind 4 for styling, Storybook for isolated UI development, and a pnpm workspace to manage multiple packages. The template generates a pre-configured project with TypeScript, Pinia stores, VueUse, and Color Mode out of the box.
pnpm design dev.pnpm dev starts the webapp and Storybook concurrently.AuthStore.ts under ./stores/ shows state management with the type-safe Pinia store.useColorMode work without manual imports.pnpm webapp build to produce a production build.npx degit lautr/initium-nuxt my-nuxt3-app to skip configuration and begin coding immediately.The template uses a pnpm workspace with two main packages: the webapp (Nuxt) and the design system (Storybook). To get started, run pnpm install then pnpm dev, which starts both environments. For production, run pnpm webapp build and pnpm webapp start to serve the built Nuxt application.
Yes, Initium Nuxt is an open-source template hosted on GitHub under the lautr account. You can create a repository from it via the GitHub template button or clone it locally with npx degit lautr/initium-nuxt my-nuxt3-app.
It uses Nuxt 3, Vite, Tailwind 4, Storybook, pnpm workspaces, Pinia, VueUse, Vitest, and TypeScript. The project also includes Vue Macros for additional Vue syntax sugar and is configured for VS Code with Volar.
Install dependencies with pnpm install, then run pnpm dev to start the webapp and Storybook together. To run only the webapp, use pnpm webapp dev; to build for production, use pnpm webapp build and pnpm webapp start.
