zentr.dev/docs
All projects ↗

UNIVERSAL CONVERSION

Convert.

Detect a format, surface the right conversions, and work locally when possible.

WHAT IT IS

One input. The relevant conversions.

Convert accepts pasted text or a file, detects what it is, and shows the operations that make sense for that format. Whenever the browser can do the work, the data stays on the device.

Input familyExamples
Structured dataJSON, YAML, XML, CSV, and TSV formatting or conversion.
TextCase changes, encoding, decoding, hashing, and related transforms.
Web valuesURLs, timestamps, and colors in common representations.
Files and mediaFormat-specific tools selected after file inspection. Some media conversions may use the private conversion service.

LOCAL BY DEFAULT

Why that phrase matters.

Most conversions are performed by code already running in your browser. A backend is used only for conversions the browser cannot reasonably handle. The static interface stays useful even when that optional service is unavailable.

SAFE EXPECTATION

Detection is a shortcut, not an oracle. Check the recognized input type before trusting an important result, especially with ambiguous plain text or mislabeled files.