How it works
- Build Generate HTML, CSS, JS — or PHP for static-ish sites.
-
POST
POST /api/v1/deploywith afilesarray. No API key. -
Share
Hand back
urlandclaim_urlso 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"
}'
Interactive clock
This page was shipped with the Temporary Deploy API. Time until your temp site expires (if unclaimed):
--:--:--
Set expires_at in app.js after deploy, or claim the site to remove the limit.