Skip to content

Quick start

This guide gets you from zero to a running Vite Deploy dev server. Pick New project to scaffold a starter for your host, or Existing project if you already have a Vite app.

  1. Download a basic template for your favorite host:

    Terminal window
    npx giget@latest gh:web-runes/vite-deploy/examples/cloudflare-server
  2. Install dependencies:

    Terminal window
    npm install
  3. Start the development server:

    Terminal window
    npm run dev

Already have a Vite project? Each adapter ships a manual install guide that walks through adding it to an existing config:

Once your dev server is running:

  • Pick an output mode (static, server, or hybrid) depending on whether you want SSG, SSR, or both.
  • Follow the deployment guide for your host to ship to production.
  • Browse the integration guides to wire Vite Deploy up with Hono, Express, or TanStack Start.

We have a few examples you can check out on GitHub.