About NickPick.io

NickPick.io is a free nickname generator. You choose a style, a mood and a theme, and it hands you names that fit, ready to copy into Discord, Twitch, Steam or wherever you need one. There are no accounts, no sign-up and no limit on how many names you can generate.

Who makes it

The site is built and run by Pavel Volkov, a software engineer who makes small, focused web tools. It is a one-person project: the same person writes the code, curates the pool of names and answers the mail. Other projects by the author are listed at the bottom of this page.

How the pool of names is built

Most nickname generators glue an adjective to a noun at request time. NickPick.io does not assemble anything when you click. The names were generated in advance with large language models, in batches, one language at a time: English, Russian, Portuguese and Spanish each have their own pool, written with that language's sounds and slang in mind rather than translated from English.

Each name was then tagged by style, vibe and theme, so that a request for an aggressive gaming name with a weapons theme is a filter over the pool, not a roll of the dice. Duplicates and near-duplicates were removed. As of September 2026 the pool holds more than 650,000 English names, 370,000 Russian, 87,000 Portuguese and 85,000 Spanish.

The text on the collection pages was written with the help of language models too, and edited afterwards; the numbers in it are checked against the database. If you find a sentence that is wrong, the contact page says where to send it.

How the collections work

Every collection page, whether a style, a theme or a pair of them, shows a list drawn from the same pool. The list is fixed for a calendar day and rotates at midnight UTC, so a page you bookmark today shows a different cut tomorrow, and the regenerate button pulls a fresh sample at any time. A collection is only linked from the site and offered to search engines when it has names to show in your language.

What the site does not do

  • It does not ask you to register or to give an email address.
  • It does not sell data. The anonymous usage statistics it keeps are described in the privacy policy.
  • Your favorites stay in your browser's local storage; we cannot see the list.
  • It does not check whether a name is free on a platform. Only the platform's sign-up form can.
  • It does not place paid links inside collections or articles. To stay free, the site may show advertising, marked as such.

Corrections and removals

The names are generated and not tied to real people, but if one matches your name or trademark, or reads as offensive in your language, write to hello@nickpick.io with the exact name and the page you saw it on. Such entries are removed from the pool once checked. The contact page lists the other things worth writing about.

Technology

Laravel and PostgreSQL behind, plain JavaScript in front. The generator runs a single indexed query, which is why results appear without a loading screen.

More projects by the author