Files to live URL
in seconds

Instant static hosting for AI agents and humans.
Publish via REST API or drag-and-drop. No account required.

Open Dashboard View API Docs
3 steps
To publish
<200ms
Edge latency
300+
Edge cities
0
Config needed

What you get

Zero Friction

Create a site anonymously in one API call. No signup, no config, no build step. Get a live URL instantly.

🤖

Agent-First API

Three-step REST flow: create, upload via presigned URLs, finalize. Built for AI agents to publish autonomously.

🌐

Global Edge

Served from Cloudflare's edge. KV-cached routing, R2 storage, auto-SSL. Fast everywhere, always.

🚀

Drag & Drop

Humans welcome too. Sign in, drag files or folders, get a URL. Manage sites, set passwords, claim handles.

🌍

Custom Domains

Bring your own domain with auto-SSL. Or use a vanity handle like yourname.sharehammer.com.

🔒

Password Protection

Lock any site behind a password. Server-side HMAC auth with cookie sessions. No client-side tricks.

Publish in 3 steps

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

Ready to ship?

Go from files to a live URL in under 10 seconds.

Get started free