Skip to main content

Developer Toolkit

Developer Tools

The small utilities developers reach for every day — format and validate JSON, diff payloads, decode timestamps, inspect URL metadata. No signup, no install.

Why every developer keeps these tools bookmarked

A surprising amount of developer time goes to tiny friction: a minified JSON response you need to read, an epoch timestamp in a log you need to translate, two API payloads that look identical but aren't, a URL whose Open Graph preview won't render. Each is a ten-second task with the right tool, and a five-minute distraction without one.

This page collects the utilities that come up most often across frontend, backend and DevOps work. Most run entirely in your browser — your JSON, text and SQL never leave your device. The URL-metadata and Telegram tools fetch server-side because they have to reach an external service, but nothing you look up is stored. Pick the one that matches the friction in front of you.

What you can do here

  • 1Detect and strip hidden AI text watermarks, zero-width spaces (ZWSP), and invisible Unicode characters.
  • 2Format, minify and validate JSON — catch syntax errors before they break your app.
  • 3Diff two JSON documents or two text blocks and see exactly what changed.
  • 4Convert Unix timestamps to readable dates across timezones.
  • 5Fetch the meta and Open Graph tags any URL exposes.
  • 6Paste SQL and render the results as a clean table.
  • 7Look up a Telegram chat ID for your bot integrations.

Frequently Asked Questions