# 5 Ways To Host Your Applications

## 1. Surge

Surge is a cloud platform for hosting static websites, which is extremely simple to use but offers customization options for those who need them.

![Surge](https://cdn.hashnode.com/res/hashnode/image/upload/v1631692020574/XDpxc4s8K.png)
 

## 2. Firebase

Firebase Hosting is a fully managed hosting service for static and dynamic content as well as microservices.

The service is backed by SSD storage and a global CDN (content delivery network).

![Firebase](https://cdn.hashnode.com/res/hashnode/image/upload/v1631692022458/Dc41WOf9e.png)
 

## 3. Vercel

Vercel is a hosting platform for frontend frameworks. After you create a pr it will automatically create an environment for you so that the team can check it before merging it. So useful!

![Vercel](https://cdn.hashnode.com/res/hashnode/image/upload/v1631692024219/C2wQzpIIA.png)
 

## 4. Github Pages

GitHub Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process and publishes a website

![Github Pages](https://cdn.hashnode.com/res/hashnode/image/upload/v1631692026526/5Xfb83Fw8.png)
 

## 5. Netlify

Netlify is a web hosting and automation platform that accelerates **development productivity**

I deployed most of my projects to Netlify because it is so easy to use, it is supporting custom domains, and much more.

![Netlify](https://cdn.hashnode.com/res/hashnode/image/upload/v1631692028398/gQErxDHBF.png)
 

## Links
- [6 Ways to Host Your React JS App For Free](https://dev.to/suhailkakar/6-ways-to-host-your-react-js-app-for-free-2163)
