Research-to-Deck
A public-safe AI product workflow demo for turning grounded research notes into a deck contract, browser preview, QC report, and run result.
The Product Idea
Most AI deck demos optimize for a pretty slide. This one optimizes for product trust: source traceability, inspectable contracts, reviewable outputs, and a small QC surface.
Demo Flow
Markdown brief
-> source_manifest.json
-> deck_contract.json
-> index.html
-> qc_report.md
-> run_result.json
Why It Matters
- Source material stays visible instead of disappearing into generated slides.
- The deck contract separates content structure from rendering.
- The run bundle gives a reviewer enough evidence to accept or reject the output.
- Public fixtures stay synthetic, so the demo does not leak private research data.
Run It
npm test
npm run generate
Then open dist/demo/index.html.
Review Surfaces
- Demo runbook for the operator walkthrough.
- Case study for the AI PM framing.
- Architecture notes for the contract-first boundary.
- Security and privacy for the public-safe publishing model.