Small decisions. Interesting possibilities.Submit a project / videoSubmit

JevForm

A form changes its next question dynamically instead of relying on a large fixed if/then tree.

Added to Jevfast

How it uses Jev

Judges what to ask next after each answer; json-render supplies the interface and XState manages form state.

Why it's interesting

Uses typed choices to simplify branching forms while leaving rendering and state transitions to explicit tools.

How often does Jev run?

This project calls Jev on demand, in response to user input or events.