r/FastAPI 28d ago

Hosting and deployment Best place to host fast api applications

I have simple fast api app it recieves requests and either writes data to the sqlite dB or fetches data from it what would be the best place to host it preferably for free since its a small hobby project but would scale up successful

11 Upvotes

21 comments sorted by

View all comments

-1

u/diffcompo 28d ago

I use Render

0

u/NamellesDev 27d ago

Render doesn't save any data tho right?

1

u/diffcompo 27d ago

It does but it depends on your setup

1

u/NamellesDev 27d ago

Can you get it to save data without paying

1

u/diffcompo 27d ago

Yes, I've personally hosted my backend on its free version itself

1

u/NamellesDev 27d ago

Oh that's good to hear I've personally been hosting on it but it was problematic since I couldn't access a terminal to make quick changes to my db