
Formatho
The complete developer toolkit that runs entirely in your browser
Format SQL and YAML, decode JWTs, hash with Keccak-256, lint Helm charts, generate vanity addresses — built for blockchain, DevOps, enterprise, security, and SRE workflows. No uploads, no accounts, no tracking.
Browse by category
Every tool is free, private, and runs entirely in your browser — no sign-up
Web3 & Blockchain
27 tools
EVM contract reader with Uniswap presets, vanity address generator, multi-chain readers for Solana, Polkadot, Cardano and Cosmos, Keccak-256 hasher, ABI tools, ENS calculator, and chain-specific tool pages.
Security & Auth
23 tools
Hash generators, JWT debugger, SAML decoder, OIDC builder, encryption, TOTP, password analysis, and credential tools - all client-side.
Data Formats
22 tools
JSON, YAML, XML, TOML, and CSV validators, formatters, converters, and diff tools. Plus UUID, ULID, Base64, and IBAN validators.
Developer Tools
28 tools
SQL formatting and schema tools, Git and regex references, Docker conversion, Mermaid viewer, image compression, and Markdown editor.
Converters & Calculators
20 tools
Unix timestamp, date-time, number base, color, case, temperature, NATO alphabet, binary, and unicode converters. Plus math, ETA, and percentage calculators.
Network & Web
17 tools
IPv4 subnet calculator, MAC address tools, IPv6 ULA generator, URL encoder/parser, HTTP status codes, QR code generator, and device info.
Popular tools
What is Formatho?
Formatho is a free, privacy-first suite of developer tools that run entirely in your browser. It covers data formats (JSON, YAML, XML, CSV, TOML), security utilities (JWT, SAML, hash generators, TOTP), Web3 and blockchain helpers (Keccak-256, ABI encoding, ENS namehash, multi-chain address readers), and everyday converters like timestamps, number bases, and color codes. Nothing you paste is ever uploaded, logged, or tracked, and no sign-up is required.
Data format tools
Formatho's data format tools format, validate, minify, and convert JSON, YAML, XML, TOML, and CSV without uploading files to a server. Developers use them to pretty-print API responses, fix indentation errors, convert JSON to YAML for Kubernetes manifests, and diff two documents line by line. Because parsing happens client-side in JavaScript, confidential payloads such as auth tokens or customer records never leave the machine, making the tools safe for production data.
Security and authentication tools
The security suite includes a JWT debugger that decodes header, payload, and signature claims, a SAML response decoder, an OIDC URL builder, TOTP secret generators, and hash calculators for MD5, SHA-1, SHA-256, SHA-512, and Keccak-256. Security engineers use them to inspect tokens before trusting them, verify checksums, generate QR-based 2FA secrets, and analyze password strength. Every operation is local, so secrets and private keys are never transmitted to any server.
Web3 and blockchain tools
Web3 developers get a Keccak-256 hasher, Solidity function-selector calculator, ABI encoder and decoder, EIP-55 address checksum validator, ENS namehash calculator, and EVM unit converter for wei, gwei, and ether. Chain readers query accounts on Solana, Polkadot, Cardano, and Cosmos directly from the browser through user-supplied RPC endpoints, and the vanity address generator derives custom-prefix Ethereum addresses with keys that never leave the browser. DeFi calculators cover impermanent loss and ERC-4626 vault math.
General developer tools
Everyday development utilities include an SQL formatter and dialect converter, regex tester with live match highlighting, Git cheat-sheet, Docker run-to-compose converter, Mermaid diagram viewer, Markdown editor with preview, and an image compressor that shrinks PNG and JPEG files locally. These tools remove the friction of context-switching between websites and extensions: everything loads instantly, works offline after first load, and processes files in the browser rather than uploading them to a conversion service.
Converters and calculators
The converter collection handles Unix timestamps to human dates, number-base conversion between binary, decimal, octal, and hexadecimal, text case changes, temperature units, NATO phonetic alphabet spelling, binary text encoding, and unicode escaping. Calculators cover percentages, averages, and ETA estimates. Each converter accepts input in either direction, shows results as you type, and explains the conversion being applied, which makes them useful for learning as well as for quick lookups during debugging.
Network and web tools
Network utilities include an IPv4 subnet calculator with CIDR notation support, MAC address formatter and vendor lookup, IPv6 unique-local-address generator, URL encoder and decoder, URL parser that splits scheme, host, path, and query parameters, an HTTP status-code reference, a CORS tester for checking cross-origin headers, a TLS checker, and a QR code generator. Sysadmins and web developers use them while configuring firewalls, debugging API requests, and generating scannable links for deployments.
Frequently asked questions
Are Formatho tools really free?
Yes. All tools on Formatho are completely free with no sign-up, no credit card, and no usage limits. The site is supported without selling user data because there is no user data to sell — nothing is collected.
How does Formatho protect my data?
Every tool runs entirely client-side in your browser using JavaScript and WebAssembly. Text you paste, files you drop, and keys you generate are processed locally and never transmitted to Formatho servers. There are no analytics on tool inputs and no server-side processing of your content.
Do Formatho tools work offline?
After the first load, most tools continue to work offline because all logic ships with the page and runs locally. This makes Formatho reliable on flaky connections, in air-gapped environments, and when handling sensitive data you do not want near a network.
Which developer tools does Formatho include?
Formatho covers six categories: data formats (JSON, YAML, XML, CSV, TOML), security and auth (JWT, SAML, hashing, TOTP), Web3 (Keccak-256, ABI, ENS, multi-chain readers), developer utilities (SQL, regex, Git, Docker, Mermaid), converters (timestamps, bases, case, color), and network tools (subnet calculator, URL encoder, QR codes).
Can I use Formatho for production or confidential data?
Yes — that is the design goal. Because inputs never leave your device, tools like the JSON formatter, JWT debugger, and private-key converter are safe for production payloads, customer records, and secrets. Nothing is logged, stored, or shared.