Dev Tools

Browser-based utilities for developers — format, encode, and validate without leaving the tab.

These tools handle common developer tasks — inspecting API responses, encoding tokens, validating configs — without sending your data anywhere. Everything runs locally in your browser.

JSON Formatter & Validator
Beautify minified JSON, minify for production, or validate syntax and see error details.
Base64 Encoder & Decoder
Encode plain text to Base64 or decode Base64 strings back to readable text. Handles Unicode correctly.