Overview

In general you can deploy the application to any hosting provider that supports Node.js. In this documentation we cover multiple deployment targets from serverless platforms to self-hosted solutions with Docker.

Learn more about the deployment in these different guides:

Docker

Learn how to deploy your saasbrella application with Docker.

Learn more

Deploy API as a service

As saasbrella has a dedicated API layer, it also allows you to deploy your API as a dedicated service. This can be useful if you want to run your API and frontend on different platforms or if you want youc API to be a “long-running” service instead of a serverless deployment.

Standalone API

Learn how to deploy your saasbrella API as a dedicated service.

Learn more