This repo is archived. The shape it set out to solve was already covered (and shipped) on the apex tool surface:
→ https://kineticgain.com/policies/ — /policies/ aggregator + the 10 vertical spec landings
The apex surface is browser-only, no login, no telemetry, vanilla JS, aligned in vocabulary with NIST AI RMF / EU AI Act / ISO 42001 / SOC 2 / ISO 27018 / GDPR (never "compliant"/"certified" without external attestation).
No migration needed — this repo never had production users; it was Codex-shipped scaffolding that landed in parallel with (and unaware of) the apex executive-tools layer.
Recurring executive-intelligence product that turns Kinetic Gain vertical exposure, savings, benchmark, and board-story signals into one subscription-grade market brief. The repo is a static-friendly TypeScript surface with an offline analyzer, CLI, prerendered site, screenshots, and GitHub Pages packaging.
- Live:
https://briefs.kineticgain.com/ - Routes:
/,/brief-lane/,/signal-matrix/,/benchmark-narrative/,/investment-map/,/verification/,/docs/ - APIs:
/api/dashboard/summary,/api/brief-lane,/api/signal-matrix,/api/benchmark-narrative,/api/risk-map,/api/investment-map,/api/verification,/api/sample
- recurring vertical market brief layer on top of the Wave 22 executive-intelligence estate
- executive brief lane covering buyer, score, board question, and next action
- signal matrix for exposure, savings, company signals, and live proof surfaces
- benchmark narrative route for current score versus disciplined-peer baseline
- investment map route for sequencing the next board or investor memo
- verification route that stays honest about synthetic data and modeled figures
cd vertical-brief
npm install
npm run verify
npm run prerender
npm run render:assetsThen open:
site/index.htmlsite/brief-lane/index.htmlsite/signal-matrix/index.html
npx vertical-brief fixtures/vertical-brief.json --format summary
npx vertical-brief fixtures/vertical-brief-clean.json --format jsonscreenshots/01-overview-proof.pngscreenshots/02-brief-lane-proof.pngscreenshots/03-signal-matrix-proof.pngscreenshots/04-benchmark-narrative-proof.png