A no-nonsense minimal starter template for Nuxt 4 that prioritizes a clean and customizable base for your projects. Ready for 2026!
- 🖥️ Shadcn-vue: Beautiful and accessible UI components built with Reka UI and Tailwind CSS v4.
- 🍍 Pinia Store: Lightweight state management solution.
- ⌨️ TypeScript: Enables type safety and improved development experience.
- 💨 Tailwind v4: Utility-first CSS with CSS-native configuration and OKLCH color tokens.
- 🛡️ Nuxt-Security: Automatically configure your app to follow OWASP security patterns and principles.
This starter template provides a clean foundation for your Nuxt 4 projects. Because of Nuxt's modularity you can remove any unwanted features and customize it to fit your specific needs.
Look at the Nuxt 4 documentation to learn more about Nuxt 4 and its features.
Here's a quick guide to get you started:
- Clone the repository: Clone this repository or download the zip file.
- Install dependencies: Run
bun install. - Start the development server: Run
bun run devto start the app locally onhttp://localhost:3000. - Customize and develop: Remove any unwanted features or components and start building your application.
Remember: This is a minimal starter template. Feel free to add additional features and functionalities as needed for your project.
Make sure to install the dependencies:
bun installStart the development server on http://localhost:3000:
bun run devBuild the application for production:
bun run buildLocally preview the production build:
bun run previewbunx --bun shadcn-vue@latest add <COMPONENT_NAME>See the Shadcn-vue docs for the full component list.
Check out the deployment documentation for more information on deploying your Nuxt 4 application.
I hope you enjoy using NuxTya! If you have any feedback open an issue and I'll take a look.