Skip to content
md
---
layout: home

title: VitePress
titleTemplate: The Next Generation Vue.js-powered Static Site Generator

hero:
  name: VitePress
  text: The Next Generation Vue.js-powered Static Site Generator
  tagline: Simple, powerful, and fast. Meet the documentation site you've always wanted.
  image:
    src: /logo-with-shadow.png
    alt: VitePress
  actions:
    - theme: brand
      text: Get Started
      link: /guide/getting-started
    - theme: alt
      text: View on GitHub
      link: https://github.com/vuejs/vitepress

features:
  - icon: 
    title: Vite-Powered DX
    details: Instant server start, lightning-fast HMR that stays fast regardless of app size.
  - icon: 📝
    title: Content-Focused
    details: Enjoy the power of Vue and its ecosystem directly in Markdown.
  - icon: 🚀
    title: Performant
    details: VitePress builds a fast-loading static site that hydrates into a Single-Page Application (SPA).
  - icon: 🛠️
    title: Customizable
    details: Leverage Vue's expressiveness to customize your site with Vue components and CSS, while enjoying the out-of-the-box default theme.
  - icon: 📦
    title: Ready for Docs
    details: Built-in features for technical documentation, such as dark mode, Algolia search, i18n, etc.
  - icon: 💬
    title: Community Driven
    details: VitePress is maintained by Vue and Vite team members and community contributors.
---