Generators
Generate codes, passwords, UUIDs, dummy content and more.
Generators directory
QR Code Generator
Generate QR codes for any text or URL — download as PNG.
QR Code Scanner
Live camera + image-file QR decoder via jsQR, with scan history.
WiFi QR Code Generator
Create scannable WiFi QR codes and printable cards — guests join in one tap.
Barcode Generator
EAN, UPC, Code 128, Code 39, ITF and 9 more — SVG and 2× PNG.
UUID Generator
Generate v1, v4, v6 and v7 UUIDs in bulk — validate any UUID instantly.
Lorem Ipsum Generator
Generate placeholder text in 6 styles — classic, tech, startup, marketing, minimal or funny.
Fake Address Generator
Generate realistic fake addresses, names, phones and emails from 10 countries.
Fake Name Generator
Generate realistic fake identities from 11 cultures — names, usernames, emails, jobs and more.
Username Generator
Generate 10 styles of usernames — gaming, aesthetic, professional, brandable and more.
Password Generator
Create strong, secure passwords in 6 modes — with live entropy and crack-time analysis.
OTP Generator
Generate secure one-time codes — numeric, alphanumeric, PIN, verification or backup recovery.
Audio Volume Booster
Boost MP3, WAV and OGG audio volume safely — with live waveform, A/B preview and clipping warnings.
White Noise Generator
Mix calming sounds for sleep, focus and meditation — 14 sounds, presets and a sleep timer.
Random Color Generator
Generate beautiful random palettes, gradients and design-ready colors with live UI preview.
Coin Flip Simulator
Flip a realistic 3D coin with stats, streaks and decision modes.
Bingo Card Generator
Create custom printable bingo cards with 9 themes, a live caller and bulk export.
Spin Wheel Generator
Build a customizable spinning wheel with 10 themes, elimination mode and a winner reveal.
Decision Maker Wheel
Can't decide? Spin the wheel — with 10 ready-made templates and a winner reveal.
Lucky Draw Generator
Run fair lucky draws with a slot-machine reveal, multi-winner podium and templates.
Random Emoji Generator
Generate random emojis, aesthetic packs and themed combos for bios, chats and socials.
Random Fact Generator
Discover surprising facts across 18 categories — with a daily fact, search and favorites.
Random Joke Generator
Laugh on demand — clean jokes across 15 categories with reactions, a daily joke and favorites.
Random Quote Generator
Inspiring quotes across 12 categories — filter by author, export aesthetic images, save favorites.
Calendar Generator
Generate printable calendars for any year or month.
Horoscope Generator
Daily, weekly and monthly horoscopes by sign.
Random Password Phrase Generator
XKCD-style passphrases with live entropy from a 1646-word list.
Email Signature Generator
Table-based HTML with inline styles, rich-paste for Gmail / Outlook.
Disposable Password Generator
Generate fresh, copy once, auto-clear from the screen.
Favicon Generator from Text
Letter / emoji favicon with auto-fit, 9 PNG sizes and a hand-rolled .ico.
MAC Address Generator
Random or 12 vendor-OUI MACs with proper U/L + I/G bits.
VCard Generator
RFC 2426 vCard 3.0 with QR scan-to-add for iOS / Android.
Digital Business Card Creator
Standalone HTML card with embedded .vcf — host anywhere.
QR Menu Generator for Restaurants
Standalone HTML menu + QR — host on Netlify Drop or your CDN.
Temporary Email Generator
Disposable inbox via mail.tm — read mail in your browser, no signup.
AI Prompt Enhancer
Rewrite vague prompts into clear, effective ones — offline.
Generators for passwords, IDs, codes and dummy data
Generators answer a question that comes up constantly across very different kinds of work: 'I need a bunch of this — give it to me now.' Sometimes the 'this' is security-critical, like a strong password or a random token. Sometimes it is structural, like a UUID or a set of unique identifiers. And sometimes it is filler, like a page of placeholder text, a list of fake names, or sample addresses to populate a design or a test database. The tools in this category produce all of it on demand, with the right properties for the job and without you having to invent anything by hand.
The common thread is randomness done correctly. Humans are famously bad at being random — we reuse patterns, favor certain digits, and create passwords that look complex but are easy to guess. A good generator uses proper randomness so the output is genuinely unpredictable where it needs to be, and genuinely varied where it needs to look realistic. Everything here runs in your browser, which is especially important for the security-sensitive generators: a password or key produced locally is never transmitted, so it is yours alone from the moment it exists.
What you can generate
The category divides naturally into a few purposes. Security generators produce strong passwords, passphrases, one-time codes and random tokens, with controls over length and character composition so you can meet any service's rules. Identifier generators create UUIDs and other unique IDs for use as database keys, correlation IDs, and anywhere you need a value that will not collide with another. Placeholder generators produce lorem ipsum text, fake names, addresses, and other dummy content for mockups, demos and tests, so you can fill a layout with realistic-looking material before the real content exists.
There are also creative and utility generators — random numbers and picks for raffles and decisions, sample data for spreadsheets and forms, and codes for specific formats. What unites them is that each takes a few simple parameters and returns ready-to-use output, often in bulk, with a one-click copy. Instead of cobbling together a script or repeatedly mashing the keyboard, you describe what you want and get exactly that.
- Creating a strong, unique password that satisfies a site's length and character rules.
- Generating one or many UUIDs for database keys or test fixtures.
- Producing placeholder text to fill a design mockup before real copy arrives.
- Making lists of fake names and addresses to populate a demo or test database.
- Generating one-time codes or random tokens for testing an auth flow.
- Picking a random number or winner for a draw, decision or sample.
Frequent generator jobs:
Why strong, random passwords matter
The single most effective thing most people can do for their online security is to use a long, random, unique password for every account — and that is exactly what humans cannot do unaided. We reuse the same few passwords everywhere, base them on memorable words and dates, and substitute predictable characters that attackers' tools already account for. When one of those reused passwords leaks in a breach, every account that shares it is suddenly exposed. A password generator breaks the cycle by producing a value with no pattern, no dictionary word, and enough length that brute-forcing it is computationally hopeless.
Length matters more than complexity: a long passphrase of random words can be both stronger and easier to handle than a short string of symbols. The generators here let you choose, so you can match a service's specific requirements — minimum length, required character classes, banned symbols — while still getting genuine randomness. Crucially, because generation happens in your browser, the password exists only on your device; nothing about it is sent across the network, which is the only safe way to create a credential you intend to keep.
Identifiers and why uniqueness is hard
When a system needs to label things — rows in a database, events in a log, files in a bucket — it needs labels that never collide, even when many parts of the system are creating them at once without coordinating. UUIDs solve this with values so large and so random that the chance of two ever matching is negligible for any realistic workload. Generating them by hand is impossible and writing the code to do it is a small distraction, so a generator that produces valid UUIDs on demand, singly or in batches, is a genuine time-saver during development and testing.
The same need for guaranteed uniqueness shows up in tokens, slugs and reference codes. A generator that understands the format you need — the right length, the right character set, the right structure — lets you produce conforming values instantly instead of risking a malformed one. For testing especially, being able to generate a hundred unique records in a second turns a tedious setup chore into a non-event.
Realistic placeholder data
Designing and testing with empty fields or 'asdf' everywhere hides problems that only appear with realistic content: names that are longer than the layout expects, addresses that wrap awkwardly, text that pushes a button off-screen. Placeholder generators produce believable filler — proper-looking names, plausible addresses, natural-reading lorem text of a chosen length — so your mockup or test reflects how the real thing will behave. Because the data is fake by construction, you can use it freely without any privacy concern, and because it is generated fresh each time, you can produce as much variety as you need to stress-test a design or seed a database.
Choosing length and character sets that fit the rules
Not every generated value can be a free-for-all of random characters — the system receiving it usually has rules. A password field may demand at least one uppercase letter, one digit and one symbol while forbidding spaces. A coupon code might need to be exactly eight uppercase letters. A token may have to avoid characters that are easy to confuse, like the letter O and the number zero, because a human will read it aloud or type it from a screen. Generating a value that ignores these rules just means doing the work twice.
The generators here expose the parameters that matter so the output conforms on the first try. You set the length, choose which character classes to include, and let the tool guarantee the result satisfies the requirements while still being random within them. That combination — random where it can be, constrained where it must be — is exactly what produces a value that is both secure and acceptable to the system that will store it.
Length deserves emphasis because it is the lever with the most effect on strength. Each additional character multiplies the number of possible values, so a longer secret is exponentially harder to guess, far more than adding exotic symbols to a short one. When a service allows it, favoring length over complexity gives you a stronger result that is often easier to handle, and a generator that lets you dial length up to the maximum the service permits makes claiming that strength a single adjustment rather than a calculation.
It helps to think about where a generated value will live and who or what will handle it. A password going straight into a password manager can be long and full of every symbol allowed, because no human ever types it. A code read aloud over the phone should drop ambiguous characters and stay short enough to dictate without errors. A token embedded in a URL must avoid characters that need escaping. Matching the character set to the value's real-world journey is a small decision that prevents a surprising amount of friction, and the generators give you that control directly rather than forcing a one-size-fits-all output.
Frequently asked questions
Are passwords generated here safe to use?
Yes. Passwords and tokens are generated locally in your browser using strong randomness and are never transmitted to any server, so the value exists only on your device. Combined with a long length and a unique password per account, that makes them a sound basis for your security.
What makes a password strong?
Length and randomness, more than special characters. A long, genuinely random password or passphrase is extremely hard to guess or brute-force, while a short one full of predictable substitutions is not. Use a unique password for every account so a single breach cannot cascade across your logins.
Will two generated UUIDs ever be the same?
For any realistic workload, no. UUIDs are drawn from a space so large and so random that the probability of a collision is negligible even across billions of values, which is exactly why they are used as keys in distributed systems where coordination is impossible.
Is the fake name and address data based on real people?
No. Placeholder data is randomly assembled from generic components to look realistic without corresponding to any real person or location, so it is safe to use freely in designs, demos and test databases without any privacy implications.
Can I generate many items at once?
Yes. Most generators can produce values in bulk — many UUIDs, a list of fake records, or a block of placeholder text of a chosen length — in a single action, which is far faster than creating them one at a time when seeding a database or filling a layout.