Lightweight Data Generator

Browser-native localized CSV generation. Create realistic relational data securely on your machine with zero server bloat.

Data Generator

Browser-based CSV Test Data Generator. Create realistic, localized relational data securely on your machine.

Chaos Mode (Edge-Case Injection): Stop testing only the 'happy path'. Enabling Chaos Mode intentionally corrupts 10% of your dataset with known software-breaking edge cases, including:
  • Zalgo / Unicode text to test UI overflows.
  • SQL Injection strings (e.g., ' OR 1=1 --) to test sanitization.
  • Null bytes, 150+ character strings, and invalid date formats (Feb 29th on non-leap years).
  • Empty mandatory fields and Emoji-heavy strings.
Reveal UI crashes and unhandled backend exceptions before your users do.

Dynamic Attributes ⚡

You can now select exactly which columns to include in your CSV payload.

Data generation is intelligently correlated. For example, the chosen Email will probabilistically match the generated First Name and Last Name for that single row!

How it works ✨

Your data is generated entirely in the browser using @faker-js/faker. No data is sent to our servers, ensuring complete privacy.

We prepend a UTF-8 BOM and construct a JavaScript Blob from the elements to securely trigger an automatic, multi-lingual Excel-safe CSV download.