DEV Community

Discussion on: What's the best way to host small websites for free?

Collapse
 
lucifer1004 profile image
Gabriel Wu

I would recommend Now, it is more than static content hosting, but a complete serverless solution.

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
lucifer1004 profile image
Gabriel Wu

For static websites, there have been many solutions, and it is hard to say which one is better.

However, you would want more than just static pages, and Now offers that.
If you have a look at their docs, you would find that Now currently provides support for Node/Python/PHP/Rust/Go/..., which is quite impressive.

To sum up, Now is more like a FaaS (Function as a service), and static page hosting is just one of its capabilities.

P.S., the team behind Now (zeit.co), is the creator of the famous React SSR framework Next.js

Thread Thread
 
bayuangora profile image
Bayu Angora

Also their support is good.