Built bunkit after Bun 1.3 shipped dependency catalogs and isolated installs -
features that make Turborepo optional for monorepos.
What you get:
- 8 production presets (minimal → enterprise monorepo)
- Bun workspaces with catalogs (centralized versioning)
- Next.js 16 + Hono templates ready to go
- No vendor lock-in, pure Bun primitives
The CLI has 21+ interactive prompts (database, auth, Docker, CI/CD, etc.)
but you can also skip to quick creation: `bunx bunkit-cli create nextjs my-app`
This is my first public launch. Would love feedback on the preset architecture
and CLI flow - tried to make it feel like create-t3-app but Bun-first.
petruarakiss•1h ago
Built bunkit after Bun 1.3 shipped dependency catalogs and isolated installs - features that make Turborepo optional for monorepos.
What you get: - 8 production presets (minimal → enterprise monorepo) - Bun workspaces with catalogs (centralized versioning) - Next.js 16 + Hono templates ready to go - No vendor lock-in, pure Bun primitives
The CLI has 21+ interactive prompts (database, auth, Docker, CI/CD, etc.) but you can also skip to quick creation: `bunx bunkit-cli create nextjs my-app`
This is my first public launch. Would love feedback on the preset architecture and CLI flow - tried to make it feel like create-t3-app but Bun-first.
Repo: https://github.com/Arakiss/bunkit
Happy to answer any questions!