Skip to content
md
---
layout: home

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

hero:
  name: VitePress
  text: Next Generation Static Site Generator
  tagline: Built on Vite, powered by Vue. Lightweight, powerful, and fast. Familiar Markdown, powerful features.
  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: Instant Server Start with Vite
    details: See changes instantly in your browser as you edit files, no rebuild required.
  - icon: ⚡️
    title: Lightweight and Fast
    details: Pages generated by VitePress are interactive even without JavaScript, enabling fast loading.
  - icon: 🛠️
    title: Powerful Features
    details: VitePress comes with many useful built-in features, such as out-of-the-box I18n, custom themes powered by Vite + Vue, and more.
  - icon: 
    title: Default Theme
    details: The default theme includes features like dark mode, Algolia search, dynamic sidebars, and prev/next page links.
---