Code Tools
Format, minify, and convert code
Format, minify, lint, and convert code
Code tools are the everyday formatters and converters that sit between languages: prettify minified JSON before reading an API response, beautify a chunk of CSS pasted from a competitor's site, convert HTML to JSX so it stops complaining about `class` vs `className`, generate a Zod schema from a real-world JSON sample, diff two versions of a config file and see exactly what changed. They're fast enough that you don't bother opening an editor — paste, format, copy back. Each tool ships an opinionated default plus a few escape hatches (indent size, single vs double quotes, sort keys) when the default doesn't match your house style.
30 tools

