Free Generators Tools Online

Quickly generate the data you need: secure passwords, QR codes for any URL, URL-safe slugs, random numbers and more.

28 free tools · No signup · Runs in your browser

All Generators tools

Password Generator

Generate strong, random passwords with customizable rules.

QR Code Generator

Generate a QR code for any URL or text and download as PNG or SVG.

Random Number Generator

Generate random integers or decimals within a range.

Slug Generator

Convert any title into a clean, URL-safe slug.

Lorem Picsum Image URL Builder

Build placeholder image URLs with seed, size, blur and grayscale options.

Initials Avatar Generator

Make colorful SVG avatars from names with deterministic colors.

Gravatar URL Generator

Build a Gravatar profile image URL from any email address.

Barcode Generator

Generate CODE128, EAN, UPC, CODE39 and ITF14 barcodes as SVG.

WiFi QR Code Generator

Print a QR code that auto-joins guests to your WiFi network.

vCard QR Code Generator

Make a QR code that adds your contact info on scan.

Nano ID Generator

Generate URL-safe, collision-resistant IDs with custom size and alphabet.

ULID Generator

Generate sortable, time-prefixed unique identifiers.

CUID Generator

Generate collision-resistant, lowercase IDs for distributed systems.

PIN Generator

Generate cryptographically random numeric PINs from 4-12 digits.

WiFi Password Generator

Generate strong, easy-to-read-aloud WiFi passwords.

Passphrase Generator

Generate memorable Diceware-style passphrases from real words.

Fake Name Generator

Generate realistic placeholder names by gender and locale.

Fake Address Generator

Generate realistic-looking placeholder addresses for US, UK and Canada.

Test Credit Card Number Generator

Generate Luhn-valid placeholder card numbers for QA and form testing.

Test IBAN Generator

Generate IBANs with valid mod-97 checksums for DE, GB, FR, ES, IT, NL.

Mock JSON Generator

Build a custom JSON schema and generate fake data records.

Username Generator

Generate creative usernames from adjective + noun combos.

Business Name Generator

Generate company name ideas in modern, classic, playful or tech style.

Domain Name Generator

Generate domain ideas from a keyword across multiple TLDs.

Online Dice Roller

Roll d4, d6, d8, d10, d12, d20 or d100 dice with crypto randomness.

Coin Flip Simulator

Flip a virtual coin with animation and running heads/tails count.

Decision Wheel Spinner

Add options, spin a colorful wheel, let randomness pick.

Random Letter Generator

Generate random letters with vowel, consonant or case filters.

About our generators tools

The Generators category collects the small but crucial utilities that you reach for several times a week: a strong random password for a new account, a QR code to put in a slide deck, a URL-safe slug for a fresh blog post, a random number for a draw or a simulation. Every generator uses the browser's cryptographically secure random source (crypto.getRandomValues), the same source modern browsers use to derive cryptographic keys — so the output is genuinely unpredictable, not a Math.random shortcut.

The Password Generator lets you tune length and character classes (uppercase, lowercase, digits, symbols) and optionally exclude lookalike characters (0/O, 1/l/I) for easier typing. The QR Code Generator produces scannable codes for any URL, contact card, Wi-Fi credential or arbitrary text and exports them as PNG (for slides and print) or SVG (for scaling and embedding). The Slug Generator converts any title into a URL-safe form: lowercase, hyphenated, ASCII-only with diacritics stripped — perfect for blog post permalinks. The Random Number Generator handles ranges, integers vs decimals, count, and duplicate-allowed rolls.

Because everything is browser-only, the generated values never leak. A password you generate here is never logged or transmitted; a QR code's payload is encoded locally; a random number is computed on your device. That makes these tools safe for high-stakes use cases like account credentials and giveaway draws.

What’s included in this category

Frequently asked questions

Are the generated passwords cryptographically random?
Yes. The Password Generator uses crypto.getRandomValues(), the browser's cryptographically secure random source. This is the same source modern browsers use to derive cryptographic keys.
Do the QR codes expire?
No — these are static QR codes that encode the data directly into the image. They work forever as long as the destination URL stays live. Dynamic QR codes (which redirect through a third-party service) are not supported here.
How long should a password be?
16+ characters with at least three character classes for important accounts. For low-risk accounts, 12 is fine. The strongest approach is to use a password manager and generate a unique 20+ character password per site.
Is the random number generator suitable for raffles?
Yes — randomness comes from your browser's secure random source, which is cryptographically unbiased. For high-stakes public draws, also share a verifiable seed or screen recording so participants can verify the result was not tampered with.

Browse other categories