Quick Start
Go from zero to a published presentation in under a minute.
Create a deck
Click New Deck from your dashboard. Give it a title and start writing markdown.
Separate slides with ---.
# My First Deck Welcome to deckhost --- ## The Problem - Current tools are slow - AI can't write decent PowerPoint --- ## Our Solution Markdown presentations that just work.
Edit with live preview
The editor shows your slides in real time as you type. The left pane is a code editor with markdown syntax highlighting, autocomplete for deckhost syntax, and keyboard shortcuts. The right pane is the live presentation.
Cmd+S Save
Cmd+F Search / Replace
Cmd+Z Undo
Type --- for autocomplete suggestions (slide breaks, animations, backgrounds)
Add animations
Prefix list items with a symbol to make them appear one at a time when you advance the slide.
## Key Metrics - ^^^ Revenue grew 42% - ^^^ Customer base doubled - ^^^ Net retention hit 130%
^^^ Fade upvvv Fade down+++ Grow... Shrink~~~ Strikethrough::: BackgroundPublish and share
Click Publish in the editor toolbar. Your deck gets a permanent URL you can share with anyone. Update the content anytime -- the link stays the same.
Let AI create your deck
deckhost works with Claude and ChatGPT. Install the MCP server to let AI create, edit, and publish decks directly from the conversation.
You can also bring your own API key in Settings to enable AI generation directly in the editor.
Use the CLI (optional)
Prefer working locally? The deckhost CLI lets you create, preview, and publish from your terminal.
Edit in VS Code or Cursor
The deckhost extension adds live side-by-side preview, syntax highlighting, and snippets while you write .md decks in your editor.
Then in VS Code or Cursor: open the Extensions panel → the ⋯ menu → Install from VSIX… → pick the downloaded file.
Prefer to build from source?
One-click Marketplace & OpenVSX installs are coming soon.
Need more detail? Read the full documentation.