Minimal, scalable and production-ready boilerplate using Next.js + Tailwind CSS.
Built to be cloned, extended and shipped — fast.
- ✅ Next.js 15+ with App Router
- 🎨 Tailwind CSS 4+
- 🧠 TypeScript support (out of the box)
Clone this project using degit
:
npx degit fabioespindula/nextjs yourProjectName
cd yourProjectName
npm install
npm run dev
Then open: http://localhost:3000
.
├── app/ # App Router pages and layouts
├── components/ # Shared UI components
├── public/ # Static assets
├── styles/ # Tailwind CSS setup
└── tailwind.config.js # Tailwind config
Command | Description |
---|---|
npm run dev |
Start dev server |
npm run build |
Build for production |
npm run start |
Start production server |
- API wrapper using
ofetch
- Schema validation with
zod
- Custom layout system
- SEO-friendly metadata defaults
- UI kit using
shadcn/ui
Fork it, clone it, improve it.
Pull requests are welcome if you want to help evolve this base.
This project is licensed under the MIT License.
Made with 💻 by @fabioespindula
Open to improvements and suggestions.