⚠️
The vite-plugin-ssr project has been renamed Vike.
  • If you are using vite-plugin-ssr, migrate to Vike.
  • For new projects, use Vike instead of vite-plugin-ssr.
Vike itself (without extensions) is like vite-plugin-ssr: unopinionated and fully agnostic.

Deploy

From the perspective of the server, vite-plugin-ssr app is just a middleware. This means you you can use any deployment strategy and any deployment provider.

You can also pre-render your pages to remove the need for a production server and deploy to a static host instead.