ToolCozy

All-in-One Online Toolkit · K Quick Search

AI

Developer

Design

Text

About ToolCozy

ToolCozy is a free collection of 22 browser-based utilities for developers, designers, and anyone who deals with text, data, or images on a daily basis. Every tool runs entirely in your browser — your input never leaves the page, so even sensitive content like JWTs, API responses, or internal screenshots stays on your device.

Built for the workflow you already have: paste, click, copy. No accounts, no quota limits, no subscription wall. The site loads as a single tab you can keep pinned, with a Cmd/Ctrl-K command palette that jumps to any tool in two keystrokes.

What's inside

Developer

JSON formatter & diff, Base64 / URL / hash codecs, JWT decoder, regex tester, Unix timestamp converter, UUID generator, number-base converter, IP lookup, SQL formatter, CSV / JSON / Excel converter.

Text

Side-by-side text diff, real-time word & character counter, Markdown live preview with GFM and syntax highlighting.

Design

Image compressor for JPG / PNG / WebP, format converter (HEIC, WebP, favicon export), visual cropper with rotate / flip, HEX ↔ RGB ↔ HSL color converter, App Store / Google Play screenshot generator.

Why browser-based?

Most online tools upload your data to a server — fast to build, but the wrong tradeoff for anything sensitive. ToolCozy uses Web Crypto, Canvas, WebAssembly, and TextEncoder APIs to do everything client-side. You can verify it: open DevTools → Network and watch that no upload requests are made when you compress an image, hash a string, or decode a JWT.

The flip side: very large files (hundreds of MB) might be slow because everything decodes into RAM. For those cases use a CLI. For the 99% case — pasted text, photo from your phone, debug payload — the browser is faster, more private, and saves a server round-trip.