What do you use for complex, stateful UI animations? (Lottie/Rive aren't cutting it for us)
Lottie is fantastic for simple loaders, and Rive is great for interactive icons. But when it comes to whole-app screens—like a complex credit card entry form with validation logic, 3D-like flips, and dynamic API data—these tools often fall short.
We're building ExodeUI to handle "Complex Application Logic" directly in the UI file. It has built-in LogicNodes and StateMachines, meaning the developer just feeds JSON data to the runtime, and the UI handles the entire interaction autonomously.
For the frontend engineers (and technical designers) here: How are you currently handling complex, multi-state UI animations that require logic and data binding? Are you hand-coding all of it in React/Framer Motion, or is there a better workflow we are missing?


Replies