HTML Slides for AI-Generated Decks
Why HTML works well as the source format for AI slides, where images still belong, and how to keep decks editable.
What this cluster covers
The core argument is simple: AI-generated decks need a format both agents and humans can edit. HTML gives you text nodes, CSS, assets, accessibility, diffs, and browser rendering in one place.
Best starting point
Read the HTML-versus-images article first. It explains why the source format matters before you get into MCP or export details.
-
Why HTML Beats Images for AI-Generated Slides
A technical case for HTML as the source format for AI-generated slides: precise edits, accessibility, diffs, search, exports, and where images still fit.
-
How to Build a Presentation as a Single HTML File
A practical guide to building a single file HTML presentation: what goes in the file, when HTML beats PPTX or PDF, and how to keep it portable.