Productivity2 June 2026· 4 min read· Nagy Rudolf

Naming Things: Usernames, Handles and Small Brands

The name you pick in five minutes will be typed by strangers for years. A short checklist keeps you from regretting it.

A handle is infrastructure. It appears in URLs, email addresses, invoices and search results, and changing it later breaks all of them. Ten minutes of care is cheap.

The checklist

  1. Pronounceable. If it cannot be said aloud on a phone call, it will be mistyped.
  2. No ambiguous characters. Avoid mixing l/I/1 and O/0. Avoid underscores where a hyphen would do; people forget which was used.
  3. Consistent everywhere. The same string on every platform is worth more than a slightly better name on one.
  4. Not tied to a moment. react_dev_2021 ages badly, as does anything containing a current employer or city.
  5. Legally clear. For anything commercial, search a trademark register before printing it.

Generating candidates

The username generator combines word pairs and patterns with adjustable length and style options so you can produce a shortlist quickly, and the random name generator is useful for characters, projects, test data and placeholder personas by category.

Generate thirty, discard twenty-five without thinking, then apply the checklist to the rest. Fluency of the first read is a reliable signal; if you had to look twice, so will everyone else.

Checking availability

Check the platforms you actually intend to use, plus the domain. A free tool cannot reserve anything — register the domain the moment you decide, because availability checks and registration are frequently minutes apart in a competitive space.

Test data, not real data

If you need names to populate a demo or a test database, generated names are the right answer; using real customer names in a staging environment is a data-protection incident waiting to happen. Pair generated names with lorem ipsum text for realistic-looking mock content.

FAQ

Numbers or no numbers? Avoid them unless they are meaningful; appended digits read as a second-choice name.

How long should a handle be? Under 15 characters keeps it usable everywhere.

Are generated names unique? No — always verify availability before committing.

Keep reading