Developer tool library
Browser-first utilities for working developers. Everything runs locally — no accounts, no uploads, no data ever leaves your device.
Formatters
Code formatters make messy, compressed output readable. Paste a raw API response, a minified stylesheet, or an unindented SQL query and get back clean, indented output. All formatting runs in your browser — no server, no upload.
JSON Formatter & Validator
Format, validate, and minify JSON instantly with a browser-first editor.
SQL Formatter
Format raw SQL with dialect support for SQL Server, MySQL, PostgreSQL, SQLite, and more.
Regex Tester & Builder
Live regex testing with match highlighting, capture groups, and flag controls.
YAML Formatter & Validator
Format and validate YAML, or convert between YAML and JSON. Essential for Kubernetes, Docker, and CI configs.
Cron Expression Parser
Parse any cron expression into plain English and see the next 12 scheduled run times.
GraphQL Playground
Write and execute GraphQL queries against a schema with mock data — no server needed.
SQL Runner (SQLite)
Run SQL queries against an in-browser SQLite database. Paste your schema, seed data, and query — instant results.
Accessibility Checker
Audit HTML for WCAG 2.1 AA accessibility violations using axe-core — critical, serious, moderate, and minor issues.
Converters
Schema converters generate boilerplate that would otherwise take minutes to write by hand. Convert a JSON payload to typed C# classes, scaffold a SQL CREATE TABLE from a C# entity, or generate sample JSON from a model definition.
C# Class to JSON Converter
Generate sample JSON from C# classes, including nested classes, dictionaries, and lists.
JSON to C# Class Converter
Convert JSON payloads into C# classes with nested types, arrays, DateTime, and Guid detection.
C# Class to SQL Table Generator
Generate CREATE TABLE statements from C# classes for SQL Server, MySQL, and PostgreSQL.
JSON to SQL Table Generator
Generate CREATE TABLE scaffolding from JSON objects with nested structures and arrays.
Env Variable Converter
Convert .env files to Dockerfile, docker-compose, GitHub Actions, Vercel, Kubernetes ConfigMap, and more.
Mock API Generator
Generate realistic fake JSON data from a JSON Schema, OpenAPI 3.x spec, or a sample JSON object shape.
Color Palette Generator
Extract color palettes from images or build them manually. Export to CSS variables, Tailwind config, SCSS, or JSON with WCAG contrast grades.
Minifiers
Asset minifiers shrink CSS, JavaScript, and HTML for faster delivery. Use them to reduce payload size for standalone scripts, email templates, and embeddable widgets — or to read vendor-minified files by expanding them first.
CSS Minifier & Beautifier
Minify or beautify CSS for quick inspection and front-end debugging.
JavaScript Minifier
Reduce JavaScript payload size for quick inspection and manual optimization.
HTML Minifier
Collapse HTML markup, remove comments, and preview smaller output instantly.
Encoders
Encoding tools handle the binary-safe representations developers need daily: Base64 for embedding files in JSON, URL encoding for safe query strings, JWTs for inspecting auth tokens, and cryptographic hashes for checksums and signatures.
Base64 Encode / Decode
Convert text to Base64 and back with Unicode-safe browser-side processing.
URL Encode / Decode
Encode special characters for URLs or decode percent-encoded strings safely.
JWT Decoder
Decode JWT header and payload locally so you can inspect claims and expiry quickly.
Hash Generator
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text.
UUID Generator & Validator
Generate UUID v1, v4, and v7 in bulk, or validate and inspect any UUID.
QR Code Generator & Scanner
Generate QR codes from any text or URL, and scan QR codes from images or your webcam.