Developer and data tools
Debugging usually means pasting something sensitive into a tool — an API response with customer records, an auth header, a production token. Doing that on a site that posts the data to its own backend is a real risk, and one that has caused genuine incidents. Every tool in this category processes input in your browser and makes no network request with it.
These cover the routine tasks that come up constantly in day-to-day work: making an unreadable JSON payload legible, checking why a token is being rejected, encoding a URL that keeps breaking, or generating identifiers for test fixtures.
Developer & Data tools
JSON Formatter & Validator
Format, validate, prettify, minify, and inspect JSON payloads with real-time error detection.
- Prettify with 2/4 spaces or tab
- Minify JSON
Base64 Encoder / Decoder
Encode text or decode Base64 strings instantly with live UTF-8 support and URL-safe mode.
- Encode text to Base64
- Decode Base64 to UTF-8
JWT Decoder & Expiration Checker
Decode JSON Web Tokens (Header, Payload, Signature) and inspect expiration timestamps safely in your browser.
- Decodes Header and Payload
- Formatted JSON inspection
UUID / GUID Generator
Generate cryptographically secure Version 4 UUIDs (GUIDs) in bulk with uppercase, hyphen, and quote formatting.
- RFC 4122 compliant v4 UUIDs
- Bulk generation (1 to 100)
URL Encoder / Decoder
Encode query parameters and special characters into percent-encoded URL format, or decode URLs to plain text.
- encodeURIComponent support
- decodeURIComponent support
Sample File Generator
Generate dummy images, PDFs, Word files, CSV, JSON, and video at an exact file size for testing uploads.
- Exact target file size
- Image, PDF, Word, CSV, JSON, video
Sample CSV & JSON Generator
Generate dummy CSV, JSON, and plain text files at an exact size with realistic placeholder records.
- CSV, JSON or plain text
- Exact target file size