Philosophy
Vite Deploy is the primitive to deploy your Vite project anywhere, no matter if it’s meant to be rendered statically (SSG), on-demand (SSR) or both.
Features
Section titled “Features”Vite Deploy is a primitive. It does very few things but very well:
- Deploy anywhere: no matter where you’re hosting your site, we got you covered.
- Prerendering: render your site statically (SSG), on-demand (SSR) or both.
- Integrate with other tools: use your favorite web framework and tools.
Design principles
Section titled “Design principles”Here are 3 core design principles to help explain why we built Vite Deploy, the problems that it exists to solve, and why Vite Deploy may be the best choice for your project or team.
Vite Deploy is…
- Transparent: Vite Deploy abstracts as little as possible. Rather than a black box that’s hard to debug and contribute to, it exposes a handful of simple APIs you can build upon.
- Focused: You only download what you need. Instead of a single package that handles every platform, you pick the one built for yours: smaller footprint, fewer abstractions.
- Easy to use and integrate: You don’t need to be an expert to ship with Vite Deploy. The small API surface keeps things easy to reason about, and because it’s built on web standards, it integrates cleanly with other tools.