Build AI-powered microservices in minutes, not months.
The Buildly CLI is a comprehensive toolkit for creating modern, scalable applications with microservices architecture, AI integration, and cloud-native deployment. Generate complete Django APIs with AI, deploy to Kubernetes, and integrate intelligent features - all from the command line.
- ๐ค AI-Powered Code Generation - Describe your app, get production-ready Django APIs
- โธ๏ธ Kubernetes Native - Built-in support for Minikube and cloud deployment
- ๐ง Microservices Architecture - Scalable services with Buildly Core gateway
- ๐ง BabbleBeaver AI Framework - Integrate OpenAI, Gemini, and other LLMs
- ๐ Marketplace Integration - Pre-built services for common use cases
- ๐ฑ Frontend Templates - React applications with API integration
- ๐ณ Docker Everything - Containerized development and deployment
Create your first AI-powered application in 5 minutes:
# 1. Clone and setup
git clone https://github.com/buildlyio/buildly-cli.git
cd buildly-cli
chmod +x *.sh
# 2. Launch the development environment
source dev.sh
# Choose: 1 (Minikube) โ 2 (Helm) โ 3 (Buildly Core)
# 3. Generate your first microservice
./django.sh
# Describe: "Customer management system with order tracking"
# Watch AI generate complete Django API with models, views, serializers
# 4. Your API is live at http://localhost:8000/api/docs/That's it! You now have a complete microservice with:
- RESTful API endpoints with auto-generated documentation
- Database integration with PostgreSQL
- Docker containerization and Kubernetes deployment
- AI-powered features ready for integration
| Guide | Description | Time |
|---|---|---|
| ๐ Getting Started | Complete tutorial from zero to deployed app | 30 min |
| ๐ง Quick Reference | Commands, troubleshooting, and tips | 5 min |
| ๐๏ธ Architecture Guide | Complete system overview and components | 15 min |
| โ๏ธ Environment Setup | Detailed setup instructions | 20 min |
| ๐ค AI Integration | BabbleBeaver AI framework guide | 25 min |
| ๐ข Deployment | Production deployment to AWS, GCP, Azure | 45 min |
- Customer Management - CRM with AI insights and automation
- Inventory Systems - Smart stock management with predictive analytics
- HR Platforms - Employee management with intelligent workflows
- Product Catalogs - AI-powered search and recommendations
- Order Management - Complete order lifecycle with notifications
- Payment Processing - Secure transactions with fraud detection
- Business Intelligence - Real-time dashboards with AI insights
- Customer Analytics - Behavior analysis and predictive modeling
- Reporting Systems - Automated report generation and distribution
Required:
- macOS or Linux (Windows via WSL2)
- Bash shell
- Git 2.17+
- 8GB+ RAM
- 10GB+ free disk space
Auto-installed by CLI:
- Docker 19+
- Kubernetes (Minikube)
- Helm 3+
- kubectl
Optional (for AI features):
- OpenAI API key
- Google Gemini API key
# Clone the repository
git clone https://github.com/buildlyio/buildly-cli.git
cd buildly-cli
# Make scripts executable
chmod +x *.sh
# Initialize submodules (if any)
git submodule update --init --recursive
# Start building!
source dev.sh# Fork the repository first, then:
git clone https://github.com/YOUR_USERNAME/buildly-cli.git
cd buildly-cli
# Set up development environment
chmod +x *.sh
source dev.sh
# Pull latest changes (with submodules)
git pull --recurse-submodules./django.sh
# Service: customer-service
# Description: "Customer profiles with contact info and preferences"
# Result: Complete CRUD API with AI-generated modelssource dev.sh
# Option 8: Set up BabbleBeaver AI Framework
# Choose OpenAI or Gemini
# Integration: Smart search, content generation, analytics# Kubernetes deployment (automated)
kubectl apply -f customer-service/k8s/
# Or use Helm for complex deployments
helm install my-app ./helm-chartThe Buildly CLI creates a complete microservices ecosystem:
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ Frontend โ โ Buildly Core โ โ Microservices โ
โ (React App) โโโโโบโ (Gateway) โโโโโบโ (Django) โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ โ โ
โ โ โ
โผ โผ โผ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ BabbleBeaver โ โ Kubernetes โ โ Database โ
โ (AI/LLM) โ โ (Minikube) โ โ (PostgreSQL) โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
Core Components:
- Buildly Core - API gateway, authentication, service discovery
- Microservices - AI-generated Django applications with PostgreSQL
- BabbleBeaver - AI/LLM integration framework
- Frontend - React templates with API integration
- Infrastructure - Kubernetes/Docker deployment automation
Join our vibrant community to get help, share ideas, and collaborate with other developers:
- ๐ฎ Discord Server - Real-time discussions, support, and community engagement
- ๐ค Buildly Collaboration Platform - Find technical co-founders, resources, and contribute to open source projects
- ๐ Documentation - Comprehensive guides and tutorials
- ๐ GitHub Issues - Bug reports and feature requests
- Technical Support - Get help with setup, development, and deployment
- Open Source Contributions - Contribute to Buildly projects and ecosystem
- Co-founder Matching - Connect with potential technical co-founders
- Resource Sharing - Access templates, examples, and best practices
- Learning Opportunities - Workshops, tutorials, and knowledge sharing
Whether you're a beginner looking to learn or an expert wanting to contribute, our community welcomes developers of all skill levels!
We love contributions from the community! Here's how you can help make Buildly CLI even better:
- ๐ Report Bugs - Found an issue? Open a bug report
- ๐ก Request Features - Have an idea? Submit a feature request
- ๐ Improve Documentation - Help us make our docs clearer and more comprehensive
- ๐ง Submit Code - Fix bugs, add features, or improve performance
- ๐ Share Services - Contribute to the Buildly Marketplace with reusable services
- ๐ค Enhance AI - Improve BabbleBeaver AI capabilities and integrations
# Fork and clone your fork
git clone https://github.com/YOUR_USERNAME/buildly-cli.git
cd buildly-cli
# Set up development environment
chmod +x *.sh
source dev.sh
# Create feature branch
git checkout -b feature/your-feature-name
# Make your changes and test
./django.sh # Test service generation
source dev.sh # Test environment setup
# Commit and push
git commit -am "Add your feature"
git push origin feature/your-feature-name
# Create Pull RequestPlease read our Contributing Guidelines for details on our code of conduct and development process.
We use Semantic Versioning for version management:
- Major (1.0.0) - Breaking changes
- Minor (1.1.0) - New features, backward compatible
- Patch (1.1.1) - Bug fixes, backward compatible
Current Version: See latest release
All Versions: View all releases
Each release includes:
- โจ New features and improvements
- ๐ Bug fixes and patches
- ๐ Documentation updates
โ ๏ธ Breaking changes (if any)- ๐ Migration guides
- Buildly Team - Initial development and architecture
- Community Contributors - Features, bug fixes, and improvements
Special thanks to all our contributors who have helped make Buildly CLI better:
- ๐ Top Contributors - Regular code contributors
- ๐ Documentation Heroes - Documentation improvers
- ๐ Bug Hunters - Issue reporters and debuggers
- ๐จ UI/UX Enhancers - Interface and experience improvers
- ๐ค AI Pioneers - BabbleBeaver framework contributors
Want to see your name here? Start contributing today!
This project is licensed under the GPL v3 License - see the LICENSE file for complete details.
- โ Free to use - Use Buildly CLI for any purpose
- โ Modify freely - Adapt the code to your needs
- โ Distribute - Share with others under the same license
- โ Commercial use - Use in commercial projects
โ ๏ธ Copyleft - Derivative works must use the same GPL v3 licenseโ ๏ธ No warranty - Provided "as-is" without warranties
Need commercial support, custom development, or enterprise features?
Contact us at: enterprise@buildly.io
๐ Get Started Now - Create your first AI-powered microservice in 30 minutes!
- ๐ Complete Documentation
- ๐ฎ Join Discord Community
- ๐ค Buildly Collaboration Platform
- ๐ Report Issues
- โญ Star on GitHub
Build smarter, not harder. ๐
