Everyday utilities without the cruft
Most free online utility sites are overrun with ads, tracking scripts, and popups — the tools themselves are often trivial wrappers around a few dozen lines of JavaScript. Freesuite strips all of that away. You get the tool and nothing else.
QR codes with Freeqrcodegen
Generate QR codes for URLs (most common use), plain text, Wi-Fi credentials (SSID + password), vCards (contact info), phone numbers, emails, and SMS. Download as PNG for slides and prints, or SVG for infinite-quality scaling. Every QR is generated client-side — no network call.
Passwords with Freepasswordgenerator
Generate passwords using the browser's crypto.getRandomValues() for cryptographically strong randomness. Customize length (8-128 characters), character sets (uppercase, lowercase, digits, symbols), and exclude ambiguous characters (0 vs O, l vs 1). Passwords appear only in your browser — never transmitted or logged.
Unit conversion with Freeunitconvert
Covers the categories people actually convert: length (meters, feet, inches, miles), weight (kg, lb, oz, g), temperature (C, F, K), volume (liter, gallon, cup, mL), area, speed, data size (MB, GB, TB), time, and more. All conversions run in the browser.
Memes with Freememegen
Upload any image or pick from classic templates (Drake, Distracted Boyfriend, Galaxy Brain, Expanding Brain, and others). Add top and bottom captions in classic Impact font. Download as PNG. Everything happens client-side — your image doesn't leave your device.
How Freesuite utilities compare
QRCode Monkey, QR-Code-Generator.com are similar but often inject ads, require signup for logo overlays, or offer limited format support. Freeqrcodegen gives you the basics cleanly.
LastPass, 1Password password generators require the app to be installed. Freepasswordgenerator works in any browser without installation for one-off password needs.
UnitConverters.net, ConvertUnits.com are ad-heavy but cover more specialized units. Freeunitconvert covers the common 95% without ads.
Imgflip, Kapwing are feature-rich meme makers with accounts and editing features. Freememegen is minimalist by design — if you just want a meme with two captions, it's faster.
Privacy
Every utility runs fully in your browser:
- QR codes are generated locally — the text you encode never leaves your device.
- Passwords are generated locally using the Web Crypto API — nothing is transmitted.
- Unit conversions are math — no network call.
- Meme images are rendered on canvas — no upload.
For password generation in particular, this is important: "free password generator" sites that send passwords over the network are a real security concern. Freesuite's is safe by construction.
Works offline
All four utility tools are Progressive Web Apps. After first load, they work fully offline. Useful on a plane, in a basement data center, or anywhere with no connection.