Static sites and container apps
Static websites
Host HTML/CSS/JS through Diode mounting. Ideal for landing pages, docs shells, and front ends that call external APIs.
Container apps (Python & Node)
Run full applications on Docker hosts. Use when you need server-side logic, databases, or long-running processes.
Hosting ladder
Start static; move to a container when you outgrow it; Container Resize (Standard+) scales the same runtime. On Standard and Enterprise, place containers on servers you bring so compute stays in your environment. Prefer a new project when changing app type.
For container projects, turn on Website monitoring so memory and disk thresholds can email or restart before the site goes dark.