The Ultimate Scaffolding CLI for Modern Developers
npm install kybernusThe Ultimate Backend Scaffolding Tool for Modern Developers.
Build production-ready applications in minutes. Kybernus generates robust, scalable backend projects with industry best practices built-in.


---
``bash`
npm install -g kybernus
---
`bash`Create your first project
kybernus init
---
All stacks and architectures are 100% FREE and Open Source.
| Stack | Supported Architectures |
|:------|:-----------------------:|
| Node.js + Express | MVC, Clean, Hexagonal |
| Next.js | MVC |
| Java Spring Boot | MVC, Clean, Hexagonal |
| NestJS | MVC, Clean, Hexagonal |
| Python FastAPI | MVC, Clean, Hexagonal |
---
`bash`
kybernus init # Generate a new project
---
`bash
kybernus init
š Anonymous usage data is collected to improve Kybernus.
No personal information is tracked. Opt-out anytime:
kybernus analytics --disable
Learn more: https://getkybernus.com/privacy
ā š Welcome to Kybernus
ā
ā Project name:
ā my-demo
ā
ā Choose your stack:
ā Python FastAPI
ā
ā Architecture:
ā Clean Architecture
ā
ā Generate AI documentation (Google Gemini)?
ā No
ā
ā DevOps & Infrastructure (use Space to select, or 'A' to select all):
ā Docker + Docker Compose, GitHub Actions CI/CD, Terraform (AWS)
ā
ā ā
Project generated successfully!
ā
ā ⨠Next steps āāāāāāāāāāāāāāāāāāāāāāāāāāāā®
ā ā
ā š Enter the project directory: ā
ā cd my-demo ā
ā ā
ā š¦ Install dependencies: ā
ā pip install -r requirements.txt ā
ā ā
ā š Start the server: ā
ā uvicorn main:app --reload ā
ā ā
ā š Read README.md for more information ā
ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāÆ
ā
ā š Project created successfully! Happy coding!
---
`What's Included
---
We welcome contributions! Please feel free to open an issue or submit a Pull Request.
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature'
3. Commit your Changes ()git push origin feature/AmazingFeature`)
4. Push to the Branch (
5. Open a Pull Request
---
- š Website: getkybernus.com
- š Docs: getkybernus.com/docs
- š¬ Discord: Join the Community
---
This project is licensed under the MIT License - see the LICENSE file for details.
---
Code less, Build more.