Agent-native publishing
HTML decks,one command away
Slidefly turns a single HTML file into a shareable deck URL. Built for Claude Code, Cursor, Codex, and any agent that ships slide presentations as markup.
How it works
Three steps from prompt to live deck
Tell your agent
Point your coding agent at Slidefly. It reads the skill and knows how to build and ship decks.
Create a 6-slide HTML deck on Q4 metrics, then publish with slidefly.Publish with CLI
One command uploads your HTML and returns a live URL. No dashboard required for the first publish.
slidefly publish ./deck.htmlShare the link
Readers open your deck on the content domain. Public, unlisted, or private — you choose visibility.
https://slidefly.io/d/a1b2c3d4
Live preview
From terminal to reader in seconds
$ slidefly publish ./q4-deck.html --json
{
"url": "https://slidefly.io/d/x7k9m2p4",
"id": "x7k9m2p4",
"visibility": "public"
}
"url": "https://slidefly.io/d/x7k9m2p4",
"id": "x7k9m2p4",
"visibility": "public"
}
https://slidefly.io/d/x7k9m2p4
Q4 METRICS
Reader shell · keyboard nav · fullscreen
One command
Install the Slidefly skill
npx -y @slidefly/cli@latest install --target auto- CursorInstalls into .cursor/skills — reload the window after install.
- Claude CodeWrites to your Claude skills directory for project-wide use.
- CodexTargets Codex skill paths when --target auto detects your setup.