Live tracked strategic plan: **26 weeks** from beta launch (July 2026) to **$50M exit** target (January 2027).
A **planning artifact** with a canonical model (`src/plan.mjs`), interactive dashboard (`app/`), and verification that the plan is internally consistent and deterministic. It does **not** guarantee a $50M exit or term sheet.
```bash
cd delivery-package/forgai-50m-exit-plan
node build-app.mjs
node app/server.js
```
Open http://localhost:3870 — or serve `app/` with any static server after running `build-app.mjs`.
```bash
node verify.mjs
```
```bash
node publish.mjs
node ../../tools/forge-portfolio.mjs
```