Live data from Hacker News

Netlify raises $30M to replace webservers with Application Delivery Network

netlify.com

141–150 of 187 posts

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#141

Built vote by mail website for Florida ( https://www.stampthevote.com ) using a single JSON file with 1500 zip codes and Gatsby.js and deployed with Netlify. Great to be in the future and not have to worry about hosting a server for such a simple site.

Nice work. I did see a small issue...you're getting the string "(undefined)" in some of the page titles:

How to Vote in Clay County (undefined)

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#142
Netlify has a free plan for hosting personal sites. Though I could do things manually, the continuous integration, free SSL, and Hugo integration make deploying my personal site as easy as anything I've ever seen.

Plug for my site: https://www.joshuahu.io/

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#143
post #73

So much praising so little talk about its limits. I consider myself to be kinda stick in a Rails way of thinking. But most projects I touch heavily depend on a backend, database, or raw computing power. Everything that doesn't fall in those categories is something I create static (ex nanoc.) i just build out locally push to my git and let a post-commit hook do the Copy pasta. My static Web server runs without attenti…

Well all deployment aspects equal, I suppose it's the performance. ~200ms to first paint in the browser is pretty hard to beat.

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#144

I don't quite get this. I'm a long time Heroku user and this seems to be much more limited and not much better in any dimension, why is this so popular? This is an honest question, I just don't quite get why there's so much excitement in the comments. Thanks!

Really easy to use, I personally don't need anything more than they offer

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#145

I 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 run destinysets.com, a companion site for the video game Destiny 2, and I cannot say how much of a life saver it has been for me. Not only are deploys as simple as a git push, but I also get next-level things like "preview environments" for pull requests _for free_. The PR preview environments are super important to me because there's a lot of curated data that powers the site, as JSON files in the repo, and I acce…

Hey, I'm a user at destinysets! I really love what you've done with the platform. The experience is a lot faster than some of the other tools out there.

I'm also a very happy Netlify user. Their product seems years ahead of other tools. My favorite thing is that you can now manage DNS and generate SSL for all domains with a single click. Perfect for static sites, SPAs, etc.

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#146
post #109

Earlier quoted context omitted.

Yeah, we integrate pretty deeply already. We do have some new flows that could potentially make the story around publishing to Netlify from GitLab cloud seamless from an authentication standpoint, would be happy to brainstorm!

Great, please send an email to kirsten@ our company domain with a link to this comment and we'll discuss.

Off-topic, but can I compliment you/GitLab on a truly useful cookie notification popup? For me, that meets the spirit of the GDPR!

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#147
post #94

I 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…

Can you edit (say Jekyll blogs) on GitHub and them somehow push to Netlify automatically? This is critical for me since I edit using my Android Jekyll-optimized tool Teddy Hyde ( https://play.google.com/store/apps/details?id=com.EditorHyde... ).

I host my Jekyll blog (zeph.co) on Netlify and can confirm that you can do this.

Netlify connects to GitHub and rebuilds your site automatically when a change is made in the master branch. There's no technical setup – you just connect to your GitHub account with their UI.

I used to use GitHub Pages to host my blog, but Netlify provides more features and it's also free.

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#148

Earlier quoted context omitted.

The advantage is that the resulting website being just static pages will be much faster and secure that your hosted wordpress. And compared to wix etc, you have a lot more control on the appearance and structure of your website, because you can use wathever static website builder you choose

How is it more secure when you're still accessing an API? Wordpress itself might not be the best product but other fully-hosted services are all the same, whether they render the site or just give you an API. A CDN is equally fast when the content is cached, and if you're building the entire site as static pages then it's not really a dynamic site in the first place and can also be done with HTML or markdown in the s…

> How is it more secure when you're still accessing an API?

It only accesses the API with a read-only token during the build process.

> it's not really a dynamic site in the first place and can also be done with HTML or markdown in the same repo

This is definitely true and was an option we considered, however colocating hundreds+ posts with code made the repo unnecessarily heavy and slowed our build time drastically. Our content creators also didn't want to use git to edit their content (they would have to learn git / or use the web UI which is a suboptimal editing experience), nor did I want content creators in our repos.

> The fine control seems the be the only real advantage, at the cost of more moving pieces.

Lots of other advantages that I won't outline here, but our data is completely decoupled from our frontend now, so we can do cool stuff like crossposting to different properties via webhook, data cleanup via API (I ran all the blog posts from WP through some remark tools so we have a more standard look and feel), etc... Might not be the right setup for you, but it works really well for us!

Re: Netlify raises $30M to replace webservers with Application Delivery Network

#150

Earlier quoted context omitted.

CSS """expert"""

Chris Coyier is pretty well known in the front end community. He created CSS-Tricks and co-founded CodePen. If anyone can claim to be an expert it's him. But if you're just trying to have a laugh at CSS - well, that's fine too I guess.

I didn't mean to belittle they guy at all, but the title "CSS expert" looks ironic to me, just like "SEO expert"
Post reply on HN