# Announcing VitePress 1.0

DevFeed: [Announcing VitePress 1.0](<https://devfeed.tech/articles/announcing-vitepress-1-0-3002.md>)

Original publisher: [Read original article](<https://blog.vuejs.org/posts/vitepress-1.0>)

Published: 2024-03-21T00:00:00Z

Content type: release

Language: en

Sources: [The Vue Point](<https://devfeed.tech/sources/the-vue-point.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [Markdown](<https://devfeed.tech/topics/markdown.md>), [Vite](<https://devfeed.tech/topics/vite.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [Jekyll](<https://devfeed.tech/topics/jekyll.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [release](<https://devfeed.tech/tags/release.md>), [ssg](<https://devfeed.tech/tags/ssg.md>), [static-site-generator](<https://devfeed.tech/tags/static-site-generator.md>), [time](<https://devfeed.tech/tags/time.md>), [vite](<https://devfeed.tech/tags/vite.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

The article announces the 1.0 release of VitePress, a Vite- and Vue-based static site generator for fast, content-centric websites. It converts Markdown and themes into deployable static HTML, supports technical documentation and customized sites, and combines static delivery with SPA-style navigation after the initial visit.

## Source excerpt

Today we are happy to announce the (long overdue) 1.0 release of VitePress! VitePress is a Static Site Generator (SSG) designed for building fast, content-centric websites. In a nutshell, VitePress takes your source content written in Markdown, applies a theme to it, and generates static HTML pages that can be easily deployed anywhere. VitePress is built on top of Vite and Vue, and is the spiritual successor and modern replacement of VuePress.