I use bunny.net for CDN and DNS. I don't like free offerings, because what if they decide to charge someday? What if someone decides "free is not feasible, we start charging $20 per instance now". I'd rather have a low fee now, a change from $2 to $3 is more likely and that's fine for me. But from free to not free is risky for me. I also like smaller, independent-ish ompanies that actually care about developers. That…
>I don't like free offerings, because what if they decide to charge someday? What if someone decides "free is not feasible, we start charging $20 per instance now". You can just move to another provider at that point. At least when it comes to CDN and DNS there’s literally no vendor lock-in. You can grab your dns records export them to csv and import somewhere else easily and a CDN is just a file server so you can ju…
Dropping Cloudflare for Bunny.net
51–60 of 225 posts
Re: Dropping Cloudflare for Bunny.net
#52I'm currently running a SaaS on Cloudflare Workers + Pages. The developer experience is genuinely good, deploying serverless functions and static sites from the same repo has been seamless. But I hit a real issue recently: CDN edge caching served stale HTML after a deploy, and the service worker cached the bad response. Took a CDN purge from the dashboard to fix. The debugging experience when things go wrong at the e…
Re: Dropping Cloudflare for Bunny.net
#53Earlier quoted context omitted.
>I don't like free offerings, because what if they decide to charge someday? What if someone decides "free is not feasible, we start charging $20 per instance now". You can just move to another provider at that point. At least when it comes to CDN and DNS there’s literally no vendor lock-in. You can grab your dns records export them to csv and import somewhere else easily and a CDN is just a file server so you can ju…
Can anyone say why this is being downvoted? Seems like it makes sense to me, but this isn't my area of expertise.
Re: Dropping Cloudflare for Bunny.net
#54I had to move to Bunny.net after Cloudflare disabled my homepage following a malicious report, despite me being a paying customer for several years. I also never received a response to my appeal. I’ve now been with Bunny.net for over a year and have been very happy with the service.
Re: Dropping Cloudflare for Bunny.net
#55Earlier quoted context omitted.
I should add a friend has recommended DNsimple.com and I’ve previously found their service to be excellent. https://dnsimple.com/ 50 cents per domain per month 10 cents per million queries That’s prob cheap enough to support lots of little hobby sites and bigger traffic sites likely have some budget.
I used them in the past (many years ago) and was very surprised when my DNS was affected by a cloudflare outage. Turns out (back then) they relied on the cf network for DoS protection against their resolvers[1]. I was surprised to learn that and honestly thought that if I already take a dependency on cloudflare I might as well have them host my zones directly for free. [1] Not completely sure but I think this was the…
Re: Dropping Cloudflare for Bunny.net
#56Earlier quoted context omitted.
Can anyone say why this is being downvoted? Seems like it makes sense to me, but this isn't my area of expertise.
I used to handwave cloud portability. Turns out when you're shipping things and need extra services and you have deadlines, you build against the platform. I think the GP comment was probably expressing wariness of the free cloudflare tier that entices you to build against their APIs and their product shape in a way that inevitably locks you in. Sure, you could migrate, but that's expensive.
Re: Dropping Cloudflare for Bunny.net
#57Earlier quoted context omitted.
>I don't like free offerings, because what if they decide to charge someday? What if someone decides "free is not feasible, we start charging $20 per instance now". You can just move to another provider at that point. At least when it comes to CDN and DNS there’s literally no vendor lock-in. You can grab your dns records export them to csv and import somewhere else easily and a CDN is just a file server so you can ju…
Can anyone say why this is being downvoted? Seems like it makes sense to me, but this isn't my area of expertise.
Re: Dropping Cloudflare for Bunny.net
#58Re: Dropping Cloudflare for Bunny.net
#59I'm currently running a SaaS on Cloudflare Workers + Pages. The developer experience is genuinely good, deploying serverless functions and static sites from the same repo has been seamless. But I hit a real issue recently: CDN edge caching served stale HTML after a deploy, and the service worker cached the bad response. Took a CDN purge from the dashboard to fix. The debugging experience when things go wrong at the e…
Some of you may be skeptical about this but it allows for much easier management when working on multiple SaaS/hobby projects/personal tools.
Re: Dropping Cloudflare for Bunny.net
#60edit: I'm thinking of the use case where the CDN as a proxy for APIs and uncachable content as well, where it used as a reverse proxy for transit/ddos protection.