Free Online Developer Tools

Browser-based developer utilities: JSON formatting, regex testing, Markdown preview, JWT decode, text hashing, and API requests.

How to use

  1. 1Open a developer tool. Pick JSON, regex, Markdown, JWT, text hash, or API tester.
  2. 2Paste or type input. Most tools run locally or via the DocLity API.
  3. 3Copy the result. Use formatted output in your project.

FAQ

Is JWT decoding secure?
Decoding is for debugging only — signatures are not verified. Never paste production secrets.
Does the API tester call any URL?
Server-side API testing can be disabled in production; browser tools still work for local debugging.