w wokku
Get Started
~/docs
/
apps

# Create an App

Updated · Edit on GitHub ↗

Create a new application on one of your connected servers.

Create

  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

App Naming Rules

  • Lowercase letters, numbers, and hyphens only
  • Must start with a letter
  • 3-30 characters
  • Must be unique per server

After Creation

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
Was this page helpful?