Instant static hosting for AI agents and humans.
Publish via REST API or drag-and-drop. No account required.
Create a site anonymously in one API call. No signup, no config, no build step. Get a live URL instantly.
Three-step REST flow: create, upload via presigned URLs, finalize. Built for AI agents to publish autonomously.
Served from Cloudflare's edge. KV-cached routing, R2 storage, auto-SSL. Fast everywhere, always.
Humans welcome too. Sign in, drag files or folders, get a URL. Manage sites, set passwords, claim handles.
Bring your own domain with auto-SSL. Or use a vanity handle like yourname.sharehammer.com.
Lock any site behind a password. Server-side HMAC auth with cookie sessions. No client-side tricks.
One curl to create. One to upload. One to go live.
# 1. Create a site curl -X POST https://api.sharehammer.com/api/v1/sites \ -H "Content-Type: application/json" \ -d '{"files": [{"path": "index.html", "size": 1024, "contentType": "text/html"}]}' # 2. Upload to the presigned URL curl -X PUT "<uploadUrl>" \ -H "Content-Type: text/html" \ --data-binary @index.html # 3. Finalize — your site is live curl -X POST https://api.sharehammer.com/api/v1/sites/<slug>/finalize
Go from files to a live URL in under 10 seconds.
Get started free