{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.266Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"fake-data-generator","name":"Fake Data Generator","description":"Generate realistic-looking fake people data — names, emails, phones, addresses — for seeding databases, designing UIs and writing tests.","longDescription":"Produce believable but synthetic personal data — names, emails, phone numbers, street addresses, dates of birth, companies — in any of 4 locales (English, Spanish, French, German). Useful for seeding a database, populating an empty-state UI, screenshotting a dashboard with realistic-looking content, or generating test fixtures. Supply a seed string to get reproducible output (same seed = same dataset every time). Output is shown as JSON and as a pipe-delimited table.","category":"text","categoryName":"Text & Encoding","keywords":["fake data generator","fake names generator","fake users generator","test data generator","seed data generator","fake email generator","fake address generator","fake phone number generator","mock data generator","lorem person generator","ui placeholder data","json fake data","test user generator","fake profile generator","dummy data generator"],"badge":"Generator","url":"https://toolsly.tools/fake-data-generator","inputs":[{"type":"number","key":"count","label":"How many records","defaultValue":10,"min":1,"max":200,"step":1},{"type":"select","key":"locale","label":"Locale","defaultValue":"en","choices":[{"value":"en","label":"English (US)"},{"value":"es","label":"Spanish"},{"value":"fr","label":"French"},{"value":"de","label":"German"}]},{"type":"select","key":"fields","label":"Fields","defaultValue":"all","choices":[{"value":"all","label":"All — name, email, phone, address, dob, company"},{"value":"minimal","label":"Minimal — name and email only"},{"value":"contact","label":"Contact — name, email, phone"},{"value":"address","label":"Address — name, street, city, state, zip, country"}]},{"type":"text","key":"seed","label":"Seed (optional — reproducible output)","defaultValue":"","placeholder":"any string"}],"outputs":[{"key":"json","label":"JSON (one record per line)","multiline":true},{"key":"table","label":"Table","multiline":true},{"key":"summary","label":"Summary"}],"invocation":{"webUi":"https://toolsly.tools/fake-data-generator","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}