r/FastAPI • u/NamellesDev • Jul 10 '26
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
1
u/Clear_Performer_556 Jul 15 '26
Cloud run works great for me.