I turned a Rive file into an iOS + Android app without writing any code
I took a finished Rive project with Data Binding and responsive layouts and tried turning it into a mobile app without writing the integration code myself.
I used Cursor, basically described what I wanted, and let it handle the technical side. It ended up using Flutter, setting up the Rive runtime, running the app in a simulator, and eventually connecting it to a real weather service.
I expected the integration part to be much more complicated than it was.
I made a short tutorial showing the whole workflow here:
https://www.youtube.com/watch?v=kVaWSQIo0ok
I also included the prompt template I used in case anyone wants to try it with their own Rive project.
I originally built this project for my Rive Masterclass, so it ended up being a pretty good test case for a more advanced Rive setup.