Documentation
Experience Brahma Universe's revolutionary capabilities - the world's first Autonomous Software Company
Getting Started
Welcome to Brahma Universe! Experience revolutionary AI team collaboration that transforms business requirements into production software.
Installation
Get Brahma running in your environment with Docker:
docker run -p 8000:8000 brahmaai/studio:latest
Or install using npm:
npm install -g @brahmaai/cli
Quick Start
Create your first project in natural language:
brahma create "Build a React e-commerce app with user authentication"
Brahma will automatically:
- Analyze your requirements
- Design the system architecture
- Generate production-ready code
- Set up testing and deployment
Your First Project
Let's walk through creating a complete web application:
- Describe your app: "Create a task management app with teams and real-time collaboration"
- Review the plan: Brahma will show you the proposed architecture
- Generate code: Watch as multiple AI agents collaborate to build your app
- Deploy: One-click deployment to your preferred platform
AI Agents
Brahma uses specialized agents that work together:
- Architect Agent: Designs system architecture and data models
- Developer Agent: Generates high-quality, tested code
- QA Agent: Creates comprehensive test suites
- DevOps Agent: Sets up CI/CD and deployment infrastructure
- Orchestrator: Coordinates all agents and manages workflow
Workflows
Understanding how Brahma processes your requests and manages development workflows.
Deployment
Learn how to deploy your Brahma-generated applications to various platforms.
API Reference
Complete API documentation for integrating with Brahma.
Projects API
Manage your projects programmatically.
Agents API
Control and monitor AI agents.
Webhooks
Set up webhooks for real-time notifications.