Skip to main content

Developer Tools

Handy browser-based utilities I'm building — no install, no sign-up, just paste and go.

v1.1.0Live

JSON Formatter & Validator

Format, validate, and minify JSON data with syntax highlighting and error detection.

JSONTypeScript
Try it now
v1.1.0Live

Regex Tester

Test regular expressions with live matching, capture groups, and common pattern library.

RegExpJavaScript
Try it now
v1.1.0Live

Base64 Encoder / Decoder

Encode and decode Base64 strings instantly with support for text and file input.

Base64TypeScript
Try it now
v1.0.0Live

URL Encoder / Decoder

Encode and decode URL components and full URLs with RFC 3986 compliance.

URLWeb
Try it now
v1.1.0Live

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from any text input.

SHAMD5Crypto
Try it now
v1.0.0Live

UUID Generator

Generate RFC 4122 v4 (random) and v7 (timestamp-sorted) UUIDs in bulk.

UUIDRandom
Try it now
v1.0.0Live

JWT Decoder

Decode JSON Web Tokens to inspect header, payload, and expiration status.

JWTAuth
Try it now
v1.1.0Live

Color Converter

Convert colours between HEX, RGB, and HSL formats with live preview.

HEXRGBHSL
Try it now
v1.0.1Live

Timestamp Converter

Convert between Unix timestamps and ISO 8601 dates with relative time display.

UnixDate
Try it now
v1.0.0Live

Lorem Ipsum Generator

Generate placeholder text in paragraphs, sentences, or words.

TextLorem
Try it now
v1.0.0Live

Markdown Preview

Write Markdown and see rendered HTML in a live side-by-side preview.

MarkdownHTML
Try it now
v1.0.0Live

HTML Entity Encoder / Decoder

Encode and decode HTML entities with a built-in reference table.

HTMLEntities
Try it now
v1.0.0Live

Diff Checker

Compare two texts side by side with colour-coded additions, removals, and statistics.

DiffCompare
Try it now
v1.0.0Live

String Case Converter

Convert text between camelCase, PascalCase, snake_case, kebab-case, and 6 more formats instantly.

CaseText
Try it now
v1.0.0Live

Text Counter

Count characters, words, sentences, paragraphs, lines, and estimate reading and speaking time.

CountText
Try it now
v1.0.0Live

Slug Generator

Generate URL-safe slugs from any text with customizable separator, length, and diacritic transliteration.

SlugURL
Try it now
v1.0.0Live

Text Sorter

Sort lines alphabetically, numerically, by length, or randomly — with deduplication and blank-line removal.

SortLines
Try it now
v1.0.0Live

String Escaper

Escape and unescape strings for JSON, JavaScript, HTML, RegExp, CSV, SQL, and XML formats.

EscapeJSON
Try it now
v1.0.0Live

Text Reverser

Reverse entire text, individual word characters, line order, or word order within each line.

ReverseText
Try it now
v1.0.0Live

Whitespace Cleaner

Trim, normalize, and remove excess whitespace — tabs to spaces, collapse runs, strip blank lines.

TrimClean
Try it now
v1.0.0Live

Number to Words

Convert numbers to their written-out word equivalents in English and German, cardinal or ordinal.

NumberWords
Try it now
v1.0.0Live

Number Base Converter

Convert numbers between binary, octal, decimal, and hexadecimal with simultaneous multi-base output.

BinaryHexOctal
Try it now
v1.0.0Live

ASCII / Unicode Table

Browse the full ASCII and Unicode character table with code points, HTML entities, and category filters.

ASCIIUnicode
Try it now
v1.0.0Live

Morse Code Translator

Translate text to Morse code and back with optional audio playback.

MorseAudio
Try it now
v1.0.0Live

ROT13 / Caesar Cipher

Encode and decode text with ROT13, ROT47, Caesar shift, and Atbash ciphers.

CipherROT13
Try it now
v1.0.0Live

QR Code Generator

Generate QR codes from any text or URL and download as PNG.

QRImage
Try it now
v1.0.0Live

Punycode Encoder / Decoder

Encode international domain names to Punycode (ACE) and decode ACE labels back to Unicode.

IDNDomain
Try it now
v1.0.0Live

URI Parser

Decompose any URI into protocol, host, port, path, query parameters, and fragment.

URIURL
Try it now
v1.0.0Live

JSON ↔ YAML Converter

Convert between JSON and YAML formats instantly with syntax validation and pretty-printing.

JSONYAML
Try it now
v1.0.0Live

JSON ↔ CSV Converter

Convert JSON arrays to CSV spreadsheets and parse CSV back to JSON with configurable delimiters.

JSONCSV
Try it now
v1.0.0Live

JSON ↔ XML Converter

Convert JSON objects to XML and XML documents back to JSON with attribute and namespace handling.

JSONXML
Try it now
v1.0.0Live

CSV Viewer

Paste CSV data and view it as a sortable, filterable table with column detection.

CSVTable
Try it now
v1.0.0Live

XML Formatter

Prettify or minify XML documents with configurable indentation and syntax validation.

XMLFormat
Try it now
v1.0.1Live

JSONPath Evaluator

Evaluate JSONPath expressions against any JSON document and inspect the matched results.

JSONPathQuery
Try it now
v1.0.0Live

JSON Schema Validator

Validate JSON data against a JSON Schema (draft-07) and get detailed error messages.

SchemaValidate
Try it now
v1.0.0Live

JSON to TypeScript Types

Generate TypeScript interfaces and type definitions from any JSON object or array.

TypeScriptTypes
Try it now
v1.0.0Live

Password Generator

Generate cryptographically-secure passwords with configurable length, character sets, and bulk generation.

PasswordRandom
Try it now
v1.0.0Live

Password Strength Checker

Analyse password entropy, crack-time estimates, and character diversity with detailed feedback.

PasswordSecurity
Try it now
v1.0.0Live

HMAC Generator

Generate HMAC message authentication codes using SHA-256, SHA-384, or SHA-512 with any secret key.

HMACCrypto
Try it now
v1.0.0Live

TOTP / 2FA Generator

Generate time-based one-time passwords (TOTP / RFC 6238) for two-factor authentication testing.

2FATOTP
Try it now
v1.0.0Live

CSP Header Builder

Build Content Security Policy headers interactively with directive explanations and copy-ready output.

CSPSecurity
Try it now
v1.0.0Live

SSL Certificate Decoder

Decode PEM certificates to inspect subject, issuer, validity dates, and extensions.

SSLX.509
Try it now
v1.0.0Live

Cron Expression Parser

Parse cron expressions, see the next execution times, and generate expressions from natural language.

CronSchedule
Try it now
v1.0.0Live

Regex Pattern Library

Browse a curated library of common regular expression patterns organised by category.

RegexPatterns
Try it now
v1.0.0Live

HTTP Status Codes

Browse all HTTP status codes with meaning, RFC reference, and usage guidance.

HTTPStatus
Try it now
v1.0.0Live

MIME Type Lookup

Look up MIME types by file extension or search by content-type string.

MIMEContent-Type
Try it now
v1.0.0Live

User-Agent Parser

Parse User-Agent strings to identify browser, OS, device type, and engine.

UABrowser
Try it now
v1.0.0Live

IP / CIDR Calculator

Calculate subnet masks, network addresses, broadcast addresses, and host ranges from CIDR notation.

IPCIDRSubnet
Try it now
v1.0.0Live

chmod Calculator

Calculate Unix file permission octals interactively with read/write/execute toggles for owner, group, and others.

chmodUnix
Try it now
v1.0.0Live

Git Command Reference

Browse and search a curated reference of Git commands with descriptions, flags, and usage examples.

GitCLI
Try it now
v1.0.0Live

SQL Formatter

Format and prettify SQL queries with configurable indentation and dialect support.

SQLFormat
Try it now
v1.0.0Live

CSS Minifier

Minify CSS stylesheets by removing whitespace, comments, and redundant code.

CSSMinify
Try it now
v1.0.0Live

JavaScript Minifier

Minify JavaScript by removing whitespace and comments for reduced file size.

JSMinify
Try it now
v1.0.0Live

HTML Formatter

Prettify or minify HTML documents with configurable indentation.

HTMLFormat
Try it now
v1.0.0Live

SVG Optimizer

Optimise SVG files by removing metadata, comments, and redundant attributes.

SVGOptimize
Try it now
v1.0.0Live

Code Screenshot

Turn code snippets into beautiful screenshots with syntax highlighting and customizable themes.

CodeImage
Try it now
v1.0.0Live

Fake Data Generator

Generate realistic mock data for testing: names, emails, addresses, and more.

MockTest Data
Try it now
v1.0.0Live

Random Number Generator

Generate cryptographically-secure random numbers, ranges, and sequences.

RandomNumbers
Try it now
v1.0.0Live

Color Palette Generator

Generate harmonious color palettes from a base color using complementary, triadic, and analogous schemes.

ColorPalette
Try it now
v1.0.0Live

CSS Gradient Builder

Build and preview CSS linear and radial gradients with a visual editor.

GradientCSS
Try it now
v1.0.0Live

Box Shadow Generator

Create CSS box-shadow declarations visually with live preview.

ShadowCSS
Try it now
v1.0.0Live

Border Radius Generator

Craft custom CSS border-radius shapes with an interactive visual editor.

RadiusCSS
Try it now
v1.0.0Live

Unit Converter

Convert between length, weight, temperature, area, and digital storage units.

UnitsMath
Try it now
v1.0.0Live

Crypto Unit Converter

Convert between BTC, satoshi, mBTC, wei, gwei, and ether with BigInt precision.

CryptoConvert
Try it now
v1.0.0Live

Crypto Address Validator

Validate Bitcoin (Legacy, SegWit, Taproot), Ethereum (EIP-55), and Solana addresses.

CryptoValidate
Try it now
v1.0.0Live

BIP39 Mnemonic Tool

Generate and validate BIP39 mnemonic seed phrases (12–24 words) using your browser’s secure RNG.

CryptoSecurity
Try it now
v1.0.0Live

Merkle Tree Builder

Build and visualise a SHA-256 Merkle hash tree from input leaf values.

CryptoData
Try it now
v1.0.0Live

EVM Function Selector

Compute Keccak-256 function selectors and event topic hashes from Solidity signatures.

EthereumDev
Try it now
v1.0.0Live

Blockchain Explorer Links

Generate explorer URLs for transactions, addresses, and blocks across all major chains.

CryptoLinks
Try it now