Category

Developer Tools

Format, validate, and transform code and data.

Formatting, validating, and converting data is the daily work of building software. These developer tools pretty-print JSON, XML, SQL, CSS, and Markdown; generate hashes, tokens, UUIDs, and random strings; and decode JWTs, regex, and cron expressions — all with instant local results. Nothing you paste is ever transmitted to a server.

28 free tools · processed in your browser

JSON Formatter & Validator

Format, validate, and minify JSON data. Pretty-print or compress JSON instantly in your browser.

Open

Hash Generator

Generate SHA-1, SHA-256, and SHA-512 hashes from text. Fast cryptographic hash generation in your browser.

Open

Browser Storage Inspector

View and inspect localStorage, sessionStorage, and cookies stored by websites in your browser.

Open

Base64 Encode & Decode

Encode text to Base64 or decode Base64 back to readable text. Handles Unicode characters correctly.

Open

Regex Tester

Test regular expressions against sample text with live highlighting and match details. Perfect for developers.

Open

JWT Decoder

Decode JWT tokens to inspect header, payload, and expiration. No signature verification, just quick decoding.

Open

UUID Generator

Generate RFC 4122 v4 UUIDs instantly. Options for uppercase and hyphen-free formats, up to 100 at once.

Open

Timestamp Converter

Convert Unix timestamps to readable dates and back. Works with seconds, milliseconds, and ISO date strings.

Open

URL Encoder / Decoder

Encode URLs and text to safe URL format, or decode percent-encoded URLs back to readable text.

Open

HTML Entity Encoder

Encode special characters as HTML entities or decode entities back to plain text. Essential for XSS-safe output.

Open

XML Formatter

Pretty-print minified XML with proper indentation and line breaks. Perfect for inspecting API responses.

Open

Image to Base64 Encoder

Convert images to base64 data URLs for inline use in HTML, CSS, and JSON payloads.

Open

URL Slug Generator

Convert titles and phrases into clean, SEO-friendly URL slugs. Perfect for blog posts and routes.

Open

Markdown Preview

Write markdown and preview rendered HTML live. Headings, lists, quotes, code blocks, and links supported.

Open

URL Parser

Break any URL into its components — protocol, host, path, query parameters, and more.

Open

Number Base Converter

Convert numbers between decimal, binary, hexadecimal, and octal instantly.

Open

SQL Formatter & Beautifier

Format, indent, and beautify SQL queries for MySQL, PostgreSQL, SQLite, and more. All in your browser.

Open

HTML Minifier

Minify HTML by stripping whitespace and comments. Compress pages up to 40% smaller right in your browser.

Open

CSS Formatter & Minifier

Format messy CSS into readable code or minify it for production. Beautify, compress, and validate CSS.

Open

Markdown to HTML Converter

Convert Markdown to clean HTML with live preview. Copy or download the rendered output instantly.

Open

JSON to TypeScript Converter

Generate TypeScript interfaces from any JSON object instantly. Perfect for API response typing.

Open

Unicode Converter

Convert text between Unicode, escaped \u sequences, and HTML entities. Decode or encode instantly.

Open

Morse Code Translator

Encode text to Morse code or decode Morse back to text. Includes a full Morse alphabet reference table.

Open

Roman Numeral Converter

Convert between Roman numerals and Arabic numbers. Supports values up to 3999 with correct subtractive notation.

Open

Random String Generator

Generate secure random strings with configurable length, character sets, and count. Copy results in one click.

Open

Random Number Generator

Generate random integers, decimals, or coin flips between any range. Uses cryptographically secure randomness.

Open

Cron Expression Parser

Parse and explain cron expressions in plain English. Validate schedules and preview next run times.

Open

IP Subnet Calculator

Calculate network addresses, broadcast addresses, usable hosts, and CIDR ranges for IPv4 subnets.

Open

FAQ

Developer Tools — frequently asked questions

Which languages and formats are supported?

JSON, XML, YAML, SQL (MySQL, PostgreSQL, SQLite, SQL Server), CSS, HTML, Markdown, regex, cron, Unicode escapes, Base64, and more.

Can I use these tools for production data?

Yes. Because all processing is local, you can safely paste real tokens, private keys, and production configs — they never leave your browser.

Do I need to sign up?

No. Every tool is free and open, with no account, no uploads, and no usage limits.