Supertube Share

Publish a self-contained static site and get a live URL at <slug>.share.supertube.ai. Re-publishing the same slug updates the site on the same URL.

Drop an .html file here
or click to choose — one self-contained HTML file per site

Agent / API usage

Publish a single self-contained HTML file (inline your CSS/JS):

curl -sS "https://share.supertube.ai/api/publish?slug=my-demo" \
  -H "Content-Type: text/html" \
  --data-binary @index.html
# -> { "slug": "my-demo", "url": "https://my-demo.share.supertube.ai", ... }

Omit slug for a random one. Slugs: 2–63 lowercase letters, digits, hyphens. Re-publishing the same slug updates the site. 50 MB max.