RevTree

Simulate a journey for different types of users

Use branching logic and seeded data to represent different user types.

Goal

Represent user segmentation (roles, eligibility, needs) inside a prototype.

Steps

  1. Define 2–3 user types.
  2. Add an entry point to select a type (or infer via data).
  3. Branch the journey with routing logic.
  4. Add a clear reset mechanism.

Notes

Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/62