Deployer
The flagship: take a repo from Git to a live, SSL-secured app entirely in the UI.

What it does
- Clone a Git repo (HTTPS or deploy key) or upload a .zip.
- Auto-detect project type: Node.js, Static/React (build), Static/React (no build), or Dockerfile.
- Edit env vars as key/value rows or paste a whole .env in bulk.
- Build and run via PM2 or Docker, expose a port, and reverse-proxy a domain with SSL.
- Redeploy (pull + rebuild) and rollback to the previous working version.
- Monorepo support via an optional subfolder on the source.
- Streamed build and deploy logs.
Tip
Deployer needs both Docker and NGINX. If either is missing, the requirements gate links you to the Application Store to install them.