Hacker News new | ask | show | jobs
by taigi100 1632 days ago
It depends on how lightweight you want it.

I'm hosting mine as an S3 static website, with CloudFront as a CDN and for the domain name linking. Works pretty well. I also have some sort of CI/CD, what I mean is that all my code is on GitHub and whenever there's new code to main, a GitHub action is fired that syncs the branch with the S3 bucket.

I've even managed to remove all the JavaScript from the site :D Works neatly! Let me know if you (or anyone) wants more info ^_^

Edit: Forgot to mention, it's also almost free! I'm paying for the domain names and around 0.1$ / month to AWS.