RAFT

Create and use default data

Seed sensible defaults so prototypes are quicker to test and demo.

Goal

Make your prototype usable without retyping everything every time.

Steps

  1. Decide which fields should have defaults.
  2. Add a default-data mechanism (seed on first load).
  3. Add a reset route/button.

Source inspiration: hippo-prototyping “how-to”.