StackBlitz Ships Bolt Slides, Turning Presentations Into Live React Web Apps
StackBlitz open-sources Bolt Slides, a React-based presentation engine that lets any AI agent build fully interactive, web-native decks from a single prompt.
- Open-sourced today: StackBlitz released Bolt Slides, a Vite + React presentation framework where every slide is a live web component.
- Agent-native: Ships with a
SKILL.mdfile that teaches Claude Code, Codex, Cursor, or Bolt to build a full deck from a single prompt. - Truly interactive slides: Slides can embed 3D scenes, live charts, calculators, collaborative whiteboards, and working product prototypes.
- Rich component library: 30+ pre-built components covering data viz, storytelling layouts, product demos, and motion effects — all responsive.
- Two entry points: One-click via bolt.new with no setup, or clone the repo and bring your own agent.
- MIT license, free to use: No cost for the open-source repo; bolt.new usage is subject to Bolt's existing pricing tiers.
PowerPoint has been the default for presentations for over 30 years. AI tools have made it faster to fill those slides, but the output is still the same: static boxes of text and bullet points that nobody wants to sit through. StackBlitz just shipped Bolt Slides, an open-source framework that reframes the problem entirely. Instead of generating a deck, it generates a web app , one where every slide is a live, responsive React component that can run charts, 3D scenes, calculators, whiteboards, or anything else you can build for the browser.
Slides that are actually web apps
Bolt Slides are presentation decks that are working web apps. The architecture is a classic paged deck , you advance slides with arrow keys, there's a thumbnail sidebar, a grid overview, click-to-reveal builds, and a synced presenter mode , but each slide is a plain React component, so if you can build it for the web, you can present it. That means a slide can embed a live mortgage calculator, a filterable data table, a 3D globe with real coordinates, or a collaborative whiteboard , not a screenshot of one.
The presenter mode opens in a second tab with a timer, next-slide preview, and editable notes, kept in sync with the audience tab via BroadcastChannel. Annotations are content-anchored: a circle drawn around a stat on a laptop rings the same stat on a phone, wherever the layout moved it. The URL hash tracks the current slide, so you can share a direct link to any individual slide.
The agent skill is the real product
The repo ships with a SKILL.md file inside .bolt/skills/slides/ , a structured instruction document that teaches any compatible AI agent how to theme, compose, and author a full deck. The bundled skill teaches the agent how to theme, compose, and write the deck , including setting the tab title and favicon , so a single prompt returns a finished, presentable app. This works with Claude Code, Codex, Cursor, and Bolt itself.