Gerador de Nome de Usuário
Gere ideias de nome de usuário legíveis por tema e estilo de maiúscula.
🔒 Esta ferramenta funciona totalmente no seu navegador. Seus arquivos nunca são enviados a um servidor.
These are name ideas in a usable style — nothing here checks whether a username is actually free. Try your favourites on the site you want to join.
How it works
- Pick a theme and a casing style. Twelve ideas appear immediately.
- Optionally pick "Fit for platform" - fourteen platforms from Instagram to Roblox - and the length limit and casing options narrow to what that platform actually accepts.
- Set a maximum length, a start letter if you want one, and choose whether to end with a number or add your own word at the start or end.
- Turn on leetspeak or "Reverse word order" for a different look, if you want one.
- Click any name to copy it, or press "Generate more" for a fresh set.
- Try your shortlist on the site you actually want to register with - availability is not checked here.
How many names there are, and why they are unbiased
Each theme has twelve first words and twelve second words, so the combination count is straightforward:
per theme = 12 × 12 = 144 pairs with a two-digit number = 144 × 90 = 12,960 across five themes = 64,800 possible names
That is plenty for picking a handle, and small enough to stay readable - a generator with a million options mostly produces names nobody would want to type. Adding your own word swaps out the first half, which trades variety for something recognisably yours. Words are chosen with your browser's cryptographic random number generator, using rejection sampling so each word is equally likely. Taking a random byte modulo twelve would quietly favour the first four words in every list, because 256 is not a multiple of twelve - the same subtle bias the Dice Roller avoids, and the reason the code discards and redraws instead.
FAQ
Does it check whether a username is actually available?
No, and nothing that runs purely in your browser could - checking would mean querying each site's servers. These are ideas in a usable style; take your favourites to the site you want to join and try them there.
Why does it suggest a two-digit number rather than a longer one?
Because a short number reads as a deliberate choice while a long random run reads as a throwaway account. Two digits also add 90 variations to every word pair, which is usually enough to get past a name already being taken.
Can I build a name around my own name?
Yes - tick "Start with my name or word" and type it in. It is paired with a themed second word and styled to match, so you get something like asha-harbor rather than the usual asha1987.
Which casing style should I pick?
Lowercase is accepted almost everywhere and is the safest default. Underscores and hyphens are widely allowed but not universally - some sites reject one or the other - and camelCase or PascalCase suits sites that display names exactly as typed.
Why do I sometimes get fewer than twelve ideas?
The maximum length filters out anything too long, so a tight limit combined with a long custom word leaves few valid options. Raise the length limit or turn off the trailing number and the list fills up again.
Is anything about this sent anywhere?
No. The word lists ship with the page and the names are assembled in your browser, so nothing you type - including your own name if you use that option - is uploaded or logged.
Why did some casing styles disappear when I picked a platform?
Because they would not actually work there. Facebook and Pinterest reject hyphens, so kebab-case drops out; GitHub and LinkedIn reject underscores instead, so snake_case drops out; and Discord and Snapchat force every username to lowercase, so camelCase and PascalCase drop out too. The maximum length also tightens to that platform's real limit - 4 characters minimum on Twitch, for instance, or 50 characters on Facebook.
Is this generator free, and do I need an account?
Yes to both - it's free with no account, no email, and no limit on how many times you press "Generate more".
Can I get gamertag or gaming-style username ideas?
Yes - pick the "Gaming" theme, which pairs words in that style, then choose PascalCase or a trailing number to match the typical gamertag look. "Fit for platform" also covers Discord, Twitch and Roblox specifically.
Can I make a username that starts with a specific letter?
Yes - the "Start letter" dropdown filters every idea down to ones beginning with that letter. Combine it with a platform pick and the length and character rules for that platform still apply.
What does leetspeak do to my username?
It swaps a for 4, e for 3, i for 1, o for 0 and s for 5 in the finished name - for example shadowfox becomes 5h4d0wf0x. It's purely cosmetic and every platform allows digits, so it never breaks a platform's rules.
How is "Word position" different from "Reverse word order"?
Word position controls where your own word sits - start or end of the name - when "Start with my name or word" is on. Reverse word order instead swaps whichever two words the generator picked, with or without your own word involved, so you can flip "harbor-amber" into "amber-harbor" without retyping anything.
Which platforms does "Fit for platform" actually cover?
Instagram, X, TikTok, Discord, GitHub, Facebook, YouTube, Pinterest, Snapchat, Twitch, LinkedIn, Reddit, Telegram and Roblox - fourteen in total, each checked against that platform's own published username rules rather than a guess.
How we compare
| Feature | Online Tool Store | Ad-supported name generators | Thinking of one yourself |
|---|---|---|---|
| Readable names, not random characters | ✓ | Varies wildly | ✓ |
| Casing and length controls | ✓ | Rarely both | ✓ |
| Matches the real character rules across 14 platforms, from Instagram to Roblox | ✓ | Only some offer this, and rarely more than a handful | You'd have to check each platform's rules yourself |
| Start letter, word position, leetspeak and reverse-order controls | ✓ | Rare, usually a single one-off gimmick | All manual, letter by letter |
| Nothing you type is sent anywhere | ✓ | ✗ | ✓ |
| No ads or pop-ups | ✓ | ✗ | ✓ |
| Endless variety | 64,800+ combinations | Often larger, less readable | ✓ |
Useful when the name you wanted is taken and you have run out of ideas - you get a dozen readable options in a style that will pass most sign-up forms. It cannot tell you what is free, and it is honest about that rather than guessing; the shortlist is meant for you to try.