kybernus
v3.2.0
Published
The Ultimate Scaffolding CLI for Modern Developers
Downloads
1,145
Maintainers
Readme
Kybernus CLI - 3.1.0 🚀
Make sure you always have the most updated version The 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.
Installation
npx kybernus@latest initQuick Start
# Create your first project
npx kybernus@latest initSupported Stacks
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 | | n8n Automation Engine | Default, AI Assistant, CRM Tracker, System Monitor |
Commands
| Command | Description | Standalone Support |
|:---|:---|:---:|
| kybernus init | Generate a new backend project from scratch | - |
| kybernus add | Add features (Redis, Swagger, Websocket, Husky - stack dependent) | ✅ |
| kybernus auth | Add complete JWT Authentication logic | ✅ |
| kybernus deploy | Generate deployment configs (Vercel, Railway, etc.) | ✅ |
| kybernus doctor | Check your environment for required tools | ✅ |
Example
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
100% Free & Open Source
- All backend stacks including NestJS, FastAPI and Spring Boot
- n8n Enterprise Automation Engine with templates
- Clean & Hexagonal Architecture patterns
- Kybernus Add: Inject features like Redis, Websocket and Swagger into any project
- Kybernus Auth: Complete Authentication boilerplate (MVC/Clean)
- Kybernus Deploy: Configs for Vercel, Railway, Fly.io and Render
- Docker & docker-compose configurations
- CI/CD pipelines (GitHub Actions)
- Terraform infrastructure configs
- AI-powered documentation (via Gemini)
- Unlimited projects
Contributing
We welcome contributions! Please feel free to open an issue or submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Links
- 🌐 Website: getkybernus.com
- 📖 Docs: getkybernus.com/docs
- 💬 Discord: Join the Community
License
This project is licensed under the MIT License - see the LICENSE file for details.
