Launching today

Revyl
The mobile source of truth
23 followers
The mobile source of truth
23 followers
Revyl gives mobile teams full observability into how their app actually behaves on live cloud devices. Step-level execution traces, performance data (CPU, memory, FPS), a complete network waterfall, and state and file-system diffing across every run. Atlas auto-maps every screen and flow in your app, and revyl dev brings hot reload and device control into your dev loop.




Hey Product Hunt๐,
Revyl is the mobile source of truth.
There are 3 main parts of revyl:
- The platform captures the full run so you see why something failed
- CLI allows you (or your coding agent) to drive cloud device from terminal
- Atlas auto-maps every screen and flow in your app, a live source of truth instead of a stale diagram
Would love your feedback from anyone shipping mobile.
The report is what makes this interesting to me. For mobile E2E, I care less about a bare pass/fail and more about seeing why a run failed. When writing natural-language steps, how specific should they be to avoid brittleness across small UI changes?
Driving real cloud devices from the CLI is the part that stands out to me. It feels especially useful for mobile teams trying to bring testing closer to the dev loop. How does it fit into CI today?
the file-system diffing across runs is the bit i haven't seen anywhere else - catching state that quietly accumulates between sessions is genuinely hard to debug otherwise. combining that with the full network waterfall on cloud devices is a strong combo for the 'only happens in prod' class of mobile bugs