Skip to main content

Supported Scenarios

This page contains a list of scenarios and their support status on FL0.

Applications

ScenarioSupportedNotes
RESTful APIsYes
GraphQLYes
WebsocketsYes
Background workersPartialFL0 runs a healthcheck and expects your app to be listening on the port specified by the PORT environment variable. If your app doesn't listen to a port, deployments may fail.
Static sitesPartialStatic sites can be deployed but require some configuration
FrontendPartialYou can deploy frontends on FL0, but you can't yet connect a custom domain or make use of a built-in CDN.
Virtual MachinesNoFL0 builds containers and doesn't support running virtual machines
MonoreposNoFL0 does not yet have a configuration option to specify the path to your app. Instead, it's assumed your app is in the root of your repo.

Supporting Services

ScenarioSupportedNotes
PostgresYesBuild-in support for Postgres
MySQLPartialNo built-in support, bring-your-own database supported
MongoPartialNo built-in support, bring-your-own database supported