All My Favorite Dev Tools Were on 10 Different Websites. So I Built One With Everything
I've been using JSON formatters, cron schedulers, password generators and Base64 encoders since my first day as a web developer. Always jumping between tabs, always the same ugly interfaces from 2012. Then last year JSONFormatter.org and CodeBeautify.org made the news โ years of user data exposed. P
Alvaro
I've been using JSON formatters, cron schedulers, password generators and Base64 encoders since my first day as a web developer. Always jumping between tabs, always the same ugly interfaces from 2012.
Then last year JSONFormatter.org and CodeBeautify.org made the news โ years of user data exposed. Passwords, API keys, cloud credentials. Stuff developers had been pasting there assuming it was safe.
That was enough for me.
So I built devessentials.dev โ a collection of the tools I actually use, running 100% in your browser. No backend. No server ever sees what you paste. You can verify it yourself: open
DevTools โ Network tab, use any tool, watch zero requests go out.
What's in it
- JSON Formatter, Validator & Beautifier
- JWT Decoder & Debugger
- Hash Generator (MD5, SHA-256, SHA-512)
- Base64 Encoder/Decoder
- UUID Generator (v1, v4, v7)
- Password Generator & Strength Checker
- Cron Builder
- Diff Checker
- URL Encoder/Decoder
- JSON โ YAML, JSON โ CSV converters
- JSON Repair (great for fixing broken LLM output)
Tech
Built with Next.js 15, fully static. No ads, no login, no analytics on your inputs.
What's next
Adding more tools as I need them. Feedback welcome.
Found this useful? Share it!
Read the Full Story
Continue reading on Dev.to
Related Stories
Hiring Senior Full Stack Developer (Remote, USA)
about 2 hours ago
How I Built a Multi-Tenant WhatsApp Automation Platform Using n8n and WAHA
about 2 hours ago
I Built an Instant SEO Audit API โ Here's What I Learned About Technical SEO
about 3 hours ago
SJF4J: A Structured JSON Facade for Java
about 3 hours ago