Random User Profile Generator
Builds a single random profile from curated name, street, city, and company pools. Useful when you need filler content for a UI mockup, an avatar card, a form prefill demo, or a quick test seed for your dev database. Everything happens locally; the profile is not based on any real person.
- NameKevin Zhang
- Usernamekevin.zhang
- Emailkevin.zhang@example.com
- Phone+44 26 3944 9011
- Birth2005-09-24 (age: 20)
- Street8495 Sunrise Blvd
- CityParis
- CompanyMassive Dynamic
Everything is fake. Emails use example.com, the IANA test domain — they never reach a real person.
How to use
- Hit Generate to get a fresh profile.
- Copy individual fields or copy the whole card with the bulk-copy button.
- Refresh until something fits — names, cities, and companies are drawn from a wide pool.
Frequently asked questions
- Are these real people?
- No — every field is generated from public-domain wordlists. Email addresses use `example.com`, the IANA-reserved test domain, so they can never reach a real inbox.
- What is the date of birth based on?
- A uniform random year between 1960 and 2005, plus a random month and day. Age is calculated against the current date. There's no skew toward any age bracket — that suits placeholder use better than realistic demographic distributions.
- Why these specific phone formats?
- The four templates cover the most common consumer formats — US `+1 (xxx) xxx-xxxx`, UK `+44 xx xxxx xxxx`, Japan `+81 xx-xxxx-xxxx`, Korea `+82 10-xxxx-xxxx`. None of the generated numbers can be assumed to be assigned.
Related tools
Mock Data Generator
Generate realistic fake records for testing — names, emails, dates, IDs, lorem — exported as JSON, CSV, or SQL INSERTs.
Random IP & MAC Generator
Generate batches of random IPv4, IPv6, or MAC addresses for tests and mocks — public / private / ULA / link-local / UAA / LAA scopes supported.
Nickname Generator
Generate Docker-style memorable nicknames (`elegant-archimedes`, `funny-curie`) — pick a style, separator, count. Useful for test data, anonymous handles, container/branch names.
Lorem Picsum URL Builder
Build placeholder image URLs from picsum.photos — set dimensions, grayscale, blur, a seed for stable images, or a specific image ID.
Password Generator
Generate strong, random passwords that never leave your browser.
Random Number Generator
Generate cryptographically random numbers in any range — with or without duplicates, optionally sorted.