evjan
I’m so excited about all of this. I was about to start creating an Expo mobile app but maybe I’ll just go with Rails 8 and Hotwire Native for now. I know Rails way better and I enjoy it so much.
nickjj
It's good to see more folks getting exposed to this style of hosting.

For ~9 years I've been comboing Ansible, Docker Compose and git to deploy web apps to a VPS or more generally any Debian based host. Roughly 10-15 lines of YAML and 1 command to get everything up and running in a production ready way. It really does work, I've deployed about 60 or 70 different apps this way for clients over the years.

mooreds
Hmmm. They suggest running SQLite in production rather than PG or MySQL. As a long time RDBMS fan, I'm not sure how I feel about that.