Documentation Index
Fetch the complete documentation index at: https://docs.simplehost.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 setSIMPLEHOST_API_KEY:
With the API
Omit theAuthorization header:
Response
The response includes extra fields for anonymous publishes:Claim a Site
To make an anonymous site permanent, claim it with your API key and the claim token:- 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