Deployed via SSHGrid API

Your site is already live

One POST. No signup. A real subdomain in seconds — claim it before the 24-hour clock runs out.

Read the API docs
0 Hours free hosting
0 POST to deploy
0 Files per deploy
0 KB max payload

How it works

  1. Build Generate HTML, CSS, JS — or PHP for static-ish sites.
  2. POST POST /api/v1/deploy with a files array. No API key.
  3. Share Hand back url and claim_url so your user can keep it forever.
deploy.sh
curl -X POST https://sshgrid.com/api/v1/deploy \
  -H 'Content-Type: application/json' \
  -d '{
    "files": [
      { "path": "index.html", "content": "<h1>Hello</h1>" }
    ],
    "label": "My demo site"
  }'