hey folks! I showed this briefly yesterday on our Flights launch webinar but in case it's interesting, I built an app to integrate satellite imagery, radar data, and time series forecasts to predict snowmelt in Washington. Uses Flights, Vercel (nextjs) and Modal to and is a pretty cool example (IMO) of what Flights can do!
I'm using a GitHub action to deploy Flights changes from the repo using the MD_UPDATE_FLIGHT() function, which connects to my MotherDuck account with a GitHub secret. We definitely want to make git integration easier for folks, but this is a nice pattern in the meantime.
demo: https://snowmelt-app.vercel.app/
repo: https://github.com/garrett-obrien/snowmelt-app