Release Notes & Catalog
V1.3· What's new, what's inside, and every tool at a glance5 releases90 tools
Release History
newest first · click a version to expandV1.3.1FixV1.3.1 — antd v6 fixes, CORS auto-retry, Rich Text Editor UX2026-05-07
Sweep of antd v6 deprecation warnings, transparent CORS auto-fallback for SOAP Client and WSDL Parser, WSDL request headers support, Rich Text Editor formatting reliability and notepad UX, and a pkcs12 hydration fix.
SOAP Client — CORS auto-retry
- Direct browser fetches that fail with a network/CORS error now **automatically retry through the server proxy** — no need to toggle 'Force server proxy' manually.
- Fixed `Space direction="vertical"` → `orientation="vertical"` antd v6 deprecation in the SSL tab.
WSDL Parser — request headers & merged XSD
- New collapsible **Request Headers** section on the WSDL input panel — configure headers in form or JSON mode, applied to every WSDL and XSD fetch.
- WSDL and XSD fetches now **auto-fallback through the server proxy** on CORS failure (same pattern as SOAP Client).
- **External XSD** section is now collapsed inside the WSDL input area rather than a separate tab — less clutter, optional by default.
Rich Text Editor — formatting & UX
- All toolbar buttons now use `onMouseDown` with `preventDefault` to keep editor focus and selection intact — formatting commands (Bold, Italic, lists, alignment, colours) now work reliably.
- Toolbar link button saves the selection on `mousedown` so the selected text is correctly linkified after the modal opens.
- Editor area restyled as a **document canvas**: white paper background, increased padding, max-width constraint, and a subtle box-shadow separating it from the toolbar.
- Removed 'Start typing here…' default placeholder — new documents open with an empty editor.
antd v6 deprecation fixes
- `gzip-tools`: replaced static `message.success` import with `messageService` to avoid 'cannot consume context' warning; `Alert message=` → `title=`.
- `ssh-key-generator`: `Alert message=` → `title=`.
- `pkcs12-tool`: added `mounted` guard around `Input.Password` to suppress `data-sharkid` browser-extension hydration mismatch.
- `SslConfigSection`: `Alert message=` → `title=`; `Space direction=` → `orientation=` (fixed in previous patch, documented here).
V1.3FeatureV1.3 — AI protocol tooling, Fun & Games expansion, persistence & polish2026-05-07
V1.2FeatureV1.2 — routing, polish, QA pass across 90 tools2026-05-04
V1.1FeatureTrust, transparency, and a smarter dashboard2026-05-03
V1.0FeatureInitial public release2026-02-28
Full commit history on GitHub.
What's Inside — Full Catalog
90 tools across 14 categoriesEvery tool below runs entirely in your browser — paste tokens, certs, passwords, or payloads without any data leaving your machine. Click any tool to open it instantly.
🔑Decode a JWT — see claims, expiry, and signature details locally🔒Inspect a TLS cert — domain never sent to any third party🔐Test a bcrypt hash — your plaintext stays in your tab📡Build an API request with a local CORS proxy — headers stay private📝Format a 10 MB JSON file — no upload, no timeout, no size limit
Artificial Intelligence2 tools
AI-powered protocol inspectors: MCP and Agent-to-AgentA2A Inspector
Test Agent-to-Agent protocol agents: view the agent card, validate spec compliance, chat, and inspect raw JSON-RPC 2.0 messages
MCP Inspector
Connect to any Model Context Protocol server, browse tools, and call them interactively over SSE or HTTP
Diff & Compare3 tools
Compare documents side by side with highlighted differencesJSON Diff
Compare two JSON documents side by side with highlighted differences
Text Diff
Compare any two text blocks with line-by-line diff highlighting
XML Diff
Compare two XML documents side by side with highlighted differences
API & Web Services6 tools
REST, SOAP, WSDL: build and inspect web service requestsAPI Request Builder
Build and test HTTP requests with headers, body, and authentication
JSONPath Tester
Test and evaluate JSONPath expressions against JSON data
SOAP Client
Test SOAP web services by sending requests and viewing responses
Swagger / OpenAPI Viewer
Paste or upload an OpenAPI spec and get interactive API documentation
URL Parser
Parse and analyze URLs into components: protocol, host, path, query, fragment
WSDL Parser
Parse and visualize WSDL files, view services, ports, operations, and messages
Encoding & Decoding7 tools
Encode and decode text: Base64, URL, HTML, Unicode, GzipBase64 Encode / Decode
Encode and decode Base64 strings instantly
Gzip Compress / Decompress
Compress and decompress text using Gzip with Base64 encoding
Hex Encoder / Decoder
Encode text to hexadecimal and decode hex strings back to text (UTF-8)
HTML Entities Encoder
Encode and decode HTML entities and special characters
String Escape / Unescape
Escape and unescape strings for JSON, XML, HTML, JavaScript, SQL, and CSV
Unicode Converter
Convert text to/from Unicode escape sequences, code points, and UTF-8 hex
URL Encode / Decode
Encode and decode URL components
Certificates & Keys7 tools
X.509 certificates, SSH keys, PKI tooling, and SSL inspectionCertificate & CSR Generator
Generate self-signed X.509 certificates and Certificate Signing Requests (CSR) with RSA / ECDSA keys
Certificate Chain & SSL
Inspect live server certificate chains, validate trust hierarchy, and decode every cert field — all locally via direct TLS connection
Certificate Inspector
Decode, fingerprint, convert, and parse X.509 certificates — PEM, DER, CRT, CER. Fetch live from any URL.
Java KeyStore (JKS) Tool
Create, view, and manage Java KeyStore files - import/export certificates and keys
Key Pair Generator
Generate RSA, ECDSA, and Ed25519 key pairs in PEM and other formats
PKCS#12 / PFX Tool
Create, extract, and convert PKCS#12/PFX files containing certificates and private keys
SSH Key Generator
Generate SSH key pairs (RSA, ECDSA, Ed25519) with optional passphrase protection
Cryptography8 tools
Hashing, HMAC, JWT, JWS, JWE, and JWK key generationAES Encrypt & Decrypt
Encrypt and decrypt text using AES-128/192/256 with passphrase or key
BCrypt Hash & Verify
Generate BCrypt hashes for passwords and verify passwords against existing hashes
Hash Generator
Generate MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-3, RIPEMD-160 hashes
HMAC Generator
Generate HMAC signatures using SHA-1, SHA-256, SHA-384, SHA-512 algorithms
JWE Encrypt & Decrypt
Encrypt and decrypt data using JSON Web Encryption (JWE) with RSA and AES algorithms
JWK Generator
Generate JSON Web Keys (JWK) for RSA, EC, and symmetric algorithms
JWS Sign & Verify
Create and verify JSON Web Signatures (JWS) with HMAC, RSA, and ECDSA algorithms
JWT Decoder
Decode and inspect JSON Web Tokens — header, payload and signature
Data Converters7 tools
Convert between data formats: XML, JSON, CSV, YAML, XSLTCSV to JSON Converter
Convert CSV data to JSON arrays or objects with header detection
CSV to XML Converter
Convert CSV data to XML format with customizable element names
JSON to CSV Converter
Convert JSON arrays and objects to CSV with custom delimiters and headers
JSON to XML Converter
Convert JSON objects to well-formed XML documents
XML to JSON Converter
Convert XML documents to JSON format with attribute handling options
XSLT Transformer
Transform XML documents using XSLT stylesheets
YAML ↔ JSON Converter
Convert between YAML and JSON formats bidirectionally
Formatters7 tools
Beautify and minify code in JSON, XML, SQL, HTML, JS, and CSSCSS Formatter
Beautify and minify CSS stylesheets with vendor prefix handling
HTML Formatter
Format, prettify and beautify HTML documents with customizable indentation
JavaScript Formatter
Beautify and minify JavaScript code with configurable options
JSON Formatter
Prettify, minify and validate JSON with syntax highlighting and tree view
SQL Formatter
Format and beautify SQL queries
XML Formatter
Format, prettify and validate XML documents
YAML Formatter
Format, validate and beautify YAML documents with indent control
Fun & Games7 tools
Coin toss, dice rolls, timers, and other playful utilitiesCoin Toss
Flip a fair virtual coin with 3D animation — heads or tails with flip statistics
Dice Roll
Roll polyhedral dice (d4–d20) with advantage/disadvantage mode for TTRPGs and probability experiments
Magic 8-Ball
Ask a yes/no question and let the classic Magic 8-Ball reveal your fate with all 20 original responses
Spin the Wheel
Animated prize wheel — add up to 12 custom options and spin to pick a random winner
Stopwatch
High-precision stopwatch with lap splits, best/worst lap highlighting, and millisecond accuracy — runs entirely in your browser
Timer
Countdown timer with presets, custom duration, audio chime, and Pomodoro support — runs entirely in your browser
Typing Speed Test
Measure your WPM with real-time character highlighting, accuracy tracking, and timed test modes
Generators9 tools
Create UUIDs, passwords, code stubs, QR codes, and moreColor Contrast Checker
Check WCAG contrast ratios between foreground and background colors
Java POJO Generator
Generate Java classes, records, interfaces from JSON/XML or convert Java to JSON/XML
JSON to TypeScript
Convert JSON objects to TypeScript interfaces and types automatically
Lorem Ipsum Generator
Generate placeholder text in paragraphs, sentences, or words
Markdown Table Generator
Create and edit markdown tables with a visual spreadsheet interface
Password Generator
Generate secure random passwords with customizable length and character sets
QR Code Generator
Generate QR codes from text, URLs, or data with customization options
Slug Generator
Generate URL-safe slugs from any text — supports unicode, custom separators
UUID Generator
Generate random UUIDs (v4) in bulk
Network3 tools
IP, subnet, MAC address tooling and lookupsIP Address Tools
Validate, parse, and convert IPv4/IPv6 addresses with detailed information
MAC Address Tools
Validate, format, and generate MAC addresses with vendor lookup
Subnet Calculator
Calculate subnet masks, network ranges, CIDR notation, and available hosts
Text & Utilities11 tools
Text manipulation, time, color, number bases, and productivityColor Picker & Converter
Pick colors and convert between HEX, RGB, HSL formats
Cron Expression Parser
Parse, validate and explain cron expressions with next run times
Markdown Preview
Write Markdown and see a live rendered preview side by side
Number Base Converter
Convert numbers between decimal, binary, octal and hexadecimal
Personal Todo List
Production-grade task manager with IndexedDB storage, categories, archive, trash, import/export, subtasks, and more
Rich Text Editor
WYSIWYG document editor with full formatting (bold, headings, lists, links, colors), multiple documents, local save, source view, and export
Sticky Notes
Create, organize, and persist colorful sticky notes in your browser — pin, color-code, search, and delete with full localStorage memory
String Case Converter
Convert text between camelCase, snake_case, PascalCase, kebab-case and more
Text Manipulation Tools
Sort lines, remove duplicates, trim whitespace, count words and more
Timestamp Converter
Convert between Unix timestamps and human-readable dates
Unix Permissions Calculator
Calculate chmod numeric values and understand file permission bits
Validators8 tools
Validate syntax, schemas, and patterns in your dataCredit Card Validator
Validate and generate test credit card numbers with Luhn algorithm
Email Validator
Validate email addresses with RFC-compliant syntax and disposable detection
HTML Validator
Validate HTML markup for errors and best practices
JSON Validator
Validate JSON syntax with detailed error messages and line numbers
Regex Tester
Test regular expressions with live matching and group highlighting
XML Validator
Validate XML syntax and well-formedness with error highlighting
XPath Tester
Test and evaluate XPath expressions against XML documents
XSD Schema Validator
Validate XML documents against XSD schemas with detailed error reporting
Reference5 tools
Lookup guides for HTTP codes, MIME types, ports, and RFCsHTTP Status Codes Reference
Complete reference guide for HTTP status codes (1xx-5xx) with detailed descriptions, use cases, common scenarios, and best practices for REST API development
IP Ranges Reference
Reference guide for private, reserved, and special-use IP address ranges
MIME Types Reference
Comprehensive searchable database of MIME types (Content-Types) with file extensions, categories, and usage examples for web development, file uploads, and HTTP headers
Port Number Reference
Comprehensive reference of common network ports, protocols, and services
RFC Standards Reference
Comprehensive reference for important RFC standards including JWT, JWE, JWS, OAuth, HTTP, TLS, and other security and web protocols
90 tools · all client-side · no account required · open source