Resources
Everything you need to get started with Cuppa Studio and stay up to date.
Get the Tools
Three ways to create and present with Cuppa Studio.
CLI
Build, serve, export, and AI-generate presentations from your terminal. Full-featured with 7 commands.
npx mycuppa --help npm install -g mycuppa Cuppa Studio
Browser-based IDE with live preview, AI generation, 10 starter templates, theme picker, and HTML export. No install needed.
MCP Server
Connect Cuppa Studio to Claude, Cursor, or any MCP-compatible AI tool. 7 tools and 5 prompt templates.
{
"mcpServers": {
"cuppa-studio": {
"command": "npx",
"args": ["@cuppa-studio/mcp"]
}
}
} Documentation
Getting Started Guide
Install Cuppa Studio, create your first presentation, and learn the basics.
Read the guideFormat Reference
Complete reference for the .cup format — element types, layouts, and animations.
View referenceCLI Reference
Build, serve, and export presentations from the command line.
View CLI docsThemes
8 built-in themes with curated colors, fonts, and typography presets.
Browse themesEmbedding
Embed Cuppa Studio presentations in websites, blogs, and documentation.
Learn embeddingQuick Start
Create a presentation
npx mycuppa init my-talk Build it
mycuppa build slides.md Present
mycuppa serve slides.cup