Everything you need to build developer presentations with markdown.
Cuppa Studio is a developer-first presentation tool that turns markdown into animated, timeline-driven slides. Write your content in markdown, and Cuppa Studio handles layouts, themes, animations, and transitions.
npx mycuppa init my-talk
cd my-talk
mycuppa build slides.md
mycuppa serve slides.cup
A .cup file is a ZIP archive containing JSON — like .pptx, but for developers:
| File | Purpose |
|---|---|
manifest.json | Title, author, scene count |
content.json | Scenes, elements, layout |
timesheet.json | Animation timeline, markers |
theme.json | Colors, fonts, typography |
--- separatorsmycuppa build slides.mdmycuppa serve slides.cup