chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Free hosting? #146

Open tobyjwebb opened 3 years ago

tobyjwebb commented 3 years ago

Hi, I saw a TODO saying you are looking for free / cheap hosting.

I know of https://www.freehosting.com (although I've never used them personally). Should be good to show off a static page, but the server-side rendering might be trickier.

chinedufn commented 3 years ago

Hey!

Thanks for the suggestion. When we rewrite (targeting 2021) the examples and re-think some of the APIs I'll take a look at the potential options for hosting, including this suggestion.

Thanks so much!

mdaffin commented 3 years ago

For static sites there are lots of good and free options,

With most of those also offering a large number of lambda invocations for free as well.

For actual VPSs digital ocean/linode and vultr are all very good and cheap options.

kotx commented 2 years ago

You can also take a look at Railway

flbn commented 2 years ago

Just filed an issue myself on this topic (#172). I noticed that Sycamore uses Netlify for their deployment!

chinedufn commented 2 years ago

I can also try to figure it out myself when I get some time on my hands!

Feel more than free!