Skip to content

fabioespindula/nextjs

Repository files navigation

⚡️ Next.js Starter Boilerplate

Minimal, scalable and production-ready boilerplate using Next.js + Tailwind CSS.
Built to be cloned, extended and shipped — fast.


🚀 Tech Stack


📦 Getting Started

Clone this project using degit:

npx degit fabioespindula/nextjs yourProjectName
cd yourProjectName
npm install
npm run dev

Then open: http://localhost:3000


📁 Project Structure

.
├── app/               # App Router pages and layouts
├── components/        # Shared UI components
├── public/            # Static assets
├── styles/            # Tailwind CSS setup
└── tailwind.config.js # Tailwind config

🛠️ Scripts

Command Description
npm run dev Start dev server
npm run build Build for production
npm run start Start production server

📌 Planned Features

  • API wrapper using ofetch
  • Schema validation with zod
  • Custom layout system
  • SEO-friendly metadata defaults
  • UI kit using shadcn/ui

🤝 Contributing

Fork it, clone it, improve it.
Pull requests are welcome if you want to help evolve this base.


🪪 License

This project is licensed under the MIT License.


📫 Contact

Made with 💻 by @fabioespindula
Open to improvements and suggestions.

About

My personal Next.js boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published