Static Site Hosting
Comments recommend free or low-cost platforms like GitHub Pages, Netlify, Cloudflare Pages, AWS S3, and others for easily hosting and deploying static websites.
Activity Over Time
Top Contributors
Keywords
Sample Comments
For a static website isn't something like Netlify easier (and cheaper, as in free)?
Why didn't you use github page or S3. It's static page isn't it?
Looks great. If it's static, try using netlify and cloudflare; I've used cloudflare with great success for years, and I just tried netlify (works great & free).
If you are just hosting static files, you could drop it on github pages and it would work perfectly for free.
Look at static blog generators (hugo, jekyll) + s3 + cloudfront. You don't pay unless you have traffic.
Static site, yeah? What about putting it on Github pages and not pay at all? (Or S3 and have it in the free tier)
Or static site generator and a service like netlify or AWS S3 plus AWS Cloudfront.
Static hosting can be found free on sites like gatsby.
If you could host via s3, why not use GitHub.io and do it for free?
You should checkout Cloudflare Pages. For static stuff itβs a dream to setup, and you get previews out of the box.