DEV Community

Cover image for How to Get Free Hosting with GitHub Pages!
Shivesh Mishra
Shivesh Mishra

Posted on • Edited on

How to Get Free Hosting with GitHub Pages!

How to Get Free Hosting with GitHub Pages!

Did you know you can host your website **for FREE using GitHub Pages?
**
Whether it’s a portfolio, a personal blog, or a project landing page, GitHub offers a simple way to deploy static websites without spending a dime. Here's how to do it:

### 🛠 Steps:

  1. Create a GitHub account (if you don't already have one).
  2. Create a new repository and name it something like my-portfolio.
  3. Push your HTML, CSS, and JS files to the repo.
  4. Go to the repo Settings > Pages.
  5. Under "Source", select the branch (usually main) and /root or /docs folder.
  6. Click Save, and boom — your site is live!

✅ Perfect for:

  • Developers showing off projects
  • Quick landing pages
  • Documentation sites

No servers. No fees. Just GitHub.

programming #softwareengineering #webdev #productivity

developers

Image description

Top comments (0)