<- all tokdocs

Bolt Slides Turns Presentation Decks Into Working React Web Apps

Watch on TikTok

View on TikTok ->

Bolt Slides is an open source foundation from StackBlitz that lets an AI agent build a presentation where every slide is a live React component instead of a static image of text. The video is a 36 second walkthrough of the project's GitHub README, and the pitch is simple: you give an agent one prompt, and it composes a deck that can contain 3D scenes, live data, and working prototypes, all shareable as a single web link.

What the Project Actually Is

The video scrolls through the README at github.com/stackblitz/bolt-slides. The tagline on the page reads "Presentation decks that are working web apps." The workflow is one prompt in, and your agent builds a deck where every slide is a live, responsive web page. The repo carries an MIT license and ships with "Open in Bolt" and "Open in StackBlitz" badges, so you can fork it into either environment without a local setup.

Why StackBlitz Built It

The "Why we made this" section visible in the frames is candid about the problem. AI slide generators produce output the team calls slop: generic layouts and walls of bullets that nobody would be proud to present. The section also asks why slides are still static at all when agents can build anything. Bolt Slides is their answer, a set of building blocks that any agent, including Claude Code, Codex, Cursor, or Bolt, can compose into a finished deck. The README promises bespoke layouts, real typography, considered animations, and interactive anything, summed up in the line "Taste comes standard."

What Is Under the Hood

The README describes the internals as a classic paged deck with a Slidev-style dock, a thumbnail sidebar, a grid overview, click-builds, annotations, and a synced presenter mode. Each slide is a plain React component. That framing matters because it removes the ceiling on what a slide can contain. If you can build something for the web, you can put it in the deck. The demo footage embedded in the README shows this in practice, with a rotating 3D terrain model on one slide and animated stat counters ticking up to figures like 119,999+ on another.

How You Would Use It

The quick start shown at the end of the video calls the agent path "the fun way." You open the repo in Bolt and prompt something like "Build me a deck pitching your thing to your audience." A bundled skill file in the repo teaches the agent the deck conventions, so the agent handles layout and structure instead of you hand-editing slides. The output is a functional web app you share as a link, which the narrator argues is more engaging and professional than exporting a PDF.

Key Takeaways

  • Bolt Slides is an MIT-licensed StackBlitz project that makes every slide in a deck a live, responsive React component.
  • It targets a real weakness of AI slide tools, which tend to produce generic layouts and bullet walls.
  • Any coding agent can drive it, including Claude Code, Codex, Cursor, and Bolt, guided by a skill file bundled in the repo.
  • Slides can embed 3D scenes, live data, and working prototypes because each slide is ordinary web code.
  • Finished decks are shareable as a single link and include presenter features like thumbnails, grid overview, and synced presenter mode.

Resources

Published August 19, 2026. Writeup generated from a favorited TikTok.