Free browser-side developer tools.
Browse Dev Atlas utilities by workflow. Current tools run locally in your browser and focus on fast debugging, encoding, decoding, formatting, generation, and conversion tasks.
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.
Formatters
Clean up structured data, stylesheets, and code snippets.
Encoders
Encode and decode common web-safe text formats.
Security and Inspectors
Inspect tokens, patterns, hashes, and schedules.
JWT Decoder
Decode JWT header and payload locally, including issued-at, not-before, and expiration status.
NewRegex Tester
Test JavaScript regular expressions, inspect matches, and highlight matched text locally.
NewHash Generator
Generate MD5, SHA-1, and SHA-256 hashes from local text input.
NewCron Parser
Parse five-field cron expressions and preview the next five local run times.
Converters
Move between common data formats, time values, and colors.
Generators
Create development identifiers and fixture values.