Developer tools that just work
Format and validate JSON & XML, compare two documents, convert Unix timestamps across time zones, decode JWTs, encode Base64 and more. Every tool runs entirely in your browser — nothing is uploaded.
Formatters
Diff & Compare
Converters
Encoders & Decoders
Generators
Web & Network
Database
Postgres Console
Connect to a PostgreSQL database, browse tables and run SQL from a self-hosted console.
MySQL Console
Connect to a MySQL database, browse tables and run SQL from a self-hosted console.
Kafka Console
List Kafka topics and stream messages live from a self-hosted console.
MQTT Console
Subscribe to MQTT topics and publish messages from a self-hosted console.
Why another set of online dev tools?
Most “format my JSON” sites bury a tiny textarea under trackers, pop-ups and full-screen ads, and quietly send your data to a server. DevToolbox is the opposite: each tool is a single fast page that does one job well, keeps your input on your machine, and stays readable on a phone.
Everything runs locally
Parsing, formatting, diffing, hashing and encoding all happen in JavaScript in your browser tab. You can open the network panel and confirm there are no requests carrying your data. That makes these tools safe for API responses, access tokens and config files.
Built for real workflows
Clear syntax errors with line numbers, structural diffs that ignore key order, time-zone-aware timestamp conversion, and copy/download on every result. Start with the JSON formatter, the epoch converter or the JWT decoder.