v2.1.0 OUT NOW

Markdown-First Presentations.
Built for Engineers.

The technical Markdown slides engine. Record terminal sessions,
automate browsers, and ship high-fidelity video in seconds.

Start Building Explore Features

Engineered for Technical Depth.

Your slides, right in your terminal workflow.

🖥️

Live Interactive Viewer

Serve your Markdown as a beautiful interactive presentation. Native terminal execution bridged directly to your browser for real-time command output.

🎬

CLI Recorder

Export scripts directly to MP4 using our blazing-fast native canvas renderer.

🌐

Web Automation

Automate UI flows with Playwright using simple Markdown directives.

Time-Crystal Replays

Re-render terminal sessions in seconds using .tre event logs. Change fonts and speeds without re-running long scripts.

Get Started in Seconds.

Everything you need to ship your next technical production.

bash
# Install the engine
npm install -g slides-tape

# Start a live viewer
slides-tape serve talk.md

# Export a recording to MP4
slides-tape export talk.md -o output.mp4
Read the Full Guide