Host a website on IPFS, free

You can host a website on IPFS free by dragging its folder onto Stasho’s drop zone: the files are hashed into a CID, pinned on Aleph Cloud’s storage network, and served at a live HTTPS URL — no account, no pinning service to configure, no node to run. The drop is claimable for 4 hours; claiming is free and keeps the site up as a real project.

Live drop zone

Drag a folder or a .zip file here

Publishes instantly. No sign-in required.

How it works

  1. Drag your site’s folder onto the drop zone. Plain HTML/CSS/JS or any framework’s build output.
  2. You get two things: a live gateway URL (share it immediately) and a CID — the content-addressed fingerprint of your exact files.
  3. Claim it, free. The claimed project stays up, supports custom domains, and redeploys by drag-and-drop or a connected GitHub repo.

The honest part most tutorials skip

“Free IPFS hosting” guides tend to gloss over one mechanic: IPFS keeps content addressable forever, but only pinned content stays retrievable. A CID is a permanent name, not a permanent promise of storage — if nobody pins the bytes, they eventually become unreachable. Many older tutorials recommend pinning services that have since pivoted or shut down, which is exactly this mechanic playing out. So here is Stasho’s version, stated precisely: while your claimed project is active we pin it; anonymous unclaimed drops are claimable for 4 hours and eventually unpinned; and because the CID is yours, you can add a second pin anywhere else at any time — including your own node — at which point your site’s availability no longer depends on us at all.

What “free” includes

Limits, stated plainly

FAQ

Is IPFS slow? Raw peer-to-peer retrieval can be slower than a CDN. That’s why your site is served through a gateway with caching — page loads are comparable to conventional static hosts for typical sites. The content-addressed layer is about portability and integrity, not about routing every request through a peer swarm.

Who actually stores my site? While your project is active, we pin it on Aleph Cloud’s storage network. The pin is verifiable — the CID either resolves or it doesn’t. Because pinning is commodity infrastructure, our pin is replaceable by any other pin of the same CID — including one you run yourself.

Can I use my own domain? Yes — add your domain and create the short list of DNS records we show you. Your domain then serves the site over HTTPS, and every redeploy follows the domain automatically.