Live data from Hacker News

Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains

github.com

1–10 of 171 posts

Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains

#5
post #2

This is cool, I'm glad somebody built this! I love netlify but I worry about vendor lock-in.

Why do you worry about vendor lock-in with netlify? They host static sites, so you are free to go anywhere. Unless you happen to be using their other services which this doesn't address anyway.

Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains

#7

TL;DR this is an AWS stack with 10 AWS services required to build/deploy a static site with HTTPS/CDN I will be staying with netlify

And, if I’m not mistaken, it’s also missing the 1-command-deploy-a-completely-new-version-but-also-keep-the-current-one feature.

It’s still a cool project though, since it shows exactly how many problems Netlify solves for us

Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains

#8
great job! I wish more projects have 1-click deploy to Heroku, aws, gcp or azure. This is a good habit more people should get into.

Running this project on aws can give a cloud beginner an interesting way to expose them to many concepts. Now I just have to figure out what static website I want to run in this!

Please do the same for running your own scalable wordpress install!

Re: Show HN: Scar – Static websites with HTTPS, a global CDN, and custom domains

#10
Nice project.

As an aside, I genuinely wonder under which circumstances a CDN will be useful for a static website nowadays. I have a static website that has been on the HN homepage a few times and got picked up by the Chrome mobile recommendations and a nginx/https with slightly tweaked configuration never had a problem handling the traffic even on the smallest DO droplet.

Edit: Thanks for these replies.

Post reply on HN