Skip to content

Create an App

Create a new application on one of your connected servers.

  1. Go to Apps → New App
  2. Enter an app name (lowercase, alphanumeric, hyphens allowed)
  3. Select the server to deploy on
  4. Optionally set the deploy branch (default: main)
  5. Click Create
  • Lowercase letters, numbers, and hyphens only
  • Must start with a letter
  • 3-30 characters
  • Must be unique per server

Your app is created but not yet deployed. Next steps:

  1. Deploy your code via git push or GitHub
  2. Set environment variables for your app
  3. Add a custom domain
  4. Add a database if needed