Dev Toolbox

JSON formatter, Base64, word counter, case converter, lorem ipsum, regex tester, diff checker & markdown preview โ€” all in one page.

JSON Formatter & Validator

Base64 Encode / Decode

Word & Character Counter

0
Words
0
Characters
0
No Spaces
0
Sentences
0
Paragraphs
0s
Read Time

Case Converter

Lorem Ipsum Generator

Regex Tester

Diff Checker

Markdown Preview

About this toolkit

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.