DEV Community

Hari Prakash
Hari Prakash

Posted on

I Built a Privacy-First JSON/YAML Toolkit After 80K Credentials Were Leaked

The Problem

Last year, WatchTowr Labs discovered something terrifying: jsonformatter.org and codebeautify.org exposed 80,000+ credentials.

AWS keys. Database passwords. SSH recordings. All leaked because these "free tools" stored user data on their servers.

The Solution

I built PinusX DevTools β€” a JSON/YAML toolkit that runs 100% client-side.

Your data never leaves your browser. No server. No storage. No risk.

πŸ”— https://tools.pinusx.com

What It Does

  • βœ… JSON Formatter
  • βœ… JSON Validator
  • βœ… YAML Formatter
  • βœ… JSON ↔ YAML Converter
  • βœ… JSON Diff

Tech Stack

  • React 18 + Vite
  • Monaco Editor (same as VS Code)
  • Tailwind CSS
  • Hosted on Vercel

Why Client-Side Matters

Every character you paste stays in your browser. Open DevTools, check the Network tab β€” zero requests to any server.

This is how developer tools should work.

What's Next

I'm using this as a foundation to test demand for other developer tools:

  • Webhook testing
  • API monitoring
  • Schema validation

Try It Out

πŸ”— https://tools.pinusx.com

What features would make this more useful for your workflow? Let me know in the comments!


Built in 2 days. Launched today. Feedback welcome.

Top comments (0)