<!-- Source: https://www.stormkit.io/blog/how-to-deploy-vitepress -->
<!-- Title: How do deploy VitePress project to Stormkit -->
<!-- Description: Quick guide to show how to deploy VitePress project to Stormkit -->

[VitePress](https://vitepress.dev/) is a static site generator built specifically for Vue 3 applications. It is designed to work seamlessly with Vue's ecosystem and leverages Vite, which is a modern build tool for web development

- Log in to [Stormkit](https://app.stormkit.io/).
- Using the user interface, import your VitePress project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
- Navigate to the project’s production environment in Stormkit or create a new environment if needed.
- Specify your build command to npm docs:build.
- Click the “Deploy Now” button to deploy your site.

Read more in the [Stormkit Documentation](/docs/welcome/getting-started).
