Why generate mock data locally?
UI demos, API stubs, and QA scripts need realistic sample records without hitting production databases or third-party mock APIs.
stbox runs @faker-js/faker in your browser. Paste a JSON template with {{module.method}} placeholders, choose a count, and export JSON or CSV — nothing is uploaded.
How to use this tool
- Pick a preset or edit the JSON template with {{person.fullName}}-style tokens.
- Set count (1–1000) and optional seed, then Generate JSON.
- Copy JSON or Export CSV for spreadsheets and fixtures.
Frequently asked questions
Is Faker running on a server?
No. @faker-js/faker is bundled and executed entirely in the browser.
Can I reproduce the same dataset?
Yes — set a numeric seed before generating to get deterministic output for that session.