DEV Community

Cover image for Stop pasting JWTs into random websites — I built TryDevSnip
Samson P G
Samson P G

Posted on

Stop pasting JWTs into random websites — I built TryDevSnip

We’ve all pasted a JWT or prod config into the first “json formatter” Google result. Sometimes that site POSTs your paste.

TryDevSnip

https://trydevsnip.com/

  • JSON format / validate / minify / diff
  • Cron → English + next runs
  • Timestamps, JWT decode, hash, Base64, UUID

No account. Processing stays in the tab. Astro + Tailwind on Cloudflare. Acsaven.

Feedback welcome: https://trydevsnip.com/

Top comments (1)

Collapse
 
samsonpg profile image
Samson P G

Quick add: “local-first” here means JSON/diff/JWT/cron/hash stay in the tab — we don’t upload the paste for those jobs.

What’s the first utility you’d open weekly in a kit like this? Missing tools welcome.