What problem does it solve?
Automates the creation of themed, single-file horizontal decks from a seed template, enabling rapid delivery of branded presentations without juggling multiple files or setup steps.
Core Features & Use Cases
- Seed-driven deck: uses assets/template.html as the seed and applies a single theme via the
<body data-theme> token to ensure consistent visuals across slides.
- Content infrastructure: leverages the included references/ and assets/ directories for theme tokens, layouts, components, and sample decks, plus examples to illustrate ready-made outputs.
- One-theme-per-deck discipline: enforces a cohesive aesthetic by preventing mixing tokens across themes within a single deck.
- Quick-start examples: four hand-written example decks demonstrate how each theme renders content for different scenarios.
Quick Start
Copy assets/template.html to index.html, set <body data-theme> to one of the eight themes, and paste layout blocks from references/layouts.md to build the deck.