promptslide
v0.3.6
Published
CLI and slide engine for PromptSlide presentations
Downloads
1,485
Readme
promptslide
Vibe-code beautiful slide decks using your favorite coding agent.
PromptSlide is a local-first slide framework built with React, Tailwind CSS, and Framer Motion. Open your coding agent (Claude Code, Cursor, Windsurf, etc.), describe the slides you want in natural language, and watch them appear in real-time via Vite's hot module replacement.
Quick Start
bun create slides my-deck
cd my-deck
bun install
bun run devThen open your coding agent and say:
"Create me a 10-slide deck about AgenticRAG"
CLI Commands
All commands are run via npx promptslide <command> (or bunx promptslide <command>).
| Command | Description |
| --------- | ---------------------------------------- |
| create | Scaffold a new slide deck project |
| studio | Start the dev server with hot reload |
| build | Build the deck for production |
| preview | Preview the production build |
| add | Add a slide to the current deck |
| remove | Remove a slide from the current deck |
| list | List all slides in the current deck |
| publish | Publish the deck to PromptSlide registry |
| search | Search published decks |
| pull | Pull a published deck |
How It Works
- You describe what you want in natural language
- Your coding agent uses the promptslide Skill to understand the framework
- Agent creates
.tsxslide files insrc/slides/ - Vite hot-reloads -- slides appear instantly in your browser
- Present in fullscreen or export to PDF
The Skill is installed automatically when you run
promptslide create. To install it manually:npx skills add prompticeu/promptslide
Links
- GitHub
- create-slides -- scaffolding shortcut
License
MIT
