| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Build and host your own autonomous software factory.
⚡️ From idea to production — a hierarchical multi-agent team of AI specialists (Orchestrator, BA, UI/UX, Dev, Tester, DevOps) auto-builds your software. Zero coding. Zero management. Deploy-ready.
Built on ZeroClaw — the Rust-first autonomous agent runtime.
Quick Start | One-Click Setup | Commands | Setup Guide
Describe your idea. The AI team takes over — analyzing, designing, coding, testing, and deploying.
No coding skills. No team management. Just results.
Autonomous Software Factory · Hierarchical Multi-Agent · Zero Management · Isolated Sandboxes · Deploy-Ready
ZeroBuild is an Autonomous Software Factory that lets you build and host your own AI-powered software development system. Through a Hierarchical Multi-Agent System, you provide a raw idea in natural language, and ZeroBuild automatically assembles a team of AI specialists — Orchestrator (CEO), Business Analyst, UI/UX Designer, Developer, Tester, and DevOps Engineer — that coordinate to automate the entire software development lifecycle and deliver a production-ready product.
Think of it as hiring an entire software team, but it's all AI — and it costs pennies.
What you can build:
Core values:
Key capabilities:
# 1. Clone and bootstrap
git clone https://github.com/potlock/zerobuild.git
cd zerobuild
./bootstrap.sh
# 2. Build the release binary
cargo build --release
# 3. Onboard with your API keys
./target/release/zerobuild onboard --interactive
# 4. Start the gateway
./target/release/zerobuild gatewayThen message your bot: "Build me a REST API for a todo app" or "Create a mobile app for tracking expenses"
See the full Setup Guide for detailed instructions.
User provides idea (natural language)
│
▼
┌───────────────────────────────────────────────────────┐
│ 🏢 Orchestrator Agent (CEO) │
│ • Receives idea, analyzes feasibility │
│ • Creates project plan │
│ • Spawns specialized sub-agents │
│ • Supervises & coordinates all phases │
│ • Reports progress to user │
│ │
│ Phase 1: Analysis (Sequential) │
│ ┌──────────────────────────────────┐ │
│ │ 📋 BA Agent │ │
│ │ Writes PRD & requirements │─────┐ │
│ └──────────────────────────────────┘ │ │
│ ▼ │
│ Phase 2: Parallel Build (Concurrent) │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ 🎨 UI/UX │ │ 💻 Dev │ │ 🧪 Test │ │
│ │ Agent │ │ Agent │ │ Agent │ │
│ └──────────┘ └──────────┘ └──────────┘ │
│ │ │ │
│ Phase 3: Integration Loop ◄─────┘ │
│ ┌──────────────────────────────────┐ │
│ │ 💻 Dev ◄──► 🧪 Tester │ │
│ │ (auto-fix loop until perfect) │ │
│ └──────────────────────────────────┘ │
│ │ │
│ Phase 4: Deployment │
│ ┌──────────────────────────────────┐ │
│ │ 🚀 DevOps Agent │ │
│ │ Deploy to GitHub / live URL │ │
│ └──────────────────────────────────┘ │
└───────────────────────────────────────────────────────┘
│
▼
Local Process Sandbox ← Isolated Build Environment
• Temp directory with cleared environment (no credential leaks)
• Scaffolds projects, installs dependencies
• Runs dev servers on localhost with live preview URLs
Dual-mode architecture: ZeroBuild operates in two modes:
The Blackboard is the shared state layer enabling cross-agent collaboration. Built on InMemoryMessageBus and SharedContextEntry, it allows agents to publish and read artifacts:
| Artifact | Producer | Consumers |
|---|---|---|
| artifact:prd | Business Analyst | All agents |
| artifact:design_spec | UI/UX Designer | Developer, Tester |
| artifact:source_code | Developer | Tester, DevOps |
| artifact:test_cases | Tester | Developer (integration loop) |
| artifact:test_results | Tester | Orchestrator (phase control) |
| artifact:deploy_config | DevOps | Orchestrator (final result) |
Agents use versioned writes (ContextPatch) with optimistic-locking to prevent conflicts. All factory agents share the same sandbox filesystem, enabling collaborative file access.
See ARCHITECTURE.md for the full multi-agent design.
| Feature | Description |
|---|---|
| Autonomous Software Factory | A full AI team (PM, BA, UI/UX, Dev, Tester, DevOps) that builds your software autonomously |
| Hierarchical Multi-Agent | Orchestrator (CEO) spawns, delegates, and supervises specialized sub-agents with cross-agent collaboration |
| Auto Dev-Test Loops | Developer and Tester agents iterate automatically until all tests pass — no human intervention |
| Full SDLC Automation | Requirements → Design → Code → Test → Deploy, entirely automated |
| Build Anything | Web, mobile, backend, CLI tools, scripts, games — anything you can describe |
| Multi-Channel | Telegram, Discord, Slack, Matrix, or CLI — use what you prefer |
| Zero-dependency Sandbox | Isolated local process sandbox — no API key, no Docker daemon required |
| Ultra-low Cost | Replace entire dev teams with API token costs |
| Multi-Provider LLM | OpenAI, Anthropic, OpenRouter, DeepSeek, Gemini, and more |
| Secure by Default | OAuth tokens stored in SQLite only; never in logs or messages |
| GitHub Connector | Create/comment on issues & PRs, code reviews, push code — all via chat |
| ZeroBuild | Bolt.new | Lovable | V0 | OpenClaw | |
|---|---|---|---|---|---|
| What you can build | Anything | Web only | Web only | Web only | Anything |
| Interface | Any channel | Web | Web | Web | CLI only |
| Sandbox | Local process (no API key, no Docker) | StackBlitz | Own cloud | Vercel | Docker |
| Open Source | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
| Self-Hostable | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
| Runtime | Rust (<10MB) | Cloud | Cloud | Cloud | Node.js |
| Multi-Agent Team | ✅ Full SDLC (Orchestrator, BA, UI/UX, Dev, Tester, DevOps) | ❌ Single agent | ❌ Single agent | ❌ Single agent | ❌ Single agent |
| GitHub Connector | ✅ Full (repos, issues, PRs, comments, inline review, push) | ❌ No | ❌ No | ❌ No | Manual |
ZeroBuild is built on top of ZeroClaw by zeroclaw-labs — the Rust-first autonomous agent runtime optimized for performance, security, and portability.
ZeroBuild is dual-licensed under:
| License | Use case |
|---|---|
| MIT | Open-source, research, academic, personal use |
| Apache 2.0 | Patent protection, institutional, commercial deployment |
You may choose either license.
ZeroBuild — Your AI Software Company. Idea in, product out. 🏭
| Back | FazBrowse Home | New Git URL |