GitHub + Netlify makes a really nice combo as well, since Netlify helps with simple form handling (and a bunch of other niceties)
Ask HN: What is the cheapest way to make a website?
41–50 of 99 posts
Re: Ask HN: What is the cheapest way to make a website?
#42They have a nice estimator https://www.nearlyfreespeech.net/estimate
Re: Ask HN: What is the cheapest way to make a website?
#43Github + Tiddlywiki. That's what I do for https://philosopher.life/ . It's free (unless you rent a domain name), flexible, and easy to distribute over many kinds of channels.
What is your site about? I've seen it four times this week, but I haven't really figured out why it's popular.
Re: Ask HN: What is the cheapest way to make a website?
#44Earlier quoted context omitted.
What is your site about? I've seen it four times this week, but I haven't really figured out why it's popular.
Perhaps it's about frustration with boring convention , and what that looks like when you render it into a website design?
Re: Ask HN: What is the cheapest way to make a website?
#45V-Server from https://netcup.de ca. 3$/month
.space domain ca. 2$/year from https://gandi.net
(I am not affiliated with any of them)
I wanted to a little bit more e.g. having my own calendar, and hosting my own Mercurial server (since almost nobody supports that anymore, maybe GitLab in the future). Found than out that this offer is good enough for my own VPN and even having my own tiny cloud storage.
Re: Ask HN: What is the cheapest way to make a website?
#46Do you have an old computer at home, and an internet connection? You can always host it yourself. The electricity used may not be cheaper than paying someone else a few bucks to host it from their data center.
Re: Ask HN: What is the cheapest way to make a website?
#47Re: Ask HN: What is the cheapest way to make a website?
#48Github + Tiddlywiki. That's what I do for https://philosopher.life/ . It's free (unless you rent a domain name), flexible, and easy to distribute over many kinds of channels.
What is your site about? I've seen it four times this week, but I haven't really figured out why it's popular.
Re: Ask HN: What is the cheapest way to make a website?
#49> It just seems wrong that I can't just buy a domain and get some random content on it without having Go Daddy charge me $5/month to host it? In order to host any web page requires a machine to serve up the web content and that machine needs to be running 24 hours a day 7 days a week. So at a minimum, running that machine requires a safe place to house it, electricity to run it and people to keep an eye on it just to…
Serving from S3 with Cloudflare adds tiny marginal cost to both of those companies. I moved a few static sites to that setup. Cost is in compute, storage, etc. not hosting static pages.
Re: Ask HN: What is the cheapest way to make a website?
#50For less static websites, I'd recommend signing up for free tier GCP. They give you a (very small) VM for free. I've had no problem running several docker containers backing my personal sites. To be fair, they don't really have much traffic, but for the The GitLab CI is really nice, and I'd recommend it even if you don't go for Pages or GCP. It's pretty simple to set it up to automatically build images (using its personal container registry) and deploy them for you.
With this setup, the only things I pay for are domain names which I use to add SSL via let's encrypt and HAProxy (which also does some routing for me).
Hope this helps give someone some ideas.