App · Routing & model choice
noflow.casungo.workers.dev
Instead of wiring every button to a specific screen, you register the components your app can show.
Open noflow.casungo.workers.dev ↗How builders describe it
Instead of wiring every button to a specific screen, you register the components your app can show. When someone clicks, Jev gets the button text, surrounding content, and app state, then picks what to show next. Change "Buy Pro" to "Compare plans" and that wording can change the behavior without…
The decision Jev makes
Pick an agent, a model, a skill from a catalog, or a function and its arguments.
Where it fits
Deciding which agent, model, skill or function should handle a request. Jev is a natural router: the options are fixed and the confidence tells you when to fall back. All 161 routing & model choice projects →