Thursday, July 16, 2026
Software

Cloudflare Drop Lets You Deploy a Website from Your Browser — No Account Needed

2 min read Editorial

Cloudflare has quietly launched Drop, a new tool that lets anyone deploy a static website directly from their browser — no account, no CLI, no configuration required. You drag a folder onto the page and your site goes live instantly at a Cloudflare-hosted URL.

What Is Cloudflare Drop?

Drop is a zero-friction deployment tool for static websites. Instead of wiring up a Git repository, installing the Wrangler CLI, or even creating a Cloudflare account, you visit the Drop page, upload a folder of HTML, CSS, JavaScript, and assets, and Cloudflare publishes it immediately.

The deployment spins up on Cloudflare’s global edge network — the same infrastructure that powers Cloudflare Pages and Workers — so your temporary site loads fast from day one, regardless of where your visitors are.

Advertisement

The 60-Minute Default Window

By default, a Drop deployment stays live for 60 minutes. After that, Cloudflare automatically takes it down. This makes it purpose-built for quick demos, client previews, or sharing a prototype during a meeting without leaving anything dangling on the public internet afterward.

If you want the deployment to stick around longer, you can claim it by logging into a Cloudflare account. Claiming converts the temporary deployment into a permanent one tied to your account, with all the management options that come with a standard Cloudflare Pages project.

Who Is This For?

The no-signup angle is the headline feature. Developers can hand a client or colleague a live URL in under a minute without needing to set up anything. It is also useful for:

  • Rapid prototyping — share a static mockup in seconds during a design review
  • Teaching and workshops — get learners to a live URL without spending time on tooling setup
  • Temporary landing pages — event pages, invite-only previews, or one-day promotional pages that should self-destruct
  • Bug reproduction — share a minimal HTML reproduction of a front-end issue without hosting overhead

What This Means for You

For developers who already live in the terminal, Cloudflare Drop probably will not replace Wrangler or a proper Pages integration. But for designers, content creators, or anyone who just needs a real URL right now, it removes every barrier that usually stands between finishing and sharing.

The 60-minute auto-expiry is a smart default — it means you do not have to remember to clean up after yourself. And if the demo goes well and you want to keep the site up, claiming it with an account is a single click.

Cloudflare Drop is available now with no account required.

Source: AlternativeTo

Over to you: Would you use a tool like Cloudflare Drop for quick demos, or do you prefer keeping everything in a proper Git-backed pipeline?

Advertisement
Share:
Editorial
Written by
Editorial

Windows & Microsoft news editor at 9to5Windows. Covering everything from Windows 11 builds to enterprise updates.

Advertisement