Live data from Hacker News

Ask HN: Where to Host a FastAPI App

news.ycombinator.com

31–35 of 35 posts

Re: Ask HN: Where to Host a FastAPI App

#32
If you want to try new options I highly recommend:

* encore.dev

* koyeb.com

They are not as popular as other services but they provide a good service very cheap/free.

I have no complains so far for my 4 pet projects (I use litestar with docker for all my projects)

Re: Ask HN: Where to Host a FastAPI App

#33
post #32

If you want to try new options I highly recommend: * encore.dev * koyeb.com They are not as popular as other services but they provide a good service very cheap/free. I have no complains so far for my 4 pet projects (I use litestar with docker for all my projects)

Thanks for the shoutout, happy to answer any questions about Encore if anyone's curious. (I'm the founder.)

Re: Ask HN: Where to Host a FastAPI App

#35
post #23
post #8

Earlier quoted context omitted.

Or you could use caddy from the get go

The Apache stuff I learned like 20 years ago still works - especially for not-huge sites (<600RPS). Point being, once you get this sys-admin task done it's super repeatable (regardless of server). And from one, moving between isn't that hard either. Dozens of personal services can run on a $5/mo VPS. One I have now is nginx to SSL terminate to 8 backend docker-things

Still running apache for my side projects too, it's very convenient and easy to deal.
Post reply on HN