Type your name, pick a genre, and this tool debuts you as a fully formed pop persona, complete with a stage name, a debut single, a fanbase, and a five-stat trading card. There is no science here. It is a name generator with delusions of grandeur, and it leans into that on purpose.
How the Generator Works
Your name and chosen genre get fed into a seeded random generator, the same trick games use so a save file always loads the same world. That means your name plus a genre always produces the same debut persona on the first try, which is a small, pointless bit of consistency that makes the result feel a little more like "yours" instead of totally arbitrary. Hit reroll and the seed shifts, giving you a fresh persona in the same genre, endlessly, for whenever the first one doesn't hit right.
The Technical Bit: Hash, Seed, Persona
For anyone curious what "seeded" actually means here: your name and genre get run through a hashing function (a variant of the FNV-1a algorithm, the same family of fast, simple hash functions used in a lot of hobby game development) that turns the text into a single 32-bit number. That number feeds a pseudorandom number generator called mulberry32, a small, fast algorithm popular in browser-based tools specifically because it needs no external library and produces a clean, evenly distributed stream of numbers from a single starting seed. Every stage name, single title, fanbase name, and stat value your persona gets is pulled from that same seeded stream in a fixed order, which is why identical inputs always produce an identical first result: the math genuinely cannot produce a different answer from the same starting seed. Hitting reroll adds a counter (a "nonce") into the hash input, which changes the seed entirely and gives you a new, unrelated draw.
The Six Genres
Each genre pulls from its own bank of syllables, names, and vibes, so a K-Pop Idol run and an 80s Glam Rock-Pop run of the exact same name will come out looking nothing alike. K-Pop Idol favors clean, mononym-style stage names built the way real idol names are, two syllables smashed into one word, echoing how actual Korean idol stage names are frequently shortened or stylized versions of a trainee's birth name. 80s Glam Rock-Pop and Boy Band Heartthrob lean into two-word names with a hard consonant, the kind that sound good shouted from an arena floor, in the spirit of the larger-than-life stage personas that defined hair metal and the boy-band harmony groups of the late 1990s and early 2000s. Y2K Pop Princess goes bubblegum and playful, pulling from the sugary, mall-pop aesthetic of that era's biggest solo acts. Pop EDM DJ smashes two words together with zero spaces, the way a lot of real producer aliases work, a naming convention that traces back to early electronic music culture where DJs needed a single, brandable word that worked on a flyer or a SoundCloud handle. Dreamy Indie Pop pulls from plant and nature words, because that genre is contractually required to reference moss, birch, or a meadow at some point, a deliberate nod to how much of 2010s indie folk leaned on pastoral, hand-drawn imagery.
What the Stats Actually Mean
Nothing, technically. Vocals, Stage Presence, Fashion, Fanbase Loyalty, and Chart Power are five randomly generated whole numbers between 42 and 99, averaged into an overall Stan Score, which then decides your rarity tier: Common Debut, Rare Act, Legendary Icon, or the top tier, Iconic Legend. It is exactly as scientific as it sounds, which is to say not even a little. Think of it as a trading card stat block for a persona that exists for about thirty seconds. The floor of 42 exists so nobody debuts with an embarrassing single-digit stat, and the ceiling of 99 (rather than a clean 100) is a small, deliberate nod to trading-card and gacha-game conventions, where a perfect round number is reserved for something rarer than a first roll.
Why Iconic Legend Is So Rare
The four rarity tiers are not evenly likely, and that is a direct, provable consequence of averaging five independent random numbers instead of using just one. A single stat rolled between 42 and 99 has a real, non-trivial chance of landing anywhere in that range, including near the top. But the Stan Score is the average of five separate rolls, and averaging pulls results toward the middle of the range the same way flipping five coins is far more likely to land close to a 2-3 or 3-2 split than all five landing heads. Running the exact scoring logic used in this generator across two hundred thousand simulated persona draws puts Common Debut at roughly 7 percent of results, Rare Act at roughly 61 percent (by far the most common outcome), Legendary Icon at roughly 32 percent, and Iconic Legend at under 1 percent. That last tier being genuinely rare, not just rare-sounding, is what makes actually landing on it feel earned instead of handed out.
How to Use This Generator
Typing your real name is optional, it just makes the result feel personalized and repeatable. Pick one of the six genres, hit generate, and read your card: stage name, debut single title, fanbase name, chart debut position, and your five stats. Don't love it? Hit reroll for a new take in the same genre, or switch genres entirely for a completely different persona.
Frequently Asked Questions
Will I get the same name every time?+
The same name and genre combination gives you the same result the first time, since the generator is seeded rather than fully random. Hitting reroll changes the seed, so you'll get a new persona each time after that.
Is my name stored anywhere?+
No. Your name only exists in your browser while you're using the tool, and it's used purely to seed the random generator on your device. Nothing is sent anywhere or saved.
Can I get a K-Pop name and a Boy Band name for the same person?+
Yes, switching genres with the same name typed in generates a completely different persona, since each genre pulls from its own separate name bank and style.
Why do I keep getting Rare Act instead of a higher tier?+
Because it is the single most likely outcome by design. Averaging five separate random rolls concentrates results in the middle of the possible range, and Rare Act covers the widest, most central slice of that range, roughly 61 percent of all outcomes based on simulating the exact scoring logic. Landing outside it, in either direction, is the less common case.
Does leaving the name field blank change anything?+
The seed still needs some input to hash, so an empty name is treated as its own valid seed value alongside your genre choice and the reroll counter. You will still get a consistent, repeatable persona, it just will not be tied to your specific name the way a filled-in field is.
It's a silly generator, and it knows it.
No formula here is trying to teach you anything, it's just trying to make you laugh at your own stage name for a second. Mission accomplished if it did.
Go be Iconic. Reroll if you weren't.