⚡Generators
Generators create ready-to-use data — strong passwords, QR codes, test documents, names, colors and more. They are handy for developers seeding a test database, for anyone who wants a truly random password, or to build a Pix QR code in seconds. They all run in your browser, sending nothing to any server.
515 tools
Palette as CSS Variables
Takes a hex palette and exports it as a CSS variables block (:root { --primary-50: ... }) ready to use.
Random Tarot Card Generator
Draws a card from the Major or Minor Arcana with description and upright/reversed meanings — no real divination, just a dataset.
Stripe Test Cards Generator
Interactive list of official Stripe test cards by scenario (success, decline, 3DS, fraud, expired) for sandbox use.
Fake Brazilian RG by State
Generates RG numbers following the visual format of each Brazilian state (SP, MG, RJ, RS…) for testing — fictional, no legal validity.
Fake Brazilian Mobile Number
Creates valid Brazilian mobile numbers in (DDD) 9XXXX-XXXX format with your choice of real area code to seed test databases.
Random Bible Verse Generator
Draws a verse from a curated list with reference (book, chapter, verse) — great for daily social posts.
SVG Wave Divider Generator
Create SVG section dividers as waves, peaks or curves with customizable height, frequency, opacity and color. Download SVG or copy directly.
Code 128 Barcode Generator
Generate Code 128 barcodes (A, B and C) for any text/number with PNG and SVG download — ideal for labels and logistics.
Data Matrix Generator
Create compact 2D Data Matrix (ECC 200) codes for industrial parts and traceability. Supports text and numbers with PNG/SVG download.
PDF417 Barcode Generator
Create PDF417 barcodes (driver license / boarding pass style) for long text, with PNG and SVG download and error level control.
Bulk UTM URL Generator (CSV)
Generate UTM URLs in bulk from a matrix of sources, mediums and campaigns. Exports a CSV list ready for tracking in a spreadsheet.
Noise SVG Texture Generator
Create noise (grain) textures in SVG using feTurbulence for modern backgrounds. Control frequency, octaves and output color.
Random Fake JWT Generator
Generate a JWT with random header/payload/signature (no valid signature) for mocking OAuth flows in local development.
Fake Dutch BSN Generator
Generate a valid Burgerservicenummer (BSN) Dutch citizen number (9 digits with 11-test) — for form testing only.
Fake Italian Codice Fiscale Generator
Generate an Italian Codice Fiscale with valid checksum from name/date — for signup form testing only.
Portuguese Haiku Generator
Create a 5-7-5 syllable haiku in Portuguese by drawing themed words (nature, seasons) — useful for creative inspiration.
Random Brazilian Address Generator
Generate complete fake Brazilian addresses (street, number, neighborhood, city, state and ZIP) for software testing. Populate forms, sign-ups and databases.
Screen Lock PIN Generator
Generate a numeric PIN avoiding weak sequences (1234, 0000, common dates, repeats) with security level options.
BlurHash Generator
Generate a compact BlurHash string from an image to use as a blurred placeholder in apps and sites while the image loads.
ThumbHash Generator
Create ThumbHashes (modern alternative to BlurHash) ~25 bytes that render colored thumbnails as placeholders before the real image.
SSH Keypair Generator (Ed25519)
Generate Ed25519 SSH keypairs client-side ready to use in ~/.ssh/, with SHA256 fingerprint and OpenSSH format.
PGP/GPG Keypair Generator
Create OpenPGP keys (RSA or Curve25519) with custom user ID and expiration, ready for ASCII armor and GnuPG import.
EFF Large Passphrase Generator
Generate memorable passwords using the official EFF Large list (7776 EN words), with per-word entropy and custom separator.
Complete Favicon Package Generator
From an image, generate a complete zip with ICO, favicon-16/32, apple-touch, Android Chrome 192/512 and site.webmanifest for PWA.
XKCD Passphrase Generator (PT-BR)
Generate memorable xkcd-style passphrases (4-6 separated words) using a Brazilian Portuguese dictionary with computed entropy.
Fake BIC/SWIFT Generator
Generate structurally valid BIC/SWIFT codes (8 or 11 chars) for international payment testing. They do not match real banks.
Multi-country IBAN Generator
Generate structurally valid IBANs (MOD-97) for 40+ countries (DE, FR, ES, IT, PT, NL, BE, GB) for QA of payment gateways.
browserconfig.xml Generator
Create `browserconfig.xml` with tiles for Windows/IE11 from PNGs of 70×70 to 310×310. Includes background color and logo.
RSS 2.0 → Atom 1.0 Converter
Convert a pasted RSS 2.0 feed into an equivalent Atom 1.0 feed, preserving title, author, links and dates. Ready to publish.
JSON Feed v1.1 Generator
Generate JSON Feed v1.1 (jsonfeed.org) feeds from items (title, URL, content, date). Output ready for `application/feed+json`.
BIMI Record Generator
Create DNS BIMI (Brand Indicators for Message Identification) records with the logo SVG URL and optional VMC for visual email authentication.
MTA-STS Policy Generator
Generate the MTA-STS policy file (RFC 8461) and matching TXT record to enforce TLS for email transport between servers.
TLS-RPT Record Generator
Build DNS TLS-RPT records (RFC 8460) to receive SMTP TLS failure reports via email or HTTPS.
OpenID Discovery Generator
Generate the OpenID Connect Discovery JSON (RFC 8414) with endpoints, scopes, grants and supported algorithms for your OP.
Image Color Palette Generator
Upload an image and extract 3 to 24 dominant colors via k-means clustering. Export as HEX, RGB, CSS variables or Tailwind.
Open Graph Image Generator
Create 1200×630 Open Graph images with title, description, author, logo and custom background. Export as ready-to-use PNG.
Graph Paper SVG Generator
Generate squared, millimeter, ruled, isometric or dot-grid paper as printable SVG sized for A4/Letter.
Polka Dot SVG Generator
Generate a configurable polka-dot SVG pattern with color, radius and spacing — exports as a CSS background.
Isometric Grid SVG Generator
Generate an isometric SVG grid with a configurable angle, ready to use as a base for game maps and isometric diagrams. Copy the code and start drawing.
Split-Complementary Palette Generator
Generate a split-complementary palette from a base color — the base plus two colors beside its complement. A vibrant, harmonious scheme for design and branding.
Yahtzee Score Card Generator
Generate a printable Yahtzee score card with up to 6 players and all categories. Have the scoresheet ready for your next game night.
TSID Generator (Time-Sorted ID)
Generate 64-bit time-sorted TSIDs ideal for distributed DB PKs, with timestamp decoder.
UUID v8 Custom Generator
Generate custom UUIDs v8 (RFC 9562) with arbitrary 122-bit payload useful for hierarchical or shard-aware IDs.
JWKS EC Generator (P-256/P-384/P-521)
Generate a JWKS (JSON Web Key Set) with EC key (P-256/P-384/P-521) ready for /.well-known/jwks.json endpoint, with kid and use.
RRULE iCal Generator (RFC 5545)
Generate RFC 5545 recurrence rules (RRULE) with FREQ, BYDAY, INTERVAL, COUNT/UNTIL preview of next 10 occurrences.
Classic Quote of the Day (PT-BR)
Deterministic daily quote by date from PT-BR literary classics (Pessoa, Drummond, Machado, Cecilia, Bandeira).
MQTT Topic Builder
Build MQTT topics with + and # wildcards, validate hierarchy, and suggest patterns (Sparkplug B, Homie 4).
Multi-Algorithm .htpasswd Generator
Creates .htpasswd files for Apache and Nginx with bcrypt, APR1, SHA-256, SHA-512 or crypt, with multiple users in a single export.
Emoji Favicon SVG Generator (Circle)
Creates SVG favicon with any emoji centered inside a customizable colored circle, exporting as SVG and PNG 32/64/128px.
SSH known_hosts Lines Generator
Builds valid lines for the ~/.ssh/known_hosts file from host, port, key type and fingerprint, with optional HMAC hashing.
Full mailto: Link Generator (CC/BCC)
Builds complex mailto: links with multiple recipients, CC, BCC, subject and body properly encoded, ready for HTML or QR Code.
Markdown Comparison Table Generator
Visual interface to build comparison tables in Markdown with checkmarks, icons and color cells via emoji, ideal for READMEs.
.env File Generator by Stack
Creates complete .env and .env.example files for common stacks (Next.js, Django, Rails, Laravel, Vite) with placeholders and documented comments.
SVG Honeycomb Pattern Generator
Generate a tileable honeycomb (hexagon) pattern in SVG, adjusting size, gap and colors. Great for website backgrounds, textures and design — copy the code.
SVG Zigzag Pattern Generator
Generate a tileable zigzag (chevron) pattern in SVG, adjusting amplitude, color and thickness. Great for website backgrounds and textures — copy the code.
SVG Diagonal Stripes Pattern Generator
Generate a tileable diagonal stripes pattern in SVG, with two colors and adjustable angle and width. Great for website backgrounds and textures.
SVG Brick Pattern Generator
Generates a tileable SVG simulating brick masonry with alternating offset, parameterizing dimensions and mortar.
CSS Checker Pattern Generator
Generate a checkerboard pattern in pure CSS using gradients, with no images. Adjust colors and size, preview it and copy the ready code for your site.
Cron Timezone Shifter
Converts a crontab expression from one timezone to another, shifting hour/minute and handling day-of-week wrap.
Spirograph SVG Generator
Generate hypotrochoid and epitrochoid (spirograph) figures in SVG adjusting outer radius, inner radius and offset, exporting for design and print.