JSON formatter, Base64, word counter, case converter, lorem ipsum, regex tester, diff checker & markdown preview โ all in one page.
This page bundles eight small utilities that come up constantly in everyday development work: a JSON formatter to pretty-print and validate API responses, Base64 encoding/decoding for embedding binary data in text-based formats, a word and character counter for meeting content-length limits, a case converter for switching text between camelCase, snake_case, kebab-case and more, a lorem ipsum generator for mockups and layout testing, a regex tester with live match highlighting and capture groups, a line-based diff checker for comparing two versions of text, and a lightweight Markdown previewer.
Every one of these runs as plain JavaScript inside your browser tab โ nothing you type or paste is ever transmitted to a server. That makes it safe to use with sensitive text like API keys, internal config, or unpublished content.