1.GitHub Pages
(pages.github.com)
Keeping your projects together and hosting them ? A win-win.
2.Heroku
(heroku.com)
The free version is pretty slow but it's worth hosting backend related stuff.
3.Firebase Hosting
(firebase.google.com/docs/hosting)
A personal favorite of mine! Pretty easy to setup with its CLI.
4.Vercel
(vercel.com)
Vercel is starting to become my favorite. Provide analytics (free to some extent ). Nextjs works really well with Vercel too!
5.Netlify
(netfliy.com)
Netlify is a pretty powerful hosting service. Well known for its JAMStack Architecture. They do great with team workflow too!
6.Surge
(surge.sh)
Surge comes in handy when it comes to static site publishing. Public your HTML,CSS and JS files with ease !
Top comments (0)