Developer Tools

12 free browser-based utilities — JSON, base64, regex, JWT, UUID, hashes, cron, and more.

Developer utilities. Nothing leaves your browser.

12 free tools every backend, frontend, and DevOps engineer needs on a daily basis. JSON formatter, base64, regex, JWT, UUID, hash, cron, timestamps. All 100% client-side — your data never touches a server.

100% browser-basedNo signupData stays local

Why client-side matters

Every tool here runs entirely in your browser tab — the JSON you paste, the JWT you decode, the password you generate, none of it is transmitted anywhere. That's important because these tools handle sensitive data: JWTs contain user identity, JSON often contains API responses with private keys or personal information, and passwords should never leave the device that generates them. Our implementation uses only the browser's built-in WebCrypto API and pure JavaScript — no third-party libraries, no analytics on tool operations, no network requests once the page has loaded.