NuxFly - NuxtHub-level simplicity for deploying Nuxt to Fly.io

Personally, I love the concept of NuxtHub but wasn’t a huge fan of the Cloudflare ecosystem for some projects where I wanted long-running processes, ability to SSH into a console, and avoid any of the other quirks you get with Cloudflare Workers. This project allows you to bootstrap your Nuxt project into a Fly.io app with extreme simplicity geared towards small to medium sized projects - it creates a volume for SQLite, creates Tigris buckets, sets all Fly Secrets, configures Litestream, and on reboot it handles Drizzle migrations and does auto-restore from the continuous backup. You can use it just once to generate the deployment files and then manage them yourself, or continue to use the CLI to wrap flyctl for convenience.