What are some options for a $0 cost one-page website with a custom domain? This is to showcase an iOS App, and Apple is asking for a URL. I am technical so I can bear the pain of any technical setup.
Google Sites seems to be an option but want to ask if there are other better alternate options. Thanks
I am using Vercel and am pretty happy about it. Easy to use and you can connect your GitHub repo for auto deployment
Thanks everyone. I finally went with Hubspot. Free drag and drop website with custom domain.
I've personally used GitHub Pages and Cloudflare Pages, and they both work great. For both it's possible to set up a GitHub repo that pushes changes automatically.
A free one-page website with a custom domain can be made using one of several methods. Website builders like Wix and Weebly, which offer free plans that let you make a simple one-page website with a custom domain, are one option. Utilizing a free WordPress account and selecting a free one-page theme from the WordPress theme directory is yet another option. If you know how to code, GitHub Pages is a great option for hosting your one-page website for free. Last but not least, you can create a free one-page website with a custom domain using Google Sites, but the customization options are limited.
As an alternative; https://surge.sh/
I'm a fan of Netlify for static sites, you can just drag your folder and it gives you a live site + can connect custom domain.
Later on can add Git connection.
If you decide you need a blog and more pages give https://versoly.com/ a try, it isn't free but dev time isn't either haha.
A lot of options actually, firebase hosting, s3 bucket, github pages...
I am using an S3 bucket, it is virtually free.
Vercel, Github Pages, Cloudflare Pages, an S3 bucket... lots of options :-)
thx