What problem does it solve?
Generators and exports visually rich presentations in a branded, consistent style, saving time and ensuring a professional look without manual CSS theming for each deck.
Core Features & Use Cases
- Interactive HTML presentations with keyboard and navigation controls.
- PNG slide exports and PDF generation from a single source of truth.
- Brand-aligned styling using the Agency color and typography references; suitable for pitches, trainings, and visual summaries.
- Use Case: Create a 10-slide workshop summary deck that exports HTML for online viewing, PNG thumbnails for slides, and a PDF version for distribution.
Quick Start
Use the presentation-generator skill to render slides from a content.json file and output an HTML file:
node scripts/generate-presentation.js --input content.json --output presentation.html
Then export all slides as PNG:
node scripts/export-slides.js presentation.html --format png --output ./slides/
Finally produce a PDF:
node scripts/export-slides.js presentation.html --format pdf --output presentation.pdf