Too Much Tools
Developer utilities without the data leak. 44 tools, running locally in your browser — your data never leaves your device.
JSON
Format, minify, sort and validate JSON locally, with precise error locations.
Structurally compare two JSON documents and see added, removed and changed values — locally.
Generate a JSON Schema from sample JSON, or validate JSON against a schema — locally.
.NET
Convert .NET appsettings.json to environment variables (and back) for Docker, Kubernetes and CI.
Generate TypeScript interfaces from C# models and C# classes from TypeScript — locally.
Parse an ADO.NET/database connection string into key-values (and back) — locally.
Encoding
Encode text to Base64 or decode Base64 back to text, with URL-safe support — all local.
Security
Compute SHA-1/256/384/512 digests and HMACs in your browser via Web Crypto.
Generate strong random passwords and encryption keys (hex/base64) in your browser.
Encrypt or decrypt text with AES-256-GCM and a passphrase (PBKDF2) — all local.
Generate an RSA public/private key pair in PEM format, in your browser via Web Crypto.
Text
Count characters, words, lines and UTF-8 bytes in text — computed locally.
Write Markdown and preview sanitized HTML side by side — rendered locally and safely.
Convert text between camelCase, snake_case, kebab-case, PascalCase and more — locally.
Developer Utilities
Test JavaScript regular expressions against sample text with live matches, groups and replace.
Inspect each character: code point, UTF-8/UTF-16 bytes and HTML entity — locally.
SQL
Replace inline literals in a SQL query with parameters and extract their values — locally.
Date & Time
Convert Unix timestamps and dates across UTC, local and world time zones — locally.
Explore dates: add/subtract, ISO week, day-of-year, leap year and diffs — locally.
Data
Turn a JSON array of objects into an Excel (.xlsx) file, or read a spreadsheet back to JSON — locally.
Generate realistic fake data from a field schema and export as JSON, CSV or SQL — locally.
Web
Percent-encode or decode text and URLs, component-wise or whole — all local.
Build a URL query string from JSON parameters and parse one back to JSON — locally.
Look up HTTP status codes and MIME types with quick search — all local reference.
Validate YAML, Docker Compose and Kubernetes manifests for structure and common mistakes — locally.
Explore an OpenAPI/Swagger spec (JSON or YAML) and generate C# models from its schemas — locally.
Format JavaScript, TypeScript, CSS, SCSS, HTML, JSON, YAML and Markdown with Prettier — locally.