Modular, production-focused project scaffolding.
Base templates + clean variants. No magic. Full control.
Stack Boot CLI is a modular project generator designed for real-world applications β not demos.
Instead of generating bloated boilerplate, Stack Boot follows a Base + Variant architecture where features like authentication are layered cleanly on top of a solid foundation.
The result is code that feels hand-written, predictable, and easy to extend.
β¨ Zero magic. Full control. Clean DX.
Start with a clean base template and layer optional variants like authentication without hacks or flags everywhere.
Folder structures and configuration you can understand instantly β no hidden generators or unreadable abstractions.
Interactive prompts, colored logs, safe defaults, and clear next-steps after generation.
npx @stackboot/cli create react@18 my-app auth
npm install -g @stackboot/cli
stackboot create <stack> [options]
# React
stackboot create react@18 my-react-app auth
# Node.js
stackboot create node my-api base
π‘ You donβt need to pass everything upfront β the CLI will guide you interactively.
cd my-app
npm install
npm run dev
cd my-service
mvn spring-boot:run
βThe generated code should be understandable without reading the generator.β
Stack Boot exists to make project setup boring again β so you can focus on building features, not fighting boilerplate.