Most static hosts make you sign up before anything goes live. Cloudflare Drop, which launched July 8, inverts that: you drag a folder of files into the browser and a live site appears on Cloudflare's edge in seconds — no account, no Wrangler config, no CI. After a week of platform defaults breaking builds (see The Week the Defaults Changed), it's the rare change that makes shipping easier.

What it is: a zero-setup deploy surface. Drop a folder or a zip of static assets — HTML, CSS, JavaScript, images, fonts — and Cloudflare serves it immediately on a public workers.dev URL. There's no build step to configure and nothing to install.

How it works#

You open the Drop page, drag your folder in, and the site is live in seconds on a workers.dev address you can share on the spot. The moment it deploys, the screen shows a "Claim" countdown — the site stays up for 60 minutes, and if you want to keep it, you claim it into a Cloudflare account before the timer runs out. Don't claim it, and it simply expires. That's the entire model: publish first, decide later.

The contrast with the incumbents is the whole point. Netlify and Vercel both have excellent drag-and-drop paths — but you sign in before anything is public. Drop reverses the order, so the distance from "folder on my desktop" to "link I can paste in Slack" is essentially zero.

Who it's for#

This is aimed squarely at the moment you need a shareable link right now:

If you're a solopreneur or a small team that ships fast, it removes a small but constant tax: the signup-and-configure ritual that stands between an idea and a URL.

What it costs#

The Drop itself is free to publish — no account, no card. The cost is implicit and reasonable: the free URL is ephemeral (60 minutes), and anything you want to keep moves into a normal Cloudflare account with the usual setup and pricing. Think of it as a preview tier that happens to require zero onboarding.

The honest catch#

Three things keep it in its lane. First, it serves static assets only — no server-side functions, no APIs; if your thing needs a backend, this isn't it (that's what a full Workers/Pages project, or a dedicated agent deploy target, is for). Second, the free URL expires in 60 minutes unless claimed — it's a preview surface, not a production host, and treating it as one will bite you. Third, "no account" is the on-ramp, not the destination: the frictionless part is getting your first link, and permanence still lives in the normal Cloudflare flow.

None of that undercuts the appeal. The reason Drop is worth a bookmark is narrow and real: when you just need a folder on the internet in the next ten seconds, nothing else is this fast.

The feature isn't "static hosting." It's deleting the signup screen from the moment you have something to show.