Skip to content

Konigle Cloud

Konigle Cloud lets you deploy and host web applications from the konigle CLI. You provision a server, create a web app, and deploy a ZIP of your code — no separate dashboard needed.

How it works

Every deployment lives inside three nested resources:

  • Computer


    A virtual machine (VM) that runs your app. You pick the size and region when you create it. Each computer hosts exactly one web app.

    Learn more

  • Web App


    A named application on a computer. When you create a web app, you choose its runtime (Python, Node.js) and which infrastructure services it needs (database, cache). Two deployment slots — uat and production — are created automatically.

    Learn more

  • Space


    A deployment slot (uat or production) for a web app. You deploy code to uat, verify it, then promote to production — no re-upload needed.

    Learn more

Getting started

New to Konigle Cloud? Follow the Quick Start to go from zero to a live deployment in minutes.