Daily drivers
The utilities people open most: format JSON, mint a password, count words, or encode a URL without leaving the tab.
JSON Formatter
Developer Tools
Pretty-print messy JSON with stable indentation so nested objects and arrays are easy to scan.
248k uses
Password Generator
Productivity Tools
Create strong random passwords in the browser so candidates never travel through a remote API.
236k uses
Word Counter
Text Tools
Count words in essays, briefs, and captions so drafts stay inside the limit you actually need.
222k uses
QR Code Generator
Image Tools
Turn text or a URL into a QR code you can download, without sending the payload to a printer API.
210k uses
UUID Generator
Developer Tools
Create RFC-style UUIDs in the browser for database IDs, test fixtures, and idempotency keys.
198k uses
Hash Generator
Developer Tools
Hash text locally with common digest algorithms to compare checksums and fingerprint strings.
188k uses
Meta Tag Generator
SEO Tools
Build title, description, and core meta tags so search snippets start from a clean template.
176k uses
URL Encode
Converters
Percent-encode reserved characters so query values survive copy-paste into URLs and redirects.
129k uses
Case Converter
Text Tools
Switch copy between sentence, title, upper, lower, and related cases without retyping a list.
142k uses
Unix Timestamp Converter
Developer Tools
Convert Unix epoch seconds or milliseconds to readable dates and back, entirely on-device.
120k uses
Regex Tester
Developer Tools
Try regular expressions against sample text and inspect matches without leaving the browser.
128k uses
JWT Decoder
Developer Tools
Decode a JSON Web Token header and payload locally to inspect claims without verifying on a server.
155k uses