I am not yet planning on hosting a website, but I would like to know if there are any sites which allow you to host your website for free with a free domain name.
1 Like
there are some services you can use for free (netlify, heroku, github pages), some of these can also be used with custom domain. Note that they have a limited scope, but if you don’t plan excessive things it can be enough
2 Likes
Thanks! Excessive things in this case refers to?
1 Like
I’ve heard Github Pages cannot do much.
1 Like
you need to check what the service offer, like monthly bandwith, number of visits etc. Like, you can’t have facebook on a free tier
also github pages allows only static pages (no back end)
2 Likes
Okay. Thank you. But Github Pages does offer JavaScript right?
1 Like
sure, it’s just backend that it doesn’t allow
2 Likes
Thanks a ton! That’ll help a lot in the future
1 Like