Deploy a static site without an account
Published Last updated (unchanged since publication)uploadthefile.com
Netlify Drop, Cloudflare Drop and uploadthefile.com all publish a static site without an account. Vercel Drop does not: its documentation states you need a Vercel account. What separates the three that do is how long the link survives, and whether an unclaimed site is publicly readable at all.
Which hosts let you deploy without signing up?
Three of the four common drag-and-drop hosts do. Netlify Drop, Cloudflare Drop and uploadthefile.com will each take a folder or file and give you a URL without an account. Vercel Drop will not, and its documentation is unambiguous: "You need a Vercel account and a file or folder to deploy."
That is the easy half of the question. The harder and more useful half is what "no account" actually buys you, because the three that allow it behave very differently afterwards. One gives you a public link for two days, one gives you a password-protected link with no published expiry, and one gives you sixty minutes. Treating them as interchangeable is how people lose a link they meant to keep. The rest of this page is the specifics, taken from each vendor's own documentation.
How do the four compare?
Every claim below is quoted or paraphrased from the vendor's own docs, linked in the following sections.
| Account needed? | Link lifetime without an account | Publicly readable? | Builds a framework app? | |
|---|---|---|---|---|
| uploadthefile.com | No | 48 hours | Yes | No, static assets only |
| Netlify Drop | No | Not documented | No, password-protected until claimed | Only when signed in |
| Cloudflare Drop | No | 1 hour | Yes | Not documented, static assets only |
| Vercel Drop | Yes | n/a | Yes | Yes |
Two columns decide most real choices. If you need someone to open the link without extra instructions, the password on an unclaimed Netlify site matters. If your project needs compiling, only Vercel (or Netlify with an account) will do it, and the two static-only options are the wrong tool no matter how convenient they look.
Note that "no account needed" and "link lasts a useful amount of time" pull in opposite directions everywhere on this table. Anonymous hosting is expensive to run and easy to abuse, so each vendor limits it differently: Cloudflare by making it very short, Netlify by making it private until you sign up, and here by keeping it public but capping it at two days.
What exactly does Vercel Drop require?
An account, stated plainly in the docs: "You need a Vercel account and a file or folder to deploy." There is no anonymous path, so if avoiding signup is your actual requirement, Vercel Drop is out before any other comparison starts.
What you get for signing up is real, though, and worth being fair about. Vercel's docs say Drop "works for static sites as well as framework projects, which Vercel detects and builds for you", so a Next.js, Astro or Remix project that needs npm install and a compile step is handled. The docs also note each drop creates a new project rather than redeploying into an existing one, and that it publishes straight to production. If your thing needs a build, this is the capability the account-free options do not have, and we would rather point you there than pretend otherwise. Our own Vercel Drop comparison goes into more detail.
What is the catch with Netlify Drop?
No account is needed, but an unclaimed site is not a public link. Netlify's documentation states: "If you don't sign in, you can deploy first and claim it by signing up later", and, crucially, "If you drop without signing in, your project URL is protected with a temporary password until you claim it."
That single sentence changes what the link is for. You cannot simply paste it into a ticket or an email and expect the recipient to see a page; they need the password too. Netlify's own retrospective on Drop describes a retention policy that "suspended unclaimed sites, then deleted them a week later," though the current documentation does not state a window, and that same post also mentions a much shorter claim window from an earlier era, so treat the exact number as unconfirmed rather than policy. On builds, the docs are clear: Netlify only runs a build when you are signed in, and otherwise "your files are published as-is."
How long does Cloudflare Drop last?
One hour, which the documentation states directly: it offers a "temporary live preview that stays live for 1 hour," and Cloudflare's product page asks you to "claim the deployment within 60 minutes to keep it." If nobody claims it, the docs say Cloudflare "deletes the account and its resources."
The preview link and the claim link are tracked as separate expiry timestamps in Cloudflare's API, but both run out at sixty minutes in this flow, so in practice the whole thing disappears together. Scope is static assets: a folder or ZIP of HTML, CSS, JavaScript, images and fonts, with an index.html required. No build step is documented. An hour is generous for "does this render correctly" and short for almost anything else, so it suits a quick check far better than a link you plan to send and forget about.
Where does uploadthefile.com fit?
At the "public link, no account, and it lasts long enough to actually use" end. Drop a file, a page of HTML, or a ZIP of static assets and you get a public URL immediately. Nobody needs an account to view it and there is no password to pass along. An anonymous link lives 48 hours, a free account extends it to 30 days, and paid plans keep links up permanently. The no-account walkthrough covers the flow step by step, and the publish page is where you start.
The limit is the same one Cloudflare Drop has, and we would rather lead with it than bury it: static assets only. No npm install, no bundler, no server-side runtime. A real Next.js application cannot be hosted here: it has to be compiled and its server code has to run somewhere. For that, Vercel is the correct answer.
Which one should you actually use?
Work backwards from the constraint that is real for you rather than from the feature list.
If the project needs a build, the account-free options are all disqualified regardless of how appealing they look, and Vercel Drop is the straightforward choice. If you are already signed into Netlify, its Drop handles builds too.
If the project is genuinely static, the question becomes how long the link must live and who has to open it. Sixty minutes and a public URL is Cloudflare Drop. Two days and a public URL is here. An indefinite but password-protected link, with an expiry the vendor no longer documents, is Netlify Drop. And if the answer is "longer than any of that," signing in anywhere is the move; a free account here is 30 days, which is usually the point at which the link stops being disposable.
Frequently asked questions
- Does Vercel Drop require an account?
- Yes. Vercel’s own documentation for Drop states: "You need a Vercel account and a file or folder to deploy." In exchange, Vercel Drop will build framework projects for you, which the account-free options either cannot do or will only do once you sign in.
- Can anyone read a Netlify Drop site deployed without signing in?
- No. Netlify’s documentation states that if you drop without signing in, your project URL is protected with a temporary password until you claim it. That is a meaningful difference from a plain public link: you have to pass the password along for anyone to see the page.
- How long does a Cloudflare Drop deployment last?
- One hour. Cloudflare describes it as a temporary live preview that stays live for 1 hour, and asks you to claim the deployment within 60 minutes to keep it. If nobody claims it, Cloudflare deletes the temporary account and its resources.
- Which option gives the longest link without signing up?
- uploadthefile.com, at 48 hours for a fully public anonymous link. Cloudflare Drop gives one hour. Netlify Drop has no documented expiry for unclaimed sites but keeps them password-protected. Signing in anywhere extends things considerably; a free account here moves the link to 30 days.
- Can any of these deploy a real Next.js app?
- Vercel Drop can, and Netlify Drop can if you are signed in; both detect the framework and run the build. Cloudflare Drop’s documentation describes static assets only, and uploadthefile.com serves static files with no build step, so neither will work for an app that needs compiling.

