v2.0.0
Added several new tools: Case Converter, CSV to JSON, XML Formatter, HTTP Status Codes, CSS Formatter, TOML to JSON, JSON Schema Validator, Unicode Lookup, AI Token Counter, MCP Config Builder, Code to Image, WCAG Color Contrast Checker, .env Converter, CSS Gradient Generator, and SVG Optimizer.
- WCAG Color Contrast Checkercheck foreground and background color pairs against WCAG 2.1 AA and AAA thresholds with a live text preview and an accessible tint/shade palette
- .env to JSON and YAML Converterbidirectional conversion between .env files and JSON or YAML with support for comments, quoted values, export prefixes, and nested key flattening
- CSS Gradient and Box-Shadow Generatorvisually build linear, radial, and conic gradients and stacked box-shadow layers with a live preview and copy-ready CSS output
- SVG Optimizerminify and clean SVG files in the browser using SVGO, with a live rendered preview, byte-savings counter, and export as SVG, data URI, or Base64
- Code to Imageturn any code snippet into a beautiful, shareable screenshot with accurate VS Code themes, three code fonts, gradient backgrounds, and 2x PNG download, all rendered in your browser
- Case Converterconvert text to camelCase, PascalCase, snake_case, SCREAMING_SNAKE, kebab-case, and 4 more formats simultaneously
- CSV to JSON Converterbidirectional CSV and JSON conversion with header row toggle, custom delimiters, and dynamic typing
- XML Formatterformat and minify XML with custom indentation and well-formedness validation
- HTTP Status Codescomplete searchable reference for all 1xx to 5xx HTTP status codes with descriptions
- CSS Formatterbeautify and minify CSS with byte-reduction stats shown on every minify operation
- TOML to JSON Converterbidirectional TOML and JSON conversion, supports Cargo.toml, pyproject.toml, and Hugo configs
- JSON Schema Validatorvalidate JSON data against a schema using Ajv, with detailed error paths for every failing field
- Unicode Lookupbreak any text into characters with code points, HTML entities, hex values, binary, and UTF-8 bytes
- AI Token Countercount tokens for GPT-4o, GPT-4, GPT-3.5, Claude Sonnet, Claude Haiku, and Gemini with context window usage and cost estimates
- MCP Config Buildervisually build Model Context Protocol server configs for Claude Desktop and Claude Code with preset servers and live JSON preview