How it works
Launch
API Docs
Pricing
How it works

Make hosting fun again!

1

Publish with one request

POST your HTML, get JSON back: the live URL, a private manage link, and its TTL.

2

Get a management URL

No accounts, no passwords. Whoever holds the manage link controls the page. Share the public URL freely; keep the manage link secret.

3

Make it yours when you pay

Upgrade the same page with that link. $2/mo keeps it live, unlocks editing, and serves it on a domain you already own. You never sign up.

API Docs
# one request. no account, no auth header.
$ curl -X POST https://api.myhtml.page/v1/pages \
--data-binary @index.html
201 Created
{ "url": "q7k3f9x2m1p8w4z6.myhtmlpage.app",
"manage": "app.myhtml.page/#sk_live_8f3c2a91d4b7",
"ttl": 604800 }
$
Fri 9:41 AM