Inspect, transform, test, and ship faster.
Small browser-native utilities for everyday frontend, backend, API, debugging, and data work.
JSON Validator
Validate and format JSON.
LOCALRegEx Tester
Test JavaScript patterns and flags.
LOCALJWT Decoder
Inspect headers and payload claims.
LOCALBase64 Converter
Encode and decode Unicode text.
LOCALUnix Timestamp
Convert seconds, milliseconds and dates.
LOCALHEX ↔ RGB
Convert and preview web colors.
LOCALQuery Parser
Turn URL parameters into JSON.
LOCALCSS Minifier
Remove comments and excess spacing.
LOCALHTML Minifier
Compact ordinary static markup.
LOCALUUID Generator
Create UUID v4 identifiers.
LOCALSHA-256 Hash
Calculate browser-native text digests.
LOCALPassword Generator
Create cryptographically random passwords.
Local by default
Payloads, tokens, snippets, URLs, and identifiers remain in the browser. The JWT page decodes data for inspection but deliberately does not claim signature verification.
Use production parsers when needed
Lightweight minifiers and formatters are convenient for ordinary input. Build pipelines should still use tested language-aware tools with automated tests.