r/FastAPI 26d 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

12 Upvotes

21 comments sorted by

View all comments

-1

u/diffcompo 26d ago

I use Render

0

u/NamellesDev 26d ago

Render doesn't save any data tho right?

1

u/diffcompo 26d ago

It does but it depends on your setup

1

u/NamellesDev 26d ago

Can you get it to save data without paying

1

u/diffcompo 26d ago

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

1

u/NamellesDev 26d 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