developer tools

simple browser-based utilities for json, text, encoding, and everyday dev tasks. everything runs locally in your browser — paste in, copy out, no account required.

json

  • json prettifier

    Format and validate JSON online. Paste minified JSON and get readable indented output — free, private, runs in your browser.

  • json minifier

    Compress JSON to a single line. Remove whitespace from JSON for configs, API payloads, and production builds.

text

  • character counter

    Count characters in a string with and without spaces. See bytes, lines, and paragraphs at a glance.

  • word counter

    Count words in text. Get word count, sentence count, and reading time estimate for any string or document.

  • case converter

    Convert text between upper case, lower case, title case, camelCase, snake_case, and kebab-case.

  • remove duplicate lines

    Remove duplicate lines from text. Dedupe a list, log file, or paste buffer and optionally sort the result.

  • slug generator

    Convert titles and phrases into URL-friendly slugs. Lowercase, hyphenated, safe for paths and filenames.

encode / decode

  • base64 encode / decode

    Encode text to Base64 or decode Base64 strings back to plain text. Runs locally in your browser.

  • url encode / decode

    URL-encode special characters for query strings or decode percent-encoded URLs back to readable text.

developer

  • unix timestamp

    Convert Unix epoch timestamps to human-readable dates and back. Supports seconds and milliseconds.

  • uuid generator

    Generate random UUID v4 identifiers. Create one or many UUIDs for databases, APIs, and test fixtures.

  • jwt decoder

    Decode JWT header and payload without verifying the signature. Inspect tokens from OAuth, APIs, and auth flows.

looking for repositories? try repo search or the main search.