AI-powered autonomous corporate operating system. Submit a business idea — AI agents autonomously research, plan, and build your company.
MidnightCEO deploys a suite of AI agents — CEO, CTO, Legal, Sales, Support, HR, and more — that collaborate to build and operate a company from a single idea. The agents produce vision briefs, product specs, technical architectures, outreach campaigns, legal drafts, and financial reports — all autonomously.
# Clone this repo
git clone https://github.com/FlutterPlaza/MidnightCEO.git
cd MidnightCEO
# Copy .env and add your API keys
cp apps/installer/.env.example apps/installer/.env
# Pull pre-built agent images and start everything
cd apps/installer
docker compose -f docker-compose.local.yml up -dThe Founder Console will be available at http://localhost:3000 once the stack is running.
Requirements: Docker Desktop, 16 GB RAM minimum.
| Component | Description |
|---|---|
| Installer | Docker Compose stack + setup scripts for local compute mode |
| Shared Types | TypeScript type definitions shared across the platform |
┌──────────────────────────────┐
│ Founder Console (Docker) │ ← You interact here
│ localhost:3000 │
└──────────┬───────────────────┘
│
┌──────────▼───────────────────┐
│ Agents Backend (Docker) │ ← AI agents run here
│ localhost:8000 │
└──────────┬───────────────────┘
│
┌──────────▼───────────────────┐
│ Redis + PostgreSQL (Docker) │ ← State & task queue
└──────────────────────────────┘
Want remote access, mobile control, and always-on agents?
Enable cloud mode from Settings → Cloud in the Founder Console, or visit midnightceo.com.
We welcome contributions to the Installer and shared types. See CONTRIBUTING.md for guidelines.
- Installer — Platform support, setup UX, update mechanisms
- Types — Shared type definitions
MIT — see LICENSE.
Built by FlutterPlaza.