Documentation

Applications

Sites

Sites combine the application, server, source control, domain, SSL, runtime, deployment, and activity history into one workspace.

Updated Jun 22, 2026 2 min read

What sites do

Sites combine an application preset, server, repository or blueprint, runtime settings, environment values, domains, SSL, deployment settings, and activity history into one launch workspace. The goal is to keep the application and the operational work attached to the same place.

Before creating a site

  • Pick the correct server and confirm it is ready.
  • Choose the application preset, such as Laravel, WordPress, PHP, MyBB, or static HTML.
  • Decide whether the site uses a custom repository, a branch or tag, a blueprint, or a manual upload path.
  • Prepare the primary domain strategy and any temporary platform subdomain.

Typical workflow

  1. Create the site from the dashboard.
  2. Choose the application preset and source option.
  3. Set the domain, document root, PHP version, database needs, and deployment behaviour.
  4. Follow the site provisioning run.
  5. Open the site workspace to manage deployments, domains, SSL, commands, notifications, and settings.

Checks before launch

  • The site is attached to the intended server.
  • The repository or blueprint source is correct.
  • The document root and PHP version match the application.
  • Environment values and database settings are present.
  • The platform subdomain works before custom DNS is moved.

Common issues

  • The site deploys, but the document root points to the wrong folder.
  • The production branch is different from the branch the team expected.
  • A domain is added before the site is reachable on its temporary hostname.
  • Database credentials are created but not added to the application environment.

Related guides

Related documentation

Release flow

Deployments

Deployments move source code into a site release while preserving logs, selected run details, webhook state, and release history.

Read topic

Network

Domains and SSL

Keep domain routing, DNS records, SSL issuing, HTTPS behaviour, wildcard coverage, and renewal status understandable.

Read topic

Runtime

Commands, schedulers, and processes

Use command, scheduler, and process tools to keep recurring and long-running work visible after launch.

Read topic