Markdown-First Presentations.

The technical Markdown slides engine for engineers. Record your markdown files, terminal sessions, automate your browser, and ship your talk as high-fidelity video.

Start Building
slides-tape recording preview

Engineered for Tech Talks.

🖥️

Live Viewer

Serve your Markdown as a beautiful interactive presentation in your browser with live terminal execution.

🎬

Markdown and CLI Recorder

Export your markdown, bash or code script directly to MP4 using our blazing-fast native canvas terminal renderer.

🌐

Web Automation

Automate UI flows with Puppeteer using simple Markdown directives. Perfect for SaaS and Web App demos. You can also export the web automation to video.

Terminal Replay Rendering

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

Quick Start.

Turn any technical Markdown into a video production in seconds.

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
Explore Full Documentation