Data & Text Tools

Free browser-based tools for JSON, CSV, YAML, Base64, text case, colours, timestamps, and more.

JSON viewing, CSV conversion, Base64 encoding, case and slug conversion, UUID generation, URL encoding, timestamp conversion, cron parsing, regex testing, and colour conversion are the kind of small transforms that come up constantly during day-to-day development — pasting a response body to check its shape, converting an export for a spreadsheet, or double-checking a schedule before it ships. These are fast, stateless operations, so keeping them client-side avoids the overhead of a server request for what's essentially a single function call.

Formats

Encoding & Escaping

Text

Colour

Numbers & Time

Pattern Matching