Skip to Content
๐Ÿš€ Faable DeployGet Started

Get started

Faable Deploy is a platform to deploy frontend and backend services. Build and integrate it with your headless content, ecommerce, or database.

We make it easy for develper teams to develop and ship awesome user experiences, where performance is the default.

The fastest way to get started with Faable Deploy is to create an account and create a github action in your repository.

To deploy your app, start by Creating your account

  1. Sign-up into Faable Dashboardย 
  2. Create a Project
  3. Create an App

Prepare your App project to be deployed to Faable Cloud. Install Faable CLI and login.

npm i -g @faable/faable

Then deploy your App to Faable by running the CLI in your terminal.

faable deploy $APP_NAME

๐ŸŒ Your site is ready at: <app_name>.faable.link

App Container Types

Faable Apps run inside Linux containers. We offer a sort of different container sizes to serve small-scale projects or high-traffic ones.

Containers are diferentiated by Memory, CPU and Bandwith. Check your app requirements and select according to your needs.

Containers monthly exceding bandwith is billed separatdly at the end of billing cycle. For more information see Pricing

Last updated on