Skip to main content

Lifecycle

Apps follow a simple lifecycle:
  1. Create - Build with the CLI or in the web
  2. Connect — Attach connectors (databases, APIs)
  3. Deploy — Ship to production with one command or click
  4. Share — Grant access to teammates via RBAC

Source Control

Every app is backed by a Git repository. Major hosts repositories by default, but you can connect your own GitHub organization at any time. Either way, the code is yours — clone, branch, and manage it with any Git tooling.

Building apps

Editor, deploying, environments, and the full set of app features.