Deploy
When you're finished with your app, you can deploy it to the web. @lazarv/react-server provides a set of built-in adapters to deploy your app to different platforms. You can also use the built-in server to deploy your app to your own server using Node.js.
You will learn how to use adapters to configure your app for different deployment environments.
Available Adapters
VercelServerless & edge functionsNetlifyServerless functions & edge CDNCloudflareWorkers & PagesAWS LambdaServerless functionsBunStandalone Bun serverDenoStandalone Deno serverAzure FunctionsFunctions v4 with streamingAzure Static Web AppsManaged functions & CDNFirebase FunctionsCloud Functions v2 with streamingDockerNode.js, Bun, or Deno containerExperimentalSinglefileSelf-contained single HTML file
Find more information about how to implement custom deployment adapters in the Adapter API section.