Fake Twitter/X Profile Generator

Fictional social profile data for UI mockups

Ad placeholder (leaderboard)

When you are designing a social feed, profile card, or follow button, real account data is awkward to use and placeholder lorem ipsum looks fake. This generator produces believable but entirely fictional Twitter/X-style profile data so your mockups read like the real thing.

How it works

A seed string is hashed into a 32-bit number that drives a small deterministic pseudo-random generator (mulberry32). That generator picks a first and last name, builds a handle, assembles a bio from a role plus a tail phrase, and rolls realistic follower, following, and post counts:

followers ≈ random 80 … 90,000
posts     ≈ random 12 … 25,000
joined    ≈ random month, year 2009 … 2024

Because the same seed always hashes to the same number, the same seed always reproduces the same profile — ideal for consistent screenshots.

Tips and notes

Use a stable seed such as demo-user-1 when you need the identical profile to reappear across a set of mockup frames. The avatar seed is the generated handle, fed to the public DiceBear avatar service to produce a matching illustrated face. Everything is fabricated locally from bundled word lists — never use a generated profile to impersonate a real person or to mislead anyone, as that breaks platform rules and can be unlawful.

Ad placeholder (rectangle)