An AI company operating system. Give it a business idea, and autonomous AI agents — CEO, Developer, Designer, Marketing — plan, build, deploy, and operate the entire company end-to-end.
The system is business-agnostic. Demo: hand it a children's picture book company and watch it ship a working product to production with real Stripe revenue. Same loop works for any business.
- You enter a business idea on the dashboard.
- The CEO agent decomposes it into a backlog of tickets with tags, priorities, and acceptance criteria.
- Role-specialized agents pick up tickets matching their tags, do the work using their tools, attach artifacts (PR URLs, deployments, designs, posts), and resolve.
- CEO reviews resolved work, opens follow-ups, and iterates until the business is live and operating.
Agents communicate only through tickets — no direct agent-to-agent calls. Full audit trail, fully observable.
| Agent | Tools |
|---|---|
| CEO | Convex (ticket CRUD), revenue/analytics |
| Developer | E2B Sandbox, GitHub, Vercel |
| Designer | Google AI Studio, Cloudinary |
| Marketing | Twitter/X, LinkedIn, Email |
All external tools are wired through Composio.
- Framework: Next.js 16 (App Router)
- Hosting: Vercel
- Database / Real-time: Convex
- AI: Claude via AI SDK + Vercel AI Gateway
- Agent Tools: Composio
- Code Execution: E2B Sandbox
- Image Generation: Google AI Studio
- Image Processing: Cloudinary
- Payments: Stripe (via Composio)
- Styling: Tailwind CSS v4
bun install
bun devOpen http://localhost:3000 and click New Company to kick off a run.
- Agent Status Board — who's active, idle, or blocked
- Ticket Kanban — backlog → in progress → review → done, real-time
- Activity Feed — chronological stream of every agent action
- Revenue Tracker — live Stripe revenue from the operated business
- System Controls — start a company, inject manual tickets, pause/resume agents, kill switch
- Max ticket depth: 3 levels
- Max active tickets per agent: 5
- Circuit breaker on runaway ticket creation (>20 in 10 min)
- Blocked tickets auto-escalate to CEO after 5 minutes
See PRD.md for the full product spec.