Slidev Presentations
Create developer-focused presentations with Slidev using Markdown, Vue components, and code highlighting.
Overview
Agents can generate presentation content from technical topics, structure slides with proper layouts, add code snippets with highlighting, embed Mermaid diagrams, and configure themes. Slidev's developer-centric approach means presentations live alongside code in the repository.
Slidev supports presenter mode, recording, PDF export, and SPA deployment. Teams can use AI agents to quickly create tech talks, project demos, sprint reviews, and educational content with a consistent, professional look.
Who Is This For?
- Generate technical presentation slides from documentation
- Create project demo presentations with live code
- Build sprint review slide decks from project data
- Convert technical blog posts into presentation format
Installation
npm init slidev@latest Configuration
---
# slides.md
theme: default
title: My Presentation
info: |
## Technical Overview
Presentation for the engineering team
transition: slide-left
---
# Welcome
This is the first slide
---
# Code Example
```typescript
const greeting = 'Hello, World!';
console.log(greeting);
``` Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Servers
Markdown Documentation Generator
Auto-generate structured project documentation from your codebase. AI agents can produce API references, guides, and architecture docs.
OpenAPI Documentation
Generate interactive API documentation from OpenAPI and Swagger specifications. Keep your API docs always up to date with your endpoints.
README Generator
Create comprehensive, well-structured project READMEs that cover installation, usage, configuration, and contribution guidelines.