slidev-deployment

Deploy Slidev presentations to GitHub Pages, Netlify, Vercel, or Docker.

34|1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slidev-deployment
Source: https://github.com/yoanbernabeu/slidev-skills/tree/main/skills/export/slidev-deployment
Command: npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables seamless deployment of Slidev presentations to the web, making them accessible online across hosting platforms like GitHub Pages, Netlify, Vercel, and Docker deployments.

Core Features & Use Cases

  • Automated production builds and static hosting of Slidev slides.
  • Configurable deployment targets including GitHub Pages, Netlify, Vercel, and Docker-based environments.
  • Use cases include sharing talks at conferences, embedding slides in websites, and CI/CD automation for slide-based presentations.

Quick Start

Deploy the current Slidev project to a hosting platform with a single action, for example publishing to GitHub Pages.

Frequently Asked Questions about slidev-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy Slidev presentations to GitHub Pages?

To deploy Slidev presentations to GitHub Pages, run npm run build to generate the dist directory, then use standard gh-pages configuration and GitHub Actions workflows to publish the static site online.

Can I host Slidev slides using Docker?

Yes, you can host Slidev slides using Docker. The deployment process builds the presentation into static files and uses standard Docker configurations to serve the output across hosting providers.

What is the best way to automate Slidev deployment with CI/CD?

Automating Slidev deployment with CI/CD involves running npm run build to create the dist directory, then configuring GitHub Actions workflows to publish the static presentation to platforms like Netlify, Vercel, or GitHub Pages.

Does deploying Slidev to Netlify or Vercel require special configuration?

Deploying Slidev to Netlify or Vercel uses standard hosting configuration files for each platform after running npm run build to produce the dist directory, requiring no special configuration beyond standard static site settings.

Why do I need to run npm run build before hosting my Slidev presentation?

Running npm run build is required before hosting your Slidev presentation because it produces the dist directory containing the static files necessary for deployment to platforms like GitHub Pages, Netlify, Vercel, or Docker.

What hosting providers are supported for publishing Slidev presentations?

Supported hosting providers for publishing Slidev presentations include GitHub Pages, Netlify, Vercel, and Docker-based environments, using standard configuration files for each platform to deploy the built static site.