Search for a command to run...
Static site generator built on Vite and Vue for fast, content-centric websites. Takes Markdown source, applies a theme, and outputs static HTML that deploys anywhere. Optimized for documentation and developer-focused content with a default theme that handles navigation, search, and code-heavy layouts.
VitePress powers the documentation for Vue, Vite, Rollup, Pinia, VueUse, Vitest, UnoCSS, and D3. It is the spiritual successor to VuePress 1, which the Vue team deprecated in favor of VitePress. Compared to webpack-based VuePress 1, VitePress delivers instant server start, sub-100ms hot updates via Vite, better production performance, and more flexible theming. Each page serves as pre-rendered HTML for fast initial load and SEO, then hydrates into a Vue SPA for instant in-site navigation without full page reloads.
Key capabilities:
Teams use VitePress for SDK and API docs, internal wikis, open-source project documentation, and marketing or blog sites. Developers get standard Vite + Vue tooling, npm-based workflows, and straightforward deployment to static hosts like Cloudflare Pages, Netlify, or GitHub Pages.