About ShadowReference

The developer reference desk for everyday problems.

ShadowReference is a collection of 33 practical browser-based utilities for developers. Format JSON, decode JWTs, encode Base64, test regex, generate UUIDs, and more — every tool runs entirely in your browser. No backend, no database, no login required.

Our Principles

  • Your data stays on your device. Tool inputs are never sent to a server.
  • When ads are shown they are labeled, sit away from tool controls, and do not receive what you paste.
  • Fast loading with minimal dependencies and route-based code splitting.
  • Clear error messages and accessible, keyboard-friendly interfaces.
  • Each tool is a useful, indexable page with examples and documentation.

Tools

For Developers

Tool logic lives in testable src/lib/tools/ modules, separate from UI components. The tool registry in src/data/tools.ts drives routing, metadata, and related-tool links.