How to use Dummy REST
- 1. Pick a collection. users, products, orders, posts.
- 2. Regenerate. IDs stay simple integers/skus.
- 3. Download. Wire into MSW later.
- 4. Types. JSON → TypeScript loves this output.
About this tool
Front-end work often blocks on the backend. A boring JSON collection unblocks forms, tables, and empty states without a mock server.
Shape
Relational-ish ids. Not a database.
Stability
Regenerate resets data. Commit a snapshot if tests need frozen fixtures.
Code examples
user
{ "id": 1, "email": "…" }