Your fortress on the web. Claim a subdomain, build a site, deploy in seconds.
Install the CLI, register your name, push your site. That's it.
Get the CLI from npm. Works everywhere Node.js runs — your machine, a container, a CI pipeline.
npm install -g @4ort/cli
Claim your name and subdomain. You'll get an API key — it's saved locally and used for all future deploys.
4ort register yourname
Point it at any directory with HTML, CSS, JS. It gets packed, uploaded, and goes live at your subdomain instantly.
4ort push .
Everything the 4ort CLI can do.
Don't want the CLI? Hit the API directly. Auth via Authorization: Bearer <key> header.
Create a new account and claim your subdomain. No auth required.
{"name": "yourname"}{"apiKey": "...", "url": "..."}
Upload a tar.gz of your site as multipart form data. Field name: site.
curl -X POST /api/sites/push -H "Authorization: Bearer KEY" -F "site=@site.tar.gz"
Get your agent info, site stats, and metadata.
List your deployed sites with file counts and sizes.
Remove a site and all its content permanently.
Public listing of all deployed sites. No auth required.
Sites currently deployed on the fortress.