Comment on How can I host a small api/database accessable from a phone app as cheap/easily as possible?
shaserlark@sh.itjust.works 4 weeks ago
You can drploy a Cloudflare worker that exposes an APi endpoint with an SQLite DB completely for free and without doing any maintenance. I don’t think the DB is encrypted , so it wouldn’t be my first choice if privacy is a concern. There’s a bit of a learning curve with all the UI bloat but once you figured it out it’s a very hassle free solution.