May not be widely known, but a startup named Divshot launched what feels to me now like an identical service to Netlify, just a few years earlier. Existed ~2012-2015. They were acquired by Google and their product was converted into Firebase Hosting. I haven't tried it, though: https://firebase.google.com/docs/hosting/
Founder of Divshot here, and engineering manager of the Firebase Hosting team. Thanks for the shoutout! :)
Netlify raises $30M to replace webservers with Application Delivery Network
61–70 of 187 posts
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#62The pricing seems a bit weird. I'm dubious about hosting something semi-important on the free tier, but the first paid price point is $45, which seems too high for easier static hosting.
It almost seems too good to be true but as other people have pointed out when its just static content their costs are so low. Since I don't use anything special on their platform, if anything ever happens migrating away should be a breeze too.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#63This is one critical feature that github pages has over Netlify. Github's 2FA is really nice, actually; you can add multiple U2F keys and you can also use TOTP and/or SMS if you want, all at the same time.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#64I use Netlify for all my static sites and it's been amazing. All I have to do is push and they take care of everything else, I can't understate how much I love the product. If you want to check out a live deployment, my website https://www.stavros.io/ is on Netlify. I especially like how they provide forms, lambdas and very easy testing by just pushing to another git branch. I don't see why anyone would use Github/Gi…
I’ve put a few small paying clients on their platform.
I hope they succeed!
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#65Re: Netlify raises $30M to replace webservers with Application Delivery Network
#66May not be widely known, but a startup named Divshot launched what feels to me now like an identical service to Netlify, just a few years earlier. Existed ~2012-2015. They were acquired by Google and their product was converted into Firebase Hosting. I haven't tried it, though: https://firebase.google.com/docs/hosting/
I use Firebase hosting for a static site that gets between 100-400gb of traffic per month, and it works out a bit cheaper than Netlify ($15-$50/m vs. flat $45/m). I hardly ever use their web interface and just deal with their one line CLI. My biggest concern with Firebase is if it's still going to be around in a year or two. That's why I'd be reluctant to use it for DB and auth stuff. I narrowly avoided jumping into…
That's interesting , why Firebase would go away ?
It's just back end on top of GCloud.
Actually , everytime you do something in Firebase , it create a ressources in your GCloud account.
Firebase may not be super popular for SaaS but for Mobile , it's the king and by far , you can use it with no doubt.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#67Earlier quoted context omitted.
But where does the API come from? Dynamic content needs don't go away with static sites and usually it's yet another service to worry about.
In our case, we moved a blog from WP to a static Gatsby.js site. It's hosted on Netlify and all content is driven by Contentful where updates trigger a webhook on Netlify to rebuild the blog (new posts are pulled during this build process).
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#68I wonder if Cloudflare has plans to compete in this space. If they added it to the $20/month plan, it might push more conversion from the free plan.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#69Re: Netlify raises $30M to replace webservers with Application Delivery Network
#70This may be a naive question, but how many websites are actually static these days?