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
- Decide which fields should have defaults.
- Add a default-data mechanism (seed on first load).
- Add a reset route/button.
Source inspiration: hippo-prototyping “how-to”.