24 tools and growing

Developer tool library

Browser-first utilities for working developers. Everything runs locally — no accounts, no uploads, no data ever leaves your device.

{ }

Formatters

Code formatters make messy, compressed output readable. Paste a raw API response, a minified stylesheet, or an unindented SQL query and get back clean, indented output. All formatting runs in your browser — no server, no upload.

Converters

Schema converters generate boilerplate that would otherwise take minutes to write by hand. Convert a JSON payload to typed C# classes, scaffold a SQL CREATE TABLE from a C# entity, or generate sample JSON from a model definition.

Minifiers

Asset minifiers shrink CSS, JavaScript, and HTML for faster delivery. Use them to reduce payload size for standalone scripts, email templates, and embeddable widgets — or to read vendor-minified files by expanding them first.

#

Encoders

Encoding tools handle the binary-safe representations developers need daily: Base64 for embedding files in JSON, URL encoding for safe query strings, JWTs for inspecting auth tokens, and cryptographic hashes for checksums and signatures.