Small tools that do one thing

Test data and quick checks for people who build software. No sign-up, no upload, no waiting.

How these tools work

Every tool here runs as JavaScript inside your browser. There is no backend that processes what you type, because there is no backend at all — the pages are static files served from a CDN. Whatever you generate or paste stays on your machine, and closing the tab is all it takes to be rid of it.

That architecture is a deliberate constraint rather than a shortcut. A tool that never receives your data cannot leak it, cannot be subpoenaed for it, and cannot quietly start logging it after an acquisition. When a page here says nothing is uploaded, you can confirm it yourself by opening your browser's network tab and watching for requests that never arrive.

Why they are small

A page here is typically under 15 KB compressed, loads in three requests, and works offline once it has loaded. There is no framework, no icon library, no web font, and no analytics script. The tool appears at the top of the page and works on the first click, without an interstitial, a cookie wall you have to fight, or four paragraphs of preamble before the button.

The reason is straightforward: most people arrive at a tool like this from a search result, in the middle of doing something else. They want one number, or one answer, and then they want to get back to work. A page that takes four seconds to become interactive has already failed at that, however good it looks once it settles.

Who they are for

  • Developers building or testing anything that stores identifiers, who need realistic values that belong to nobody.
  • QA engineers filling fixtures, seeding staging environments, and probing validation logic with edge cases.
  • Support and operations staff who need to check whether a number a customer read out over the phone is even well formed before escalating.

The writing on each tool assumes you already know your domain. There is background material on every page for the times you want it, but it sits below the tool, never in front of it.

What we do not do

We do not collect what you type, run analytics, set cookies, or ask for an email address. There is no advertising and no third-party script of any kind, so nobody else learns about your visit either. The privacy policy states that plainly instead of burying it.

We also do not build tools whose purpose is deception. The test data generated here is structurally valid so that your validation code behaves realistically — it is not registered to anything, it will not pass a lookup against a real registry, and presenting it as genuine is prohibited by the terms of use. That line is drawn deliberately, and it decides what gets built here and what does not.

New tools

Tools are added occasionally, when there is something worth adding and something worth writing about it. Each one gets the same treatment as the first: it runs in your browser, it loads fast, and it comes with a proper explanation for the people who want one. If there is something you keep needing and cannot find a decent version of, the contact page is the place to say so.