Quick StartCreate a Project

Create a Project

Projects are apps. A project has source code, build settings, logs, domains, and runtime state.

From the dashboard

  1. Open Projects.
  2. Click New Project.
  3. Connect a GitHub repo or choose a framework starter.
  4. Confirm the detected framework.
  5. Start the deploy.

From the CLI

dock login
cd my-app
dock deploy

The first deploy links the folder to the new project.

What happens next

DockHosting builds your app, creates a container, assigns a free *.dockhosting.dev subdomain, and shows live build logs.