PPT Master Examples
August 24, 2026 · View on GitHub
Example decks generated by PPT Master, with an in-browser viewer for flipping through every slide.
Each project directory holds the SVG slides, the exported .pptx, the design spec, and the speaker notes produced during generation. Download any .pptx and open it in PowerPoint to inspect the native shapes, charts, and transitions.
Layout
examples/
<project>/
svg_final/ slides as SVG (rendered by the viewer)
svg_output/ slides before image embedding
images/ source images referenced by the slides
exports/ exported .pptx
notes/ speaker notes
design_spec.md design decisions recorded during generation
examples.json gallery index consumed by index.html
Local preview
python3 -m http.server 8000
Then open http://localhost:8000/.
License
Same license as the main repository. See LICENSE.