Founder

VC Ready Governance

Generate investor-grade documents, manage your cap table, and track compliance — all from the terminal.

Pitch Generation

Generate a full pitch deck tailored to your stage and target investors:

mekong pitch "AI-powered inventory SaaS for SMBs — Seed round $500K"

Output includes:

  • 12-slide deck (PDF + Google Slides export)
  • Problem / Solution / Market / Traction / Team / Ask
  • Financial projections (3-year model)
  • Competitive landscape analysis

Customize the template:

mekong pitch --template yc --stage seed --ask 750000
star

Templates available: YC, a16z, Sequoia, First Round, generic. Each follows the firm's preferred narrative structure.

Data Room

Scaffold a due-diligence-ready data room:

mekong vc/data-room/init

Generates the standard folder structure with placeholder docs:

data-room/
├── financials/    # P&L, balance sheet, projections
├── legal/         # incorporation, IP assignments, contracts
├── product/       # roadmap, architecture, demo
├── team/          # bios, org chart, advisors
└── market/        # TAM analysis, competitive map

Upload to Notion or Google Drive:

mekong vc/data-room/sync --target notion

Cap Table Management

Initialize your cap table:

mekong vc/cap-table/init --founders "Alice:60,Bob:40"

Model a funding round:

mekong vc/cap-table/round \
  --pre-money 3000000 \
  --raise 750000 \
  --investor "VC Fund:750000"

Run dilution scenarios:

mekong vc/cap-table/dilution --option-pool 10

Output: CSV + visual ownership chart.

Compliance

Run a compliance audit for your stage:

mekong compliance/audit --stage seed

Checks include:

  • Delaware C-Corp formation documents
  • IP assignment agreements (founders + employees)
  • 83(b) election status
  • SAFE / convertible note terms review
  • Data privacy (GDPR / CCPA) baseline

Generate missing documents:

mekong legal/generate --type ip-assignment --party "Alice Smith"

Exit Strategy

Model exit scenarios at various valuations:

mekong vc/exit --valuations "10M,25M,50M,100M"

Output shows payout waterfall for each stakeholder at each valuation, accounting for liquidation preferences, pro-rata rights, and option pool.

For M&A readiness:

mekong vc/ma-readiness

Generates a checklist of technical, legal, and financial items acquirers typically request in due diligence.