I know this is a little subjective, but I'm wondering where a good place to deploy a Remix app is these days? I built a fairly complex app using the Epic Stack by Kent C Dods. Historically the recommendation was to run on Fly.io because they had a shared SQLlite FS. It seems they've since deprecated that, so I wonder what are some alternatives? Is it still worth hosting with them if I have to use a separate db? Note that in this stack we store images in the DB, so SQLlite was a good choice for that design decision.
Cost is probably the biggest factor for me. I want something that I can host repetitively cheap since this is for an open source project, but ideally something that's not super slow either.