1001Ferramentas

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

⚖️

MP (Public Prosecution) Code Generator

Generate fake Brazilian Public Prosecutor procedure codes: PIC, NF (Notice of Fact), investigation procedure.

☁️

AWS IAM Trust Policy Generator

Generate AWS IAM Trust Policy JSON for Lambda, EC2, ECS, and other services. Defines who can assume the role.

🏪

MEI Full Profile Generator (BR)

Generate fake complete MEI profile: business name, valid CNPJ, CCMEI, CNAE activity and address. For test seeds.

🆔

CNPJ MEI Generator (root /0001)

Generate fake CNPJs always with /0001-XX terminus (root, MEI standard). DV by official algorithm.

📋

CEST Code Generator (BR Tax Substitution)

Generate CEST codes (Brazilian Tax Substitution Specifier) in XX.XXX.XX format. Picks from 28 official segments.

🏷️

NCM Code Generator (Mercosur)

Pick NCM codes (Mercosur Common Nomenclature, 8 digits) with generic description. For fiscal invoice mockups.

📑

Quote Number Generator

Generate fake quote numbers (ORC-YYYY-NNNNN: year + sequence). Configurable: custom prefix and count.

🛒

Order Code Generator

Generate short alphanumeric order codes (ORD-XXXX-9999) or long with timestamp (ORD-1700000000-XXXX). For e-commerce.

🧾

NF-e Sequential Number Generator

Generate the NF-e sequential number (9 digits) followed by series (3 digits). Not the 44-digit access key.

🚛

CT-e Sequential Number Generator

Generate fake CT-e (Brazilian e-Bill of Lading) sequential number (9 digits + series). For logistics mockups.

📦

MDF-e Number Generator

Generate fake MDF-e numbers (Brazilian Electronic Manifest) used to link CT-e and NF-e in a trip.

🏗️

BDI (Construction) Generator

Generate BDI (Indirect Costs) for construction quotes: profit, ISS, PIS, COFINS, contingencies. TCU standard.

🇧🇷

IBGE UF Codes List

List the 27 IBGE Brazilian state codes (11-53) with abbreviation and name. For UF dropdown population.

🏙️

IBGE Municipality Code Generator

Generate fake IBGE municipality code (7 digits: UF + 5 + DV). For mockups and state validation tests.

🏢

Condominium Profile Generator

Generate fake condominium profile: name, CNPJ, city registration, monthly fee and unit count. For real estate mockups.

🏬

Apartment Number Generator (with block)

Generate apartment identifiers (block + floor + unit) — Block A, Apt 304, etc. For real estate seeds.

🚗

Parking Spot Code Generator

Generate parking spot identifiers: sector (A-F), level (basement, ground) and number. For garage/mall mockups.

📶

Wi-Fi SSID Generator

Generate creative Wi-Fi SSIDs: theme (family, office, aggressive, fantasy) + optional numeric suffix.

🔐

Secure Random String Generator

Generate random strings with specific classes: lowercase, uppercase, digits, symbols. For passwords, tokens, codes. Uses crypto.getRandomValues.

👤

Creative Username Generator

Generate creative usernames combining adjective + animal/object + number (e.g., ninja_dragon_42). For sign-ups and profiles.

🌐

Special MAC Address Generator

Generate special MAC addresses: broadcast, multicast, random unicast, or with custom OUI (Apple, Intel, Samsung).

💊

Medical Prescription Generator (mockup)

Generate fake medical prescription with patient, doctor, CRM, medications. MOCKUP ONLY.

📋

Medical Certificate Generator (mockup)

Generate fake medical leave certificate. Includes patient, symbolic ICD-10, doctor, days. MOCKUP ONLY.

🧾

Invoice Mockup Text Generator

Generate plain-text invoice mockup: issuer, recipient, line items, total. NOT FISCALLY VALID — testing only.

🎬

Cinema Ticket Generator (mockup)

Generate fake cinema ticket: movie, room, session, seat, ticket type (3D, IMAX). For mockups.

🏦

Bank Receipt Mockup Generator

Generate fake bank transfer/Pix/TED receipt text. For UI testing — NEVER use in real transactions.

🚂

Train Ticket Mockup

Generate fake train ticket: origin/destination, class, coach, seat, time. For mockups (Eurail/SNCF style).

🚓

Traffic Fine Mockup Generator

Generate fake traffic fine: plate, violation, location, value, points. For mockups and CTB study. Not real.

✈️

Airline E-ticket Code Generator

Generate airline e-ticket code (13 digits: XXX-NNNNNNNNNN, IATA format). For check-in mockups.

🛵

Ride/Food App Order Code Generator

Generate short alphanumeric order codes for apps (Uber, iFood, 99) — 8 uppercase chars. For mockups.

📦

International Tracking Code Mockup

Generate international tracking codes in common formats: AliExpress (LP/RW/RU), 4PX, Yanwen. For e-commerce mockups.

🛒

Shopify ID Generator (cart/product)

Generate Shopify-format numeric IDs (12-15 digits) for carts, products and orders. For e-commerce mockups.

📋

Bulk CPF Generator

Generate many valid Brazilian CPFs at once (1 per line). For populating test databases.

🏢

Bulk CNPJ Generator

Generate many valid Brazilian CNPJs at once (1 per line).

🔢

MD4 Hash Generator

Compute the MD4 hash of a string. MD4 is legacy (1990), used by NTLM. Do not use for passwords.

🔢

BLAKE3 Hash Generator

Educational BLAKE3 placeholder (sha-256 variant). For production use @noble/hashes.

🔢

Whirlpool Hash Generator

Educational Whirlpool placeholder via SHA-512.

🔢

RIPEMD-160 Hash Generator

Educational RIPEMD-160 placeholder via SHA-1.

🐅

Tiger Hash Generator

Educational Tiger placeholder via SHA-256.

🔑

JWT HS256 Secret Generator

Generate a strong 256-bit secret for JWT HMAC-SHA256 signing, in Base64 or Hex.

🎲

Random Base91 String

Generate a random Base91-encoded string (more compact than Base64).

❄️

Discord Snowflake Generator

Generate a Discord-style Snowflake ID (64-bit with embedded timestamp) for testing. Useful for simulating message, user and channel IDs in development.

🐦

Twitter Snowflake Generator

Generate a Twitter/X-style Snowflake ID (64-bit with embedded timestamp) for testing. Useful for simulating tweet, user and message IDs in development.

🐳

docker run Command Builder

Build a docker run command with image, name, ports, volumes, env vars and daemon flag.

💾

mysqldump Command Builder

Build a mysqldump command with host, user, db and common flags.

🐘

pg_dump Command Builder

Build a pg_dump command with host, user, db, format and output file.

📡

tcpdump Command Builder

Build a tcpdump command with interface, BPF filter, output file and verbosity.

🛡️

iptables Rule Builder

Build an iptables rule for INPUT/OUTPUT/FORWARD with protocol, port, action.

🔍

nmap Command Builder

Build an nmap scan command with target, port range, scan type and service detection.

📜

MIT License Generator

Generate the MIT license text with your name and year for your open source project. Copy it into your LICENSE file — the most popular license on GitHub.

📜

Apache 2.0 License Generator

Generate the Apache 2.0 license text with your copyright for your open source project. Copy the ready LICENSE file — permissive with patent protection.

📜

GPL-3.0 License Generator

Generate the GNU GPL 3.0 license text with your name and year for your open source project. Copy the ready LICENSE file and protect your free code.

📜

BSD 2-Clause License Generator

Generate the BSD 2-Clause license text with your name and year for your open source project. Simple and permissive — copy the ready LICENSE file for your repo.

📜

BSD 3-Clause License Generator

Generate the BSD 3-Clause license text with your name and year for your open source project. Permissive with a non-endorsement clause — copy the ready LICENSE.

📜

MPL 2.0 License Generator

Generate the Mozilla Public License 2.0 (MPL-2.0) text for your project. A file-level weak copyleft compatible with proprietary code — copy the LICENSE.

📜

ISC License Generator

Generate the ISC license text with your name and year for your open source project. Permissive and concise (equivalent to BSD 2-Clause) — copy the ready LICENSE.

📜

Unlicense Generator

Generate the Unlicense text for your project, releasing it into the public domain with no restrictions. Copy the ready LICENSE file and dedicate your code to all.

📜

WTFPL Generator

Generate the WTFPL license text for your project — the most permissive software license there is, with no restrictions at all. Copy the ready LICENSE file.

🛒

E-commerce Order ID Generator

Generate order codes in a typical e-commerce format (like SHOP-20260622-0042) for UI testing and systems. Populate fake orders in seconds.

🎫

Support Ticket ID Generator

Generate support ticket protocol numbers in the standard ticketing format (AAAA.NNNNN.XX). Useful for testing help desks and customer support systems.