# Vite SSR BOOST > SSR and streaming for existing Vite + React Router apps in Data mode, without Framework mode Package: `@lomray/vite-ssr-boost` Version: `8.4.2` ## Public entrypoints - Vite plugin: `@lomray/vite-ssr-boost/plugin`. - Cloudflare Workers: `@lomray/vite-ssr-boost/cloudflare` (`createWorkerHandler`, `getHtmlFromAssets`, `RouteAssets`, `TRouteAssetsManifest`); see [Cloudflare Workers](https://lomray-software.github.io/vite-ssr-boost/guide/cloudflare). - Browser entry: `@lomray/vite-ssr-boost/browser/entry`. - Managed CLI server entry: `@lomray/vite-ssr-boost/adapters/express/entry`. - Fetch core: default export `createHandler` from `@lomray/vite-ssr-boost/core/handler`. - Transport adapters: `@lomray/vite-ssr-boost/adapters/node`, `adapters/express`, `adapters/fastify`, `adapters/hono` and `adapters/edge`, all under the package prefix. - Renderers: `@lomray/vite-ssr-boost/node/render-to-stream` and `@lomray/vite-ssr-boost/edge/render-to-stream`. - SSR route testing: `@lomray/vite-ssr-boost/testing`; optional browser assertions: `@lomray/vite-ssr-boost/testing/playwright`. See [Testing](https://lomray-software.github.io/vite-ssr-boost/guide/testing). - Node production helpers: `@lomray/vite-ssr-boost/node/production`. - CLI binary: `ssr-boost`. ## Data loading contract Loader and action promises stream by default in Data mode. Return `{ fast, slow: fetchSlow() }` and consume `slow` inside Suspense with `` or React 19 `use()`. The browser reconstructs native promises before creating the router; client navigation loaders keep their native promises. See [Stream loader data](https://lomray-software.github.io/vite-ssr-boost/guide/data-streaming) for the supported value matrix, errors and opt-in `hydration: 'early'`. Custom `getState` snapshots still use JSON. ## Documentation - [AI Usage](https://lomray-software.github.io/vite-ssr-boost/ai-usage) - [Browser Entry](https://lomray-software.github.io/vite-ssr-boost/api/browser-entry) - [CLI](https://lomray-software.github.io/vite-ssr-boost/api/cli) - [Components And Helpers](https://lomray-software.github.io/vite-ssr-boost/api/components-and-helpers) - [Node production helpers](https://lomray-software.github.io/vite-ssr-boost/api/node-production) - [Plugin](https://lomray-software.github.io/vite-ssr-boost/api/plugin) - [Server Entry](https://lomray-software.github.io/vite-ssr-boost/api/server-entry) - [Testing API](https://lomray-software.github.io/vite-ssr-boost/api/testing) - [Example projects](https://lomray-software.github.io/vite-ssr-boost/examples/) - [Recipes](https://lomray-software.github.io/vite-ssr-boost/examples/recipes) - [Document headers and caching](https://lomray-software.github.io/vite-ssr-boost/guide/caching) - [When to use vite-ssr-boost and when not to](https://lomray-software.github.io/vite-ssr-boost/guide/choosing) - [Cloudflare Workers](https://lomray-software.github.io/vite-ssr-boost/guide/cloudflare) - [Stream loader data](https://lomray-software.github.io/vite-ssr-boost/guide/data-streaming) - [Deployment](https://lomray-software.github.io/vite-ssr-boost/guide/deployment) - [Getting Started](https://lomray-software.github.io/vite-ssr-boost/guide/getting-started) - [Incremental SSR](https://lomray-software.github.io/vite-ssr-boost/guide/incremental-ssr) - [Migrate an existing Vite SPA](https://lomray-software.github.io/vite-ssr-boost/guide/migrate-existing-spa) - [Rendering Modes](https://lomray-software.github.io/vite-ssr-boost/guide/rendering-modes) - [Routing](https://lomray-software.github.io/vite-ssr-boost/guide/routing) - [Runtime adapters](https://lomray-software.github.io/vite-ssr-boost/guide/runtime-adapters) - [Server Lifecycle](https://lomray-software.github.io/vite-ssr-boost/guide/server-lifecycle) - [Test SSR routes](https://lomray-software.github.io/vite-ssr-boost/guide/testing) - [Upgrade from 7 to 8](https://lomray-software.github.io/vite-ssr-boost/guide/upgrade-v8) - [Vite SSR BOOST](https://lomray-software.github.io/vite-ssr-boost/) - [Acceptance gates](https://lomray-software.github.io/vite-ssr-boost/reference/acceptance-gates) - [Benchmarks](https://lomray-software.github.io/vite-ssr-boost/reference/benchmarks) - [Development diagnostics](https://lomray-software.github.io/vite-ssr-boost/reference/diagnostics) - [FAQ](https://lomray-software.github.io/vite-ssr-boost/reference/faq) - [Hydration order and streaming](https://lomray-software.github.io/vite-ssr-boost/reference/hydration-and-streaming) - [Support and versions](https://lomray-software.github.io/vite-ssr-boost/reference/support) - [Talking Points](https://lomray-software.github.io/vite-ssr-boost/reference/talking-points) - [Useful Links](https://lomray-software.github.io/vite-ssr-boost/reference/useful-links) ## Agent skills - [ssr-boost-migrate](https://github.com/Lomray-Software/vite-ssr-boost/blob/prod/skills/ssr-boost-migrate/SKILL.md) - [ssr-boost-new-app](https://github.com/Lomray-Software/vite-ssr-boost/blob/prod/skills/ssr-boost-new-app/SKILL.md)