TheCorporation
Formation, equity, compliance, and governance — version-controlled, automated, and yours.
founders · investors · counsel · finance teams · agents
Your Corporation Is a Git Repo
Corporate state in git gives you what no vendor database can: a cryptographically verifiable audit trail, data sovereignty by construction, and portability that is git clone — not a support ticket. When every action is a commit, agents and humans operate on the same record of truth.
$ git log --oneline e6f7a8b adopt bylaws v1.0 b3c4d5e issue SAFE ($500K) 7d8e9f0 add founder "Alice" 4a1b2c3 form "Acme Inc" (DE) a0b1c2d init repository
acme-inc/
├── entity/formation.toml
├── cap-table/founders.toml
├── compliance/deadlines.toml
├── agents/ops-bot.toml
├── governance/resolutions/
└── .corp/config.toml Built for Everyone at the Table
git log.Multiple Ways In
For humans
Web-based human pages for the things that need a signature, a disclosure, or a decision. No terminal required — founders and stakeholders interact through forms purpose-built for each obligation.
$ corp form create \ --name "Acme Inc" \ --entity-type c_corp \ --jurisdiction DE \ --local ✔ Formation committed to local repo ✔ Bylaws, EIN, board consent ✔ Compliance deadlines tracked
For agents
Franchise taxes, annual reports, and filing deadlines are mechanical governance — structured, repetitive, and time-sensitive. Agents handle continuous obligations automatically, with a complete audit trail in every commit.
// claude_desktop_config.json { "mcpServers": { "corp": { "command": "corp-server", "args": [ "--mcp" ] } } }
The Full Stack
git log. Verify any claim by reading the repo.$ corp-server --mcp ✔ 12 tools loaded ✔ MCP server ready
Comparison
| TheCorporation | Pulley | Bizee | |
|---|---|---|---|
| Data sovereignty | git repo (yours) | vendor database | vendor database |
| Version control | every action is a commit | ✕ | ✕ |
| Agent-native / MCP | 12 tools | ✕ | ✕ |
| Open source | ✓ | ✕ | ✕ |
| Self-hostable | ✓ | ✕ | ✕ |
| Portability | git clone | CSV export | PDF export |
| Price | Free / $299/yr | $399/yr | $299/yr |
| Cap table | ✓ | ✓ | ✕ |
| Compliance | ✓ | ✕ | ✓ |
| CLI / API | ✓ | ✕ | ✕ |