Netlify lost my trust a year ago when they tried to increase our company's pricing more than 10x. (We were paying ~$200/mo, then they tried to force us into a $2,500+ plan because we were 1 seat over their self-serve threshold.) From my perspective, they were adding features just to find ways to grow revenue. (I get it, you don't have a huge moat by simply hosting static sites.) But their features seemed very out of…
Is there a “back to the basics” company or offering for hosting static sites that is essentially what Netlify was when it launched?
Netlify acquires Gatsby
91–100 of 147 posts
Re: Netlify acquires Gatsby
#92Earlier quoted context omitted.
Sounds like they behaved exactly how you expected them to. You can't get upset because the threshold was passed.
IIRC they had recently added a user cap on self-serve customers which was new and led to this. The new pricing deck they sent was "It will be $3,500/mo, but until the end of the month, you can get it for only $2,500!" (Pricing approx.) $2,500/mo to host a static site is ludicrous.
But it's not to host a static site, it's one click CD, multiple environments, global CDN, and a few more things. I'm not going to say how mu h it is worth, but if you just want a static site with a domain you can do it for free/sub $10 on many many providers.
Re: Netlify acquires Gatsby
#93Re: Netlify acquires Gatsby
#94Earlier quoted context omitted.
Counter to this, there’s SvelteKit, for example, which provides „adapters“ for the different platforms, eg. Netlify, Vercel and Cloudflare. I hope that’s the way we’re going to oppose this movement as a whole.
That's how they all worked before being acquired. SK is Vercel now too and we don't know yet how it'll change over time.
Anyway, I'm sure this will be said elsewhere in the thread but it bears repeating — the Next team similarly works hard to make sure that your Next apps can be self-hosted and run on other platforms.
Re: Netlify acquires Gatsby
#95Earlier quoted context omitted.
Is there a “back to the basics” company or offering for hosting static sites that is essentially what Netlify was when it launched?
Just get a $5 digital ocean droplet and throw nginx on it. All the static hosting in the world at your fingertips.
Re: Netlify acquires Gatsby
#96Earlier quoted context omitted.
IIRC they had recently added a user cap on self-serve customers which was new and led to this. The new pricing deck they sent was "It will be $3,500/mo, but until the end of the month, you can get it for only $2,500!" (Pricing approx.) $2,500/mo to host a static site is ludicrous.
> $2,500/mo to host a static site is ludicrous. But it's not to host a static site, it's one click CD, multiple environments, global CDN, and a few more things. I'm not going to say how mu h it is worth, but if you just want a static site with a domain you can do it for free/sub $10 on many many providers.
What can you do for $2,500 on Netlify you can't do on Vercel for $20/user/month?
Re: Netlify acquires Gatsby
#97Earlier quoted context omitted.
> From my perspective, they were adding features just to find ways to grow revenue. Why else would they add features?
Try to solve user problems? (Maybe they were, just not ours.)
- keep existing paying clients
- get new paying clients
Re: Netlify acquires Gatsby
#98Re: Netlify acquires Gatsby
#99Vercel has Next.js, Shopify just acquired Remix, now Netlify Gatsby. This is bad news for full stack JavaScript applications and ecosystem. This is gonna cause vendor lock-in, it's already showing in some of them. Open source is losing and something needs to change. I am seeing a future where you have to rewrite your whole app in a different framework just to change hosts.
Didn’t Astro support multiple frameworks at once?
Gatsby's Vahalla Content Hub supports multiple (not all at once) meta frameworks like Next.js, Gatsby, Nuxt, Remix, SvelteKit, etc...
Re: Netlify acquires Gatsby
#100Earlier quoted context omitted.
It's pretty tightly coupled to webpack and has a reputation for being extremely slow to rebuild a site. Fine for small sites but I've heard of painful multiple minute long rebuild cycles for large sites with a lot of content.
They give you really nice incremental builds out of the box, which are particularly easy to set up with gatsby cloud (the actual purchase here). Their abstractions are more opinionated, but a lot more "just works" off the shelf with configuration instead of coding.
I am not really a NextJS fan. WordPress is an option but I like having the docs in version control.