Engine Online

The Modern
Deployment Engine

A high-performance reverse-proxy and orchestration CLI built to deploy your backend infrastructure natively via SSH.

Zero-Downtime Builds

Pull codebase updates, run package installations, and hot-reload your PM2 daemons entirely seamlessly behind the Nginx perimeter.

Dynamic Routing

Nginx automatically provisions isolated virtual hosts and routes custom domains to designated internal Node/Python ports instantly.

Automated Let's Encrypt

Built-in strict DNS propagation probing ensures Let's Encrypt TLS 1.3 certificates trigger perfectly upon explicit confirmation.

Quick Start Manual

Terminal — Bash
# 1. Spawn a brand new NodeJS / Python proxy layer
$ cosmic create myApi
# 2. Inject Database & Secrets securely (Interactive Paste)
$ cosmic secrets set myApi
# 3. Mount Custom Domain tracking to backend
$ cosmic domain myApi api.brand.com
# 4. Generate TLS Strict HTTPS Encryption Layer
$ cosmic ssl api.brand.com
# 5. Penetration, Health, and SSL Verification Request
$ cosmic verify myApi