Live data from Hacker News

Ask HN: What is the cheapest way to make a website?

news.ycombinator.com

91–99 of 99 posts

Re: Ask HN: What is the cheapest way to make a website?

#91
https://www.netlify.com/ if you have a lot of time. If you're still using github pages give it a try you will be very impressed.

Time isn't free, we have a lot of backend developers use https://versoly.com/ as they don't want to focus on design and actually want a good looking website quickly.

Re: Ask HN: What is the cheapest way to make a website?

#92

+1 for a static site generator with GitHub + Netlify. Even manual deployment to Netlify is enough for most needs. Just drag the public folder in and you're done. It's an automagical experience. I am actually in process of moving to Hugo/Netlify, and if I come close to bandwidth or storage caps I hope B2/Cloudfare has implemented official solutions by then. I'd personally love to avoid s3.

Why the adversity to S3?

Get 100gb for free and can deploy a site in minutes compared to the hard work required to get s3 working.

Re: Ask HN: What is the cheapest way to make a website?

#93
post #15

Notion can be used to create simple websites. You can then find an online tutorial to use Notion with a custom domain. Other than the cost of the domain, this method is entirely free.

The notion websites I have used have been very slow loading.

If I didn't know they was notion I would have exited and went else where.

Re: Ask HN: What is the cheapest way to make a website?

#94

I have found Webflow to be incredibly useful in doing this - the various templates for different use-cases (Blog, E-Com Store etc) was quite simple to quickly setup and get something off ground.

Are you a designer?

I have spoke to a lot of founders, marketers and developers who struggled to use the platform.

Re: Ask HN: What is the cheapest way to make a website?

#96
I use netlify. Server static pages, has good integration with lets-encrypt and even supports the 'point me to a github repo and I will rebuild for you' workflow. I am in the free tier, and there is no hchance my blog would ever get out of it (unless the free tier gets nixed)

For static sites you can emulate this workflow fairly cheaply, from github-pages, to serving with aws s3, or simmilar (I have an abandoned blog on s3 and pay ~cents a month, but I never fully grokked aws pricing)

If you need people that wouldn't edit text/markdown/html directly, there are even git-based cms, that can abstract away the dev-friendly 'edit text, commit, push to repo' to more user friendly 'login somewhere and click a button to change content'.

Re: Ask HN: What is the cheapest way to make a website?

#97

https://www.netlify.com/ if you have a lot of time. If you're still using github pages give it a try you will be very impressed. Time isn't free, we have a lot of backend developers use https://versoly.com/ as they don't want to focus on design and actually want a good looking website quickly.

Looks like netlify requires a github account? I have an issue with that, as I'm against monopolies. As far as small private web sites are concerned, there are a lot of totally free options, and Hetzner offers web sites for 2 euro a month - 10GB space and unlimited traffic included, and it's a very solid company.

Re: Ask HN: What is the cheapest way to make a website?

#98

https://www.netlify.com/ if you have a lot of time. If you're still using github pages give it a try you will be very impressed. Time isn't free, we have a lot of backend developers use https://versoly.com/ as they don't want to focus on design and actually want a good looking website quickly.

Looks like netlify requires a github account? I have an issue with that, as I'm against monopolies. As far as small private web sites are concerned, there are a lot of totally free options, and Hetzner offers web sites for 2 euro a month - 10GB space and unlimited traffic included, and it's a very solid company.

If you're against a monopoly Netlify is actually a good option for static hosting, since it's a competitor to GitHub Pages. They also support Gitlab and Bitbucket. I'd assume the reason they don't integrate with arbitrary git repositories is that a lot of their automation features rely on workflow messages from the repository hosts beyond what a normal Git server would provide.

Re: Ask HN: What is the cheapest way to make a website?

#99
You can host websites from a spare computer at home. You can use Cloudflare's free CDN for serving cached responses. If your ISP does not provide static IP addresses, and you wish to use a custom domain then you will need to periodically update your domain's A Record to point to your current public ip (which can be automated).
Post reply on HN