Faable Docs
  • Access Dashboard
  • Home
  • Deploy
    • Get Started with Deploy
    • Github Actions
    • Environment Variables
    • App Types
    • Runtime
    • Configure your Domain
    • Custom SSL Certificates
    • Web Application Firewall
    • Quickstart: Express
  • Auth
    • Get Started with Auth
    • Quickstart Expo
    • Users
    • APIs
    • Clients
    • Connections
    • Identites
    • Roles
    • Teams
    • OAuth
    • Webhooks
    • Features
  • Platform
    • Pricing
    • Privacy Policy
    • Terms of Service
    • Security & Compliance measures
Powered by GitBook
On this page
  1. Deploy

Get Started with Deploy

PreviousHomeNextGithub Actions

Last updated 6 months ago

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

  • Sign-up into Faable

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

Dashboard
Create an App