Live · runs in your browser

Try fake live

Describe a few fields and generate realistic rows as JSON, CSV or SQL inserts. Same seed, same output — it runs the real lacspace-fake engine right in your browser.

Presets
Fields — name:generator, comma-separated
npx lacspace-fake --fields "id:autoincrement,name:fullName,email:email,age:int(18..65),active:bool" -n 5 -f json --seed 42

Runs client-side, capped at 200 rows here. Locally there's no cap, plus a JSON-schema file mode, 60+ generators and the list command.