Tool hub
Developer tools with fast static pages and clear behavior
Use small, reliable utilities for everyday developer tasks: UUID/GUID generation, JSON formatting, URL encoding, HTML escaping, timestamps, references, and color tools.
Tool hub
Use small, reliable utilities for everyday developer tasks: UUID/GUID generation, JSON formatting, URL encoding, HTML escaping, timestamps, references, and color tools.
Generate RFC 4122 version 4 UUIDs in your browser with copy-ready output and clear usage notes.
Format, validate, and minify JSON in your browser with clear error messages and copy-ready output.
Encode and decode URL components in your browser, with clear notes about percent encoding and privacy risks in URLs.
Escape and unescape HTML entities in your browser for safer display of text in markup contexts.
Convert Unix timestamps to readable UTC/local dates and convert dates back to timestamps in your browser.
Validate JSON data against a JSON Schema-like object in your browser with clear limitations.
Decode JWT header and payload locally in your browser with explicit warnings about token secrecy and signature verification.
Test JavaScript regular expressions in your browser with match output and ReDoS warnings.
Developer tools in this section are designed to run locally in the browser whenever possible.
The initial developer tools are static browser-side utilities. UUID generation happens locally in your browser.
UUID generation is useful, deterministic to test at the format level, and fits the privacy-first browser-side approach.
New pages are added through canonical source entries with explicit intent, privacy notes, limitations, and static build audits.
No. They accelerate local workflows, but production validation, authorization, and persistence rules must remain on the backend.