by karlkloss
12 subcomments
- Does nobody read the fineprint?
By submitting, posting, or publishing your content, suggestions, enhancement requests, recommendations, feedback, information, data, or comments (“Content”) to any Website or Online Service, you are granting Cloudflare a perpetual, irrevocable, worldwide, non-exclusive, royalty-free right and license (with the right to sublicense) to use, incorporate, exploit, display, perform, reproduce, distribute, and prepare derivative works of your Content.
If you're ok with that, fine.
But I'm not.
by andrethegiant
7 subcomments
- Netlify made this 10 years ago... they even copied the name! https://app.netlify.com/drop
- Wow the people in this thread are a huge bummer. This is much cooler and I doubt this is a real safety issue. You can already sign up for a free cloudflare account and deploy it for free, on your own, on a free workers.dev domain. The friction removal here isn't going to meaningfully change the security / amount of malicious content.
- They had a short blog post about this:
https://developers.cloudflare.com/changelog/post/2026-07-08-...
- There must be some really good protection on this. If I enabled such a thing on any of my servers it would be full of warez, porn, malware, CSAM and who knows what else within minutes. Curious how they manage to keep it clean.
- Cloudflare is obviously more trustworthy/robust here, but if name of the url matters to you, my site non.io [1] allows for named uploads, ie https://html.non.io/solara [2]
Somewhat useful if you want a url that isn't a hash / is more self descriptive.
[1] Launch discussion: https://news.ycombinator.com/item?id=36296695
[2] This was a demo of the output of a design tool I'm working on, only the home/accommodations/about pages work.
by VimEscapeArtist
2 subcomments
- Cloudflare gives me mixed feelings. The services are good and well priced. What bothers me is that they've become infrastructure nobody opted into - you don't have an account, you just pass through their network on the way to a large share of what you visit. They terminate TLS, so it's plaintext on their side.
by PaybackTony
0 subcomment
- There is a reason I had to lock my better version of this (https://quickish.site) behind Google OAuth to start. Like it or not, this type of stuff is going to be more popular than it was when Netlify / Heroku was doing it a decade ago.
- Reminds me of web development in the 1990s.
I honestly miss those days of deployment simplicity.
by janandonly
1 subcomments
- Makes sense. It plays nicely with the vibe code kids who don’t know how to do GitHub or don’t know to ask their LLM about it.
by smalltorch
3 subcomments
- Hmm, that's fun and useful. Here is snake game for 60 minutes.
https://drop-e7e6d363-601.important-seat.workers.dev
- It is cool to see not sure why you would use it.
Also it seems to me that this is a good way to exfiltrate data, rubber stamped by cloudflare themselves.
- I co-founded a page builder for WordPress. Myself and my co-founders would joke about the "friends and family" problem. When friends or family asked us to help build their website, we usually pointed them away from our tool+WordPress for something simpler. It's nice to see more options out there that reduce the friction from someone with an idea to something published and sharable.
Several weeks ago, I got frustrated hitting the free tier limits on Netlify, and was looking for a self-hosted solution for this problem. I built it using a DO VPS and Caddy in the backend. It's free on Github. I was able to get the whole thing set up in an hour or two with the help of an agent. Feel free to give it a spin.
https://github.com/RobbyMcCullough/honeydrop
- Cloudflare Drop: finally, a domain registrar that understands the real use case is buying 47 domains at 3am and never deploying anything to any of them
- I can see this interface is for vibe coders haha
I have been hosting static websites with cloudflare for years and finding how to do it on the UI is getting harder as they add more things and reoranize.
by socketcluster
0 subcomment
- This is neat. I've been dreaming of something like this to host frontends connected to my backend platform https://saasufy.com - I can get Claude Code to create a data-driven app entirely inside an index.html file on my computer's file system, then, because it's built with WebSockets, it doesn't have CORS limitations so I can open it directly from the file system by double-clicking it (served via file:// protocol) then, when I'm happy, I can drag that file and drop it on Cloudflare Drop and then it's deployed online. No text editor/IDE, no server needed in the entire process.
by rickcarlino
4 subcomments
- Desktop operating systems should be able to run zipped web apps the way Electron apps run today. It ought to just be part of the OS.
- This is perfect for my Chrome Extension for recording sessions and capturing screenshots, audio narration and videos. The output is a zip file with everything so if user wants to share they can use this
https://github.com/mohsen1/session-recorder-chrome-extension
I built above chrome extension because anything in this area has been trying to monetize the solution. I wanted a free and open source version of this to exist.
- >Something went wrong
An unexpected error occurred. Please try again or contact support.
I have a few qualms with this app.
by steve_adams_86
0 subcomment
- Cool, it worked!
https://drop-1e1a536f-10d.honeysuckle-gull.workers.dev/
It's minesweeper, but the logic uses xstate/store. The link in the bottom is broken; it's supposed to go to `building-minesweeper-with-xstate-store.html`
I have no need for this but I love that my friends could vibe out a website, drop it here, claim it, and host it for pennies. This is great.
"Your site is reachable within ~32ms of 95% of the world’s Internet-connected population" isn't new but it's cool to see that achieved so trivially.
- Dropped a folder with a small HTML project, and after 20 seconds got "Something went wrong. An unexpected error occurred. Please try again or contact support.".
Note how the error has zero information.
Looking in the network tab, a POST request to /upload returned 403 and an HTML page starting with "Sorry, you have been blocked", and to "email the site owner to let them know you were blocked".
I'm very tired of this adversarial approach to software coupled with vague errors.
EDIT: it was the file './git/hooks/fsmonitor-watchman.sample' created by default on git init. Maybe because it's Perl. Worse-than-useless "please try again" and "you've been blocked" for committing the sin of uploading a folder that's a git repository. Sigh...
- Really excited about the upcoming Cloudflare FTP.
- Works only if there is index.html file present in zip https://drop-e25b96d5-5ed.elite-seed.workers.dev
- Cloudflare seems to be an example of a company massively upping their output in the last year or so. And a lot of it seems AI driven.
I'm definitely keeping an eye on them to see if it works out for them. And if I will need to start routing around them to sleep easily at night.
by adamddev1
1 subcomments
- I found https://surge.sh to be a nice version of this kind of thing. Just go into a folder and type `surge` and there you go.
by ChrisArchitect
1 subcomments
- > No account needed. Deployment is active for 60 minutes, then expires unless you claim it.
(https://x.com/BraydenWilmoth/status/2074894829616509358)
by throwaway81523
1 subcomments
- Wait, my first impression was that it points a local browser to your local browser. Now it looks like it uploads your folder to Cloudflare and temporarily serves it over the web. But is that different from what we used to do with FTP? Are there any databases or anything like basic PHP hosts supply? It's just static sites?
Is this a product or what? What's the purpose? Is there an API?
- Tried uploading a ZIP and got:
"Something went wrong
An unexpected error occurred. Please try again or contact support."
by altairprime
0 subcomment
- Hah! This is exactly how I’m serving the vestigial remnant of my blogging in the early 2000s from a ZIP-backed Cloudflare Worker today. Should I rebuild my site with Drop+Claim or is it fine as-is? I kind of feel like ‘if what I have works, don’t change it’ is the best path.
by R_Spaghetti
0 subcomment
- I dropped a static html page and all I got was Cloudflares well known 'Performing security verification' (and so did a Google pagespeed check).
- Wonder if it has CLI so coding agents can forward path straight to their API and it would give the CLI site's address. Now that would be cool!
by grepsedawk
0 subcomment
- This is pretty cool, thanks for sharing.
It really enables less tech savvy users. It would really enable frontpage/dreamworks-like flows for some people
- All I ever get is "Something went wrong
An unexpected error occurred. Please try again or contact support."
- So, if I need a company website, can i do the following:
- drop my html into Cloudflare drop
- setup a CNAME DNS for my domain to point at cloudflare URL
- profit
?
by ricardobeat
1 subcomments
- I remember doing this in 2006. FTP. Good times.
by ChrisArchitect
0 subcomment
- Extension of the temporary accounts they needed to enable for Agents https://blog.cloudflare.com/temporary-accounts/
- I thought cf dns was down again
by deeprack4sure
0 subcomment
- Look. Guys (?)
If cloudflare wants to be the next "Megaupload" what business is it of yours?
There is a guy named kim DOT com. That is actually fucking cool. Whether or not he himself is actually cool. Or in prison.
- Yet I can't drag and drop a plain old HTML file without putting it in a folder or a ZIP file first.
- What about the databases?
- oh wow, a blast from the past. I remember a site called staticdrop or statichost like a decade ago, before vercel and everything that did the same thing
Good to see great ideas making a comeback
by jeffgreco
2 subcomments
- What is this for?
- It would be nice if we could see some information such as file size limitations, demos, link structure, management, etc. Am I expected to upload a random HTML file and see how it works?
- good tool for adding as a skill for someone making their own lovable clone!
by anshumankmr
0 subcomment
- JAMstack for the rest of us I suppose.
- I think this is great. As usual the reaction from HN folks is on brand.
- Cool, just 20 years too late.
- This is cool and I like it.
by nalekberov
1 subcomments
- The internet will soon be flooded with even more scam landing pages.
by iLoveOncall
0 subcomment
- Some new slopware from CloudFlare. They've really lost the plot since they've gone all-in on AI development.
- Interesting
- Cloudflare is really good at launching features that facility low-friction deployment of malicious content (such as phishing) on the Internet, piggybacking on their hosting reputation and the fact that you can't easily block their ASN or domains.
by bossyTeacher
1 subcomments
- It could be fun to use a temporary Mediafire/Rapidshare/Megaupload service. Especially if you need to transfer something between an Android and an iPhone.
- I don't want to "drop".
I want to push. And then edit. Commit. And push again.
by toomuchtodo
1 subcomments
- Cloudflare folks: Please consider supporting WARC archives for deployment.
by anonymousiam
0 subcomment
- Odds are that this new feature will not suffer the same outcome as Megaupload, because of Cloudflare's close relationship with the USG.
- geocities/angelfire but for Gen Z and A
by Jerrylee_maker
0 subcomment
- [flagged]
- [dead]
- This definitely won't get used to host unlimited phishing sites. /s
by jaideepjagyasi
0 subcomment
- shitty app, doesnt even exclude hidden folders
by sleepynoodle
0 subcomment
- This is so cool.
- Cloudflare has the astonishing ability to make me hate them more as a company every new feature they launch.
- Congratulations on launching!
I tried uploading a git repository that I have previously successfully published on Github pages. This is a "no build" website I have built with the help of Claude. It should just work but I keep getting an error. Who can I reach out to give them steps to reproduce? The website repository is public and I feel like anyone at Cloudflare who wants to reproduce my problem can quite literally clone my repo and upload it to cloudflare drop.
Please drop your cloudflare email address and I will reach out to you with my repository information.