Generators
Password, UUID, random number, placeholder text and sample data generators for testing and everyday use.
30 tools · all free, all run in your browser
Avatar Generator
Create a simple initials-based avatar image with a custom background colour — perfect for placeholder profile pictures.
Open toolBarcode Generator
Generate a scannable Code 128, EAN-13, UPC-A or Code 39 barcode from any text or number.
Open toolBusiness Name Generator
Brainstorm startup and business names by combining a keyword with common prefixes, suffixes and industry words.
Open toolCoin Flip
Flip one or many virtual coins and see the tally of heads versus tails.
Open toolCorporate Job Title Generator
Generate absurdly impressive-sounding corporate job titles by combining buzzwords — for fun, icebreakers or a laugh.
Open toolDice Roller
Roll one or more dice — d4 to d100 — and get the total, average and every individual result.
Open toolEmail Signature Generator
Build a clean, table-based HTML email signature with your name, title and contact details — ready to paste into Gmail or Outlook.
Open toolFake Address Generator
Generate plausible fake street addresses for US, UK or Indian formats to test forms and databases.
Open toolFake Credit Card Number Generator
Generate Luhn-valid, correctly formatted test card numbers for Visa, Mastercard, Amex and Discover — for testing forms only.
Open toolFake Name Generator
Create batches of realistic-looking fake names with emails and phone numbers for testing and demos.
Open toolInvoice Generator
Create a professional invoice with line items, tax and totals, then download it as a ready-to-print HTML file.
Open toolLorem Ipsum Generator
Produce placeholder text by paragraph, sentence or word count for mockups and layout testing.
Open toolMAC Address Generator
Generate random MAC addresses in any common format, with an option to mark them as locally administered.
Open toolPassphrase Generator
Build a memorable, high-entropy passphrase from random dictionary words — the Diceware approach to passwords.
Open toolPassword Generator
Build strong, random passwords with full control over length, character sets and ambiguous characters.
Open toolPIN / OTP Code Generator
Generate random numeric PINs or one-time passcodes of any length, for testing 2FA flows or setting a new PIN.
Open toolPlaceholder Image Generator
Create a solid-colour placeholder image at any size, with custom text and colours, for mockups and layout testing.
Open toolQR Code Generator
Turn a URL, some text or Wi-Fi details into a downloadable QR code — free, with no watermark.
Open toolRandom Choice Picker
Pick one or more random winners from a list — for raffles, giveaways or breaking a tie.
Open toolRandom Color Generator
Generate random colours as swatches with hex, RGB and HSL values, tuned for light or vivid palettes.
Open toolRandom Date Generator
Draw random dates from any date range, with an option to skip weekends and avoid repeats.
Open toolRandom Emoji Generator
Pick one or many random emoji from a curated set — for messages, brainstorming or picking an icon.
Open toolRandom IP Address Generator
Generate random IPv4 or IPv6 addresses for testing network tools, log samples and documentation.
Open toolRandom Number Generator
Draw random numbers in any range, as whole numbers or decimals, with optional no-repeat picking.
Open toolRandom String Generator
Generate random strings from a chosen alphabet — hex, alphanumeric, letters or digits — with an optional prefix.
Open toolRandom Team Generator
Split a list of names into a set number of balanced, randomly shuffled teams.
Open toolRandom Username Generator
Generate available-sounding usernames by combining adjectives, nouns and numbers.
Open toolStrong Password Checker
Score a password on length, character variety and common weak patterns, entirely in your browser.
Open toolUTM Campaign Link Builder
Build a tagged campaign URL with UTM parameters for tracking in Google Analytics and similar tools.
Open toolUUID Generator
Generate batches of RFC 4122 version 4 UUIDs, optionally in uppercase.
Open toolGenerators produce the filler and the identifiers that development, testing and everyday admin constantly need: a strong password for a new account, a batch of UUIDs for seed data, placeholder paragraphs for a layout, or a set of plausible-looking names and addresses to populate a staging database. Each generator lets you control quantity and format, and produces a fresh batch on demand so you are never stuck with a single example.
What makes a password strong
Strength comes overwhelmingly from length. Each additional character multiplies the search space, so a long passphrase drawn from a large alphabet beats a short string peppered with substitutions. The old advice to replace letters with lookalike symbols adds very little, because attackers' wordlists already include those substitutions. What genuinely helps is length, uniqueness across sites, and a password manager so you never have to remember any of them.
Identifiers and collisions
A version 4 UUID carries 122 random bits, with the remaining six fixed to mark the version and variant. That yields roughly 5.3 undecillion possibilities, which is why applications treat a random collision as effectively impossible and generate UUIDs client-side without coordinating with a central authority. This makes them well suited to distributed systems, offline-first apps and merging records from separate sources.
Test data should look fake
Generated names and addresses here are deliberately fictional and are meant for filling forms, seeding staging environments and testing layouts against realistic-looking strings. They are not real people or deliverable addresses. Using obviously synthetic data in test environments is also a safety measure: it prevents real personal data from leaking into systems that are not built to protect it.