Product Launch · XiaoHu Explains

Cloudflare launches Drop: throw a folder in, and your webpage goes live worldwide instantly — no signup needed

A shareable public link in seconds; try it first, claim it later if you want to keep it. Unclaimed deploys expire in about an hour.
Quick Take
  • Cloudflare Drop (cloudflare.com/drop) lets you drag a folder or zip into your browser and go live on Cloudflare's global network in seconds — starting out requires no Cloudflare account.
  • An unclaimed deployment is a temporary preview: the official changelog says the preview lasts about 1 hour; during that window you can test it, share the link, or click Claim to log in/sign up and keep it permanently.
  • Supports static assets: HTML, CSS, JavaScript, images, fonts. URLs take the form *.workers.dev, sitting on the Workers Static Assets path — not the old Pages flow where you create a project first.
  • After claiming, you can: attach a custom domain, turn on observability, enable Markdown for Agents, and use Access for access control.
  • The same ecosystem also has wrangler deploy --temporary for AI agents (a temporary account with a 60-minute claim window), sharing Drop's "deploy first, claim later" philosophy.
Based on Cloudflare's official changelog (2026-07-08), the Workers claim deployments docs, the product page cloudflare.com/drop, and hands-on tests from third parties like stacktr.ee and GIGAZINE. Official documentation is still thin in places; some limits are cross-checked against hands-on tests and the claim docs.
1What It Is

Let's be clear about what problem it solves

Around July 8, 2026, Cloudflare launched Cloudflare Drop. The product page copy is short:

Drop a folder. Or a zip. Summon your site - HTML, CSS, JS. See it live instantly. — cloudflare.com/drop

The official changelog spells it out more fully: without requiring a Cloudflare account first, you deploy a static site to Cloudflare and get a temporary live preview that you can test and share for about 1 hour, or claim to keep long-term.

The core sequence is flipped: the traditional path is "sign up first → create a project → then upload." Drop is "go live first → then decide whether to sign up and claim it." Anyone holding a pile of HTML files (or an AI tool that just spat out a page) wants a public URL right now, not a form to fill out first.

0
Accounts needed to start
~1h
Unclaimed preview lifespan
Drag & drop
Folder or zip
Global
Live on Cloudflare's edge instantly
2Full Feature Set

What it can do: a table first

Everything below just unpacks this table. Worth a quick scan first.

Entry point
cloudflare.com/drop · browser drag-and-drop zone · Browse folders / Browse zips
Input
Static assets: HTML, CSS, JavaScript, images, fonts (folder or zip)
Output
A public URL (in practice a workers.dev subdomain), live in seconds on Cloudflare's global network
Anonymous stage
No account needed to deploy; unclaimed deploys are deleted after about 1 hour
Claiming
Click Claim: log in to an existing account or create a new one to fold the deployment into your Cloudflare
After claiming
Custom domain / observability / Markdown for Agents / Access controls
Under the hood
Workers Static Assets path (per changelog + workers.dev URL), not the "create a Pages project first, then upload" flow
Related capability
Wrangler deploy --temporary: AI agents deploy without logging in, with a 60-minute window to claim the URL
3How to Use It

From drag-and-drop to claim: step by step

  1. Open the Drop pageOpen cloudflare.com/drop in your browser and accept any terms-of-service prompt (third-party tests show a terms dialog).
  2. Drag in a folder or zipPer the official screenshot: Drop files, with Browse folders or Browse zips options. The content should be a static site that opens directly (usually needs an entry HTML file).
  3. Get a public URL instantlyLive within seconds. You can copy the link and send it to someone. stacktr.ee's hands-on test showed a domain shaped like drop-….workers.dev.
  4. The 1-hour windowA Claim countdown shows on screen (hands-on tests show it starting around 59 minutes). You can test the site, share it, or use Copy claim link to hand the claiming rights to someone else.
  5. Claim it to keep itLog in or sign up for Cloudflare to fold this deployment into a real account. If it expires unclaimed, it's deleted.
  6. Turn it into a proper site after claimingAttach a domain, turn on observability, enable Markdown for Agents, configure Access. Graduate from "temporary preview" to a real Workers site.
Cloudflare Drop upload interface
Official screenshot · Drag-and-drop upload: Browse folders / Browse zips · Source: Cloudflare changelog
Temporary preview and Claim
Official screenshot · Temporary live preview: Claim and Copy claim link · Source: Cloudflare changelog
Claiming the account
Official screenshot · Claim: log in or create a new account before the countdown ends · Source: Cloudflare changelog
4After Claiming

What you unlock once you graduate from preview

The official changelog lists four capability areas after claiming (as interface cards):

  • Add a domain: connect an existing domain or buy a new one, and route it to the site
  • Observability: monitor performance and usage (Workers observability)
  • Markdown for Agents: make it easier for AI agents to read your site in Markdown form, and easier for it to show up in AI conversations
  • Access control: make the site private and decide who can view it with Cloudflare Access
Post-claim settings cards
Official screenshot · After claiming: domain / access control / observability / Markdown for Agents · Source: Cloudflare changelog
Why Markdown for Agents gets called out on its own

This isn't just another "generate an llms.txt file" side path. Cloudflare has turned "serve a Markdown rendering for agents to read" into a one-click toggle on the hosting layer itself, on par with HTTPS or DNS. The official copy emphasizes making the site easier for agents to explore and more likely to show up in AI conversations. For the chain of "AI generates a page → it goes live instantly → and you still want agents to be able to read it," the hosting layer just plugged straight in.

5vs. Alternatives

How it differs from direct Pages upload, Netlify Drop, Vercel Drop

Old path (Pages, etc.)

Have an account first → create a project → then upload a zip/folder. Netlify Drop and Vercel Drop also mostly go "identity first, then live."

Drop

Go live first → claim later. The URL is publicly reachable within the anonymous one-hour window. Identity only enters the picture at the "keep it or not" step.

PointCloudflare DropCommon competitor path
Account to startNot requiredUsually required
When it goes liveAs soon as you drop itAfter login and project setup
Unclaimed lifespanAbout 1 hourVaries by product; many lack an anonymous window at all
URLworkers.devEach platform's own preview domain
After claimingFull Workers suite (domain/observability/Access…)Each platform's regular project
Think of it this way

Like a parcel locker: you drop the package in a slot and get a pickup code (the public URL) first; if you want to keep it long-term, you register your identity to the locker (Claim) afterward. You don't need a membership card just to put something in.

6For AI Use

Browser Drop and wrangler --temporary are two separate legs

Drop itself is human drag-and-drop: a file picker plus terms confirmation — third-party tests show no API / CLI / MCP path that hits the Drop page directly. If an agent wants to deploy a Worker, there's a separate official route:

wrangler deploy --temporary

Wrangler ≥ 4.102.0. If you're not logged in, the CLI prompts you to add --temporary: it creates a temporary preview account, deploys to workers.dev, and prints a claim URL valid for 60 minutes. If it's not claimed in time, both the temporary account and the deployment are deleted. Good for letting an AI agent deploy without you logging in first, so you can claim it afterward.

Temporary deployment and claim flow
Official screenshot · claim deployments: agent deploys temporarily → verify → claim into a real account · Source: Workers docs

Temporary preview accounts have caps on the products they support (per the docs table): for example, Workers Static Assets tops out at about 1,000 files, ≤ 5 MiB per file; D1 gets one database, and so on. Production and CI should still use a real account plus wrangler login or an API token — don't use --temporary there.

7Limits

Who it's for, and who should be careful

Great fit

Demoing a finished HTML/CSS build, client previews, hackathons, class assignments, letting someone click open a static page an AI just spat out, or trying Cloudflare's edge before deciding whether to sign up.

Be careful

An unclaimed site is fully public (no password gate, just a hard-to-guess subdomain); it's gone after 1 hour; don't drop sensitive data into an anonymous Drop deployment. If you need private delivery, or an agent that keeps overwriting the same URL for continuous updates, Drop isn't a complete answer yet.

  • Security researchers have already flagged that account-free public static hosting lowers the cost of standing up phishing pages — that's a side effect of the capability, not a selling point
  • File count, size, free-tier caps: the claim docs have a table for temporary accounts; the full hard limits of the plain browser Drop path aren't spelled out line-by-line in the official changelog — go by what the product page actually does
  • Update semantics: whether claiming lets you overwrite the same URL in place hasn't been nailed down in public docs yet
8Try It

What you can do right now

  1. As a human:Prepare a folder with an index.html, open cloudflare.com/drop, drag it in, copy the URL and send it to someone, and decide whether to Claim within the hour.
  2. As an agent:Upgrade local Wrangler to 4.102+, have the agent run wrangler deploy --temporary, and you open the claim URL to fold it into an account.
  3. For a long-term site:Attach a domain and turn on observability right after claiming; if you expect AI traffic, consider turning on Markdown for Agents.

Cloudflare's Brayden Wilmoth summed it up tersely on X: no account required; the deployment stays live for 60 minutes; it expires if unclaimed. That matches the product page and changelog.

Sources: cloudflare.com/drop · Changelog: Cloudflare Drop (2026-07-08) · Claim deployments · stacktr.ee hands-on piece · GIGAZINE review · Brayden Wilmoth / community discussion. Screenshots from Cloudflare's official docs site.