One Setup For SSR And SPA
The same package drives server rendering, SPA-only mode, preview flow and production start commands.
Start in SSR, fall back to SPA when you want, stream React on the server, and keep one practical toolchain for local dev, builds and deployment.

@lomray/vite-ssr-boost is for React applications that want server rendering without giving up normal Vite ergonomics or React Router APIs.
It gives you:
The package is opinionated in the useful places:
This makes it a good fit when you want SSR infrastructure, not a full-stack framework that takes over the whole app.
You wire three things:
vite.config.ts@lomray/vite-ssr-boost/browser/entry@lomray/vite-ssr-boost/node/entryAfter that the CLI can run the app in development, build it for production, preview it locally, or package it for specific deployment targets.