Local developer utilities, not navigation traps.

Each Dev Atlas page is built around a working browser-side tool, supporting examples, common error notes, and related utilities. Tool cards and category links navigate only to real pages within the site.

Use the directory to find formatters, encoders, inspectors, converters, and generators for everyday debugging tasks. The tools are designed to keep pasted input in the browser whenever possible.

How the tools fit together

Most debugging sessions use more than one representation of the same value. An API issue might start with formatted JSON, continue with a decoded JWT, require timestamp conversion, and end with URL-safe examples for a ticket or test case.

Dev Atlas groups these workflows so related tools and guides are easy to reach from each page. Start with the value you need to understand, then follow the related links when the next suspicious detail appears.

Generators

Create development identifiers and fixture values.