Generator Tools
11 tools for generating passwords, UUIDs, QR codes, test data, and more. All run in your browser.
Password Generator
Generate cryptographically secure passwords with customizable rules.
UUID / GUID Generator
Generate v1, v3, v4, or v5 UUIDs in bulk with multiple format options.
QR Code Creator
Create QR codes for URLs, plain text, or WiFi credentials with live preview.
QR & Barcode Reader
Decode QR codes from uploaded images or your camera in real-time.
Lorem Ipsum Generator
Generate classic lorem ipsum placeholder text by words, sentences, or paragraphs.
Barcode Generator
Generate CODE128, EAN-13, UPC-A, CODE39 barcodes and more. Download as SVG or PNG.
Test Data Generator
Generate realistic fake data: names, emails, addresses: as table, JSON, or CSV.
Mock API Data
Define a JSON schema and generate mock API response data instantly.
.gitignore Maker
Build .gitignore files by selecting languages and environments from pre-built templates.
Random String Generator
Generate random strings in plain, hex, base64 or URL-safe formats.
Docker Compose Builder
Visually compose docker-compose.yml files with services, ports, volumes, and env vars.
Frequently Asked Questions
- Are the generated passwords and tokens actually random?
- Yes. The password and token generators use window.crypto.getRandomValues(), which is cryptographically secure: the same source browsers use for TLS.
- Do the generated QR codes get stored anywhere?
- No. QR codes are generated client-side and never sent to a server. You download them directly from your browser.
- Can I customize the Lorem Ipsum generator?
- Yes: you can control the number of paragraphs, sentences per paragraph, and starting word style. It also supports a few placeholder text variations beyond standard Latin.
- What type of UUID does the generator output?
- Version 4 UUIDs by default: random 128-bit identifiers in the standard xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx format. Suitable for database primary keys, file names, and session tokens.
- Can the invoice generator produce a print-ready PDF?
- Yes. Fill in your details and export to PDF directly from the tool. It produces a clean, professional-looking invoice layout with no watermarks.