A free, open-source suite of developer utility tools — built for the developer community.
Toolpad is a free collection of browser-based developer utility tools. Every tool runs in your browser — no account needed, no data stored, no limits. If you prefer programmatic access, we also provide a free REST API.
We currently offer three categories of tools:
Every developer needs test data. Writing scripts to generate fake data takes time and the output is often unrealistic. Tools like Mockaroo are great but have row limits and require accounts for bulk generation. We wanted to build something completely free, fast, and available via API — so developers can generate what they need without friction.
The core data generation library (@toolpad/core) is open source and available on GitHub. You can install it directly in your Node.js project, use it in CI pipelines, or contribute new generators. All algorithms (Luhn, MOD-97, RFC 4122, MCC-MNC tables) are implemented from scratch with full test coverage.
All data generated by Toolpad is entirely fictional and intended for software testing and development purposes only. Generated credit card numbers, IBANs, IMEIs, and personal data are not real and must never be used for fraudulent, deceptive, or illegal activities. Any misuse is strictly the responsibility of the user.
Questions, bug reports, or feature requests: [email protected]
GitHub: github.com/toolpad-in