Minimal, blazing fast, and designed with developers in mind. Your go-to starting point for modern web projects.
🎯 Our Goal: Keep your project starts simple and direct, always using the latest from Nuxt. No complexity, just clean code and modern tools to get you building faster.
🔥 Perfect for any scale: Whether you scale your project to enterprise level or keep it simple - it will always be perfect and production-ready.
- Nuxt 4 - Powerful, streamlined development framework
- Nuxt UI - Beautiful, customizable UI components
- Pinia - Simple and intuitive state management
- Tailwind CSS - Utility-first CSS framework
✨ Get started today and build faster, smarter, and better!
- 🎯 Nuxt 4 - Latest version with enhanced performance
- 🗄️ Pinia - Modern state management
- 🎨 Tailwind CSS - Utility-first styling
- 🌙 Dark mode - Light/dark theme switching
- 🎨 Color themes - Customizable primary colors
- 📱 Responsive - Mobile-first design
- 🔍 SEO ready - Optimized meta tags
- Node.js (≥ 18.x)
- Bun (recommended) or npm/yarn
# Clone the repository
git clone https://github.com/{username}/v420.git
cd v420
# Install dependencies
bun i# Start development server
bun dev
# Your app will be running at http://localhost:3000# Build for production
bun build
# Deploy the generated files to your hosting serviceapp/
├── components/ # Vue components
├── layouts/ # Layout templates
├── pages/ # App routes
├── stores/ # Pinia stores
└── assets/css/ # Global styles
- 🎨 Theme Switcher - Dark/light mode toggle
- 🌈 Color Picker - Primary color customization
- 📱 Responsive Layout - Mobile-first design
This template includes a pre-configured Pinia store with SSR hydration support:
- Hydration Strategy: Ignores initial state and reads values from browser (localStorage)
- SSR Compatibility: Properly handles server-side rendering with client-side state
- TypeScript Note: Uses
@ts-expect-errordue to Pinia type system limitation
📚 Learn more: Pinia SSR Documentation
Contributions are welcome! Feel free to open an issue or submit a pull request.
MIT License - feel free to use this project however you'd like!