Skip to main content

How It Works

You can publish to SimpleHost without an API key. Anonymous sites:
  • Are live immediately at slug.simplehost.dev
  • Expire in 24 hours automatically
  • Come with a claim token to make them permanent later
  • Are rate limited to 5 requests per hour per IP

Publish Anonymously

With the script

Just don’t set SIMPLEHOST_API_KEY:

With the API

Omit the Authorization header:

Response

The response includes extra fields for anonymous publishes:
Save the claimToken immediately. It is returned only once and cannot be retrieved later. You need it to claim the site.

Claim a Site

To make an anonymous site permanent, claim it with your API key and the claim token:
After claiming:
  • The site no longer expires
  • It appears in your dashboard
  • You can update, delete, and manage it normally

Use Cases

  • Quick demos — Share a prototype without signing up
  • CI previews — Generate deploy previews in PRs
  • One-off sharing — Share a file for a day, it cleans up automatically
  • Try before committing — Test SimpleHost before creating an account