Web Hosting
Host PHP, Node.js, Python or static sites with free SSL, Git deploys and webhooks.
Create a site
Websites → Add Website: enter your domain and pick a runtime:
- PHP 8.3/8.2/8.1 — with one-click WordPress.
- Node.js 22 — runs
/opt/app, listens on port 3000. - Python — venv + gunicorn in
/opt/app, port 8000. - Static — pure HTML/SPA with clean URL fallback.
Free SSL
Point your domain's A record at the edge address shown on the site page. Let's Encrypt certificates are issued and renewed automatically; HTTP redirects to HTTPS.
Deploy from Git
On the site page, open Deploy from Git, paste an https repo
URL and branch, and deploy. The correct sync target is chosen for your runtime
(web root for PHP/static, /opt/app + service restart for
Node/Python).
Webhooks and schedules
Every deploy provisions a secret webhook URL you can call from CI to redeploy automatically. You can also enable hourly or daily scheduled pulls. Recent deploys are listed with success/failure status.