Cloudflare Drop: Deploy a Folder to the Edge in Seconds — No Account
Cloudflare Drop (July 8, 2026) lets you drag a folder or zip into the browser and get a live global URL in seconds. No signup, 60-minute TTL unless claimed. How it works vs Vercel drop.new and when to use it.
On July 8, 2026, Cloudflare shipped Drop — drag a folder or zip into the browser, get a live site on Cloudflare's global network in seconds. No account. No Wrangler config. No CI pipeline.
Brayden Wilmoth announced it on X to 500K+ views: "Drop your folder in the browser and deploy it instantly on Cloudflare. Your website... milliseconds away from users on region: earth."
# Build a static demomkdir -p /tmp/drop-demo && echo'<h1>Hello from Cloudflare Drop</h1>' > /tmp/drop-demo/index.html
cd /tmp && zip -r drop-demo.zip drop-demo/
# Upload drop-demo.zip at cloudflare.com/drop
Set a phone timer for 55 minutes if you need to claim before expiry.
The Bottom Line
Cloudflare Drop is the fastest path from folder on disk to URL on Earth — with a deliberate 60-minute half-life unless you convert to a real Cloudflare project.
For agents and humans shipping static artifacts, it removes signup friction from the first share. For anything that must survive the weekend, claim or migrate to Pages.