open-slide
A slide framework built for agents — describe your deck in natural language and your coding agent writes the React, while open-slide handles the canvas, scaling, navigation, and present mode.
At a Glance
Fully free and open-source under the MIT License. Use, modify, and distribute freely.
Engagement
Available On
Listed May 2026
About open-slide
open-slide is an open-source slide framework designed specifically for AI coding agents. Every slide renders into a fixed 1920×1080 canvas as arbitrary React components, giving agents full creative freedom without a constrained DSL. It ships with built-in agent skills, a dev server with hot reload, and a professional present mode — turning a one-line prompt into a polished, presentable deck.
- Agent-native authoring — Works with any coding agent (Claude Code, Codex, Cursor, etc.). Built-in
/create-slideskill drafts a full deck end-to-end by asking four scoping questions, and/slide-authoringprovides the technical reference the agent reads before writing. - In-browser inspector — Click any element in the dev server to attach a comment ("make this red", "shrink the headline"). Comments are persisted as
@slide-commentmarkers in source; run/apply-commentsand the agent applies every pending edit automatically. - Assets manager + svgl logo search — Manage images, videos, and fonts per deck through a built-in assets panel, and search/drop in brand logos via the integrated svgl catalogue.
- Professional present mode — Fullscreen playback with keyboard navigation, a presenter mode showing current/next slide preview, speaker notes, and a timer.
- Export to static HTML & PDF — One command exports your deck as a self-contained static HTML site or a print-ready PDF, shareable without a server.
- Slide manager — Organise decks into folders with custom emoji and drag-and-drop reordering.
- Deploy-friendly — Outputs a plain static build for one-click deploy to Vercel, Cloudflare Pages, Zeabur, Netlify, or any static host.
- Get started — Run
npx @open-slide/cli init my-slide, thenpnpm dev. The scaffolded workspace ships with agent skills preconfigured for Claude Code; drive the deck through your agent or edit slides directly.
Community Discussions
Be the first to start a conversation about open-slide
Share your experience with open-slide, ask questions, or help others learn from your insights.
Pricing
Open Source (MIT)
Fully free and open-source under the MIT License. Use, modify, and distribute freely.
- Full framework source code
- Agent-native authoring with built-in skills
- 1920×1080 React canvas
- In-browser inspector
- Assets manager and svgl logo search
Capabilities
Key Features
- Agent-native slide authoring
- Built-in /create-slide and /slide-authoring agent skills
- 1920×1080 fixed canvas with React components
- In-browser click-to-comment inspector
- Hot reload dev server
- Assets manager with svgl logo search
- Professional present mode with speaker notes and timer
- Export to static HTML and PDF
- Slide manager with folders and drag-and-drop
- Deploy to Vercel, Cloudflare Pages, Netlify, Zeabur
- pnpm + Turbo monorepo structure
