Front-end and web plumbing
URLs, query strings, colors, meta tags, user agents, keycodes, HTTP status codes: the reference material and small conversions that front-end work is full of.
The SafeLink decoder deserves a mention. It unwraps the Outlook redirect wrappers that hide where a link actually goes, which is useful when you are deciding whether an email is a phishing attempt.
16 Web tools
Build a URL query string from JSON parameters and parse one back to JSON, locally.
Look up HTTP status codes and MIME types with quick search, all local reference.
Validate YAML, Docker Compose and Kubernetes manifests for structure and common mistakes, locally.
Explore an OpenAPI/Swagger spec (JSON or YAML) and generate C# models from its schemas, locally.
Format JavaScript, TypeScript, CSS, SCSS, HTML, JSON, YAML and Markdown with Prettier, locally.
Turn text into a clean, URL-safe slug, stripping accents and punctuation, locally.
Reduce emails to a canonical form (Gmail dots and +tags) to spot duplicates, locally.
Unwrap Outlook SafeLinks and similar redirect URLs to reveal the real destination, locally.
Press any key to see its JavaScript event.key, code, keyCode and modifiers, locally.
See what your browser exposes: screen, viewport, platform, languages and more, locally.