Slidev Workspace is a specialized command-line tool designed to manage and showcase multiple Slidev presentations. It provides a unified web interface to browse, search, and access Slidev presentations distributed across different directories.
- Slidev Workspace Starter - Ready-to-use template
- Live Demo - See it in action
- Documentation
✨ Multi-presentation management - Organize multiple Slidev presentations in one workspace
📱 Responsive interface - Clean, modern UI for presentation management
🔧 Easy configuration - Simple YAML-based configuration
📦 Build & Deploy - Built-in commands for production builds
🎨 Thumbnail previews - Visual presentation previews in the workspace
Slidev Workspace provides two flexible ways to work with your presentations:
Use the command-line tool for an out-of-the-box solution:
slidev-workspace previewThis launches a responsive web interface with presentation management, search functionality, and thumbnail previews - perfect for users who want to get started quickly without building custom UI.
For developers who need custom UI integration, access slide data programmatically:
import { useSlides } from "slidev-workspace";
const { slides } = useSlides();The useSlides composable returns frontmatter data from all discovered presentations, enabling you to build entirely custom interfaces while leveraging Slidev Workspace's presentation discovery and parsing capabilities.
Get started in 5 minutes! See our Quick Start Guide.
- 📚 Quick Start Guide - Get up and running in 5 minutes
- 🚀 Deployment Guide - Deploy to GitHub Pages