Modern Nuxt 4 Starter Template
A refined Nuxt 4 template with TypeScript, Tailwind CSS, accessibility, and SEO baked in. Built for serious Nuxt developers.
What’s Included
Core
- <strong>Nuxt 4</strong> with full SSR, SSG, and hybrid rendering
- <strong>Vue 3</strong> with Composition API
- <strong>TypeScript (strict mode)</strong> enabled by default
Styling
- <strong>Tailwind CSS</strong> via Vite plugin
- Clean global CSS entry
- Opinionated but minimal styling setup
SEO & Performance
- Automatic sitemap generation
- Open Graph image generation
- Pre-rendering enabled for critical routes
- Sensible caching rules for static assets
Accessibility
- Nuxt A11y module enabled
- Accessible defaults out of the box
Developer Experience
- ESLint configured and enabled
- Nuxt DevTools enabled
- VueUse auto-imported
- Icons via Iconify
- Fonts optimized and preloaded
Tooling
- PNPM-first workflow
- Prettier with Tailwind-aware formatting
- Modern Vite-based build pipeline
Everything is configured for production, but stays easy to extend or remove.
Who Nuxpert Is For
Good fit if you:
- Build production Nuxt applications
- Care about structure, performance, and maintainability
- Want strong defaults without heavy abstractions
- Prefer modern tooling and strict TypeScript
Probably not for you if you:
- Want a heavy UI kit or component library
- Prefer zero opinions or tutorial-style setups
- Are looking for a no-code or low-code solution
Getting Started
Start a new project in minutes:
git clone https://github.com/MFM-347/nuxpert.git
cd nuxpert
pnpm install
nr dev
That’s it. No extra configuration required.