Semua Proyek
Open Source
Shipkit CLI
An open-source CLI that scaffolds opinionated Next.js + TypeScript monorepos with CI, testing, and design tokens wired in on day one.
Node.jsTypeScriptesbuildTurborepo

Challenge
Every new project re-derived the same boilerplate — CI, tests, lint, tokens — costing a day of glue work and inconsistent results.
Approach
A Node CLI built with esbuild ships a single binary. Templates are versioned separately so users pin a known good base. shipkit init generates a Turborepo workspace with lint, format, test, CI, and a Tailwind design-token pipeline ready to run.
Outcome
- New-project bootstrap dropped from a day to under five minutes.
- 1.5k GitHub stars and external contributors within six months.
- Adopted internally as the default starting point.