What problem does it solve? Converting documents or outlines into polished, on-brand 16:9 HTML slide decks is tedious and error-prone, especially when handling brand colors, logo embedding, SVG diagram layout, and cross-browser compatibility issues like CSS class collisions and SVG overflow. ## Core Features & Use Cases - Document-to-Deck Conversion: Extracts content from docx or raw text, plans per-slide composition, and generates a single self-contained 1920×1080 HTML file via a reusable Python script. - Programmatic SVG Diagrams: Builds cycle, funnel, swimlane, flowchart, pyramid, gantt, hub-and-spoke, and stairs diagrams with math-computed coordinates to avoid overlap and overflow. - Brand & Navigation Support: Embeds transparent PNG logos via base64 CSS, applies brand color tokens and typography rules, and includes keyboard, touch, wheel navigation plus reveal animations and print styles. - Use Case: Turn a company report docx into a branded 21-page 16:9 HTML presentation with company colors, logo in the corner, and eight SVG diagrams, ready to present in any browser. ## Quick Start Turn this docx document into a branded 16:9 HTML presentation deck with our company colors and logo.