Quickstart

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.

Quickstart

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

To deploy your app, start by Creating your account

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

Last updated