Hey Turborepo fans!
I’ve built a Next.js 15 monorepo starter that’s packed with goodies and ready to kickstart your projects. Check it out: turbo-starter.
What’s Inside?
- Next.js 15 with Turbopack for blazing-fast dev
- Shadcn UI + Tailwind CSS for slick, accessible components
- Biome.js for linting and formatting in one speedy tool
- Docker Compose for easy containerized setups
- pnpm Workspaces to keep your monorepo lean and mean
All powered by Turborepo for efficient builds and caching. It’s my take on a modern, scalable web dev stack—perfect for solo hackers or teams.
Why I Made It
I couldn’t find a starter that combined Turborepo, Next.js 15, Shadcn UI, and Biome.js with Docker in one clean package. So, I rolled my own and polished it with a CI pipeline and a snazzy README.
Try It Out!
Clone it, run pnpm install
, and hit pnpm dev
. I’d love your thoughts—any features you’d add? Bugs to squash? Let’s make it even better together!
GitHub: ProductOfAmerica/turbo-starter
Happy coding!