Create and use realistic data in a prototype
Use realistic example data to make prototypes credible and easier to test.
Goal
Avoid placeholder lorem ipsum and make your prototype behave like a real service.
Steps
- Decide what data matters (names, addresses, reference numbers, etc.).
- Create fixtures (JSON or simple constants).
- Render the fixtures in the UI.
- Add a reset route.
Notes
Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/58