# Creating an App from Scratch

App creation has 5 basic steps.

**Source**: This is where you connect&#x20;

* Your code from **GitHub**, or&#x20;
* Choose an image from **DockerHub**, or&#x20;
* Connect your private repository with **Docker Link**

**Runtime:** This is where you set environment variables, restart policies, health checks and more.

**Network:** This is where you configure load balancers, custom domains and firewall settings.

**Hardware:** This is where you define the minimum requirements for your application in terms of hardware resources.

**Location:** This is where you choose where to run your applications in terms of type of compute.

<figure><img src="https://4256139742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fobv1L4EfK71xeiC2NpU7%2Fuploads%2F4W6yG8HjByZFIs2GUDcP%2Fimage.png?alt=media&#x26;token=a7e2db6f-9204-4ffa-9b18-3a005badb52a" alt=""><figcaption></figcaption></figure>
