Research-to-Deck is a public-safe portfolio demo for turning grounded research notes into a traceable presentation bundle.
Most AI deck demos optimize for a pretty slide. This one optimizes for product trust:
- What source generated the deck?
- What contract did the renderer receive?
- What output files were written?
- What checks did the run perform?
- Can a human review the result without guessing?
Markdown brief
-> source_manifest.json
-> deck_contract.json
-> index.html
-> qc_report.md
-> run_result.json
Research and strategy work often crosses teams. A deck generator that cannot explain its source trail becomes risky quickly. The contract-first approach keeps content, rendering, and QC separated so the workflow can be tested, reviewed, and extended.
Run:
npm test
npm run generateThen open dist/demo/index.html.