WeSearch

I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)

·1 min read · 0 reactions · 0 comments · 1 view
#web development#productivity tools#client-side apps#json formatter#sql formatter
I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side)
⚡ TL;DR · AI summary

Frustrated with ad-heavy online tools, developer Ikhlaq Ahmad created UseTheseTools.com, a collection of 33 client-side web utilities tailored for developers. The platform offers ad-free, private formatting and processing for JSON, SQL, JWT, and other common coding tasks without sending data to any server. It requires no sign-up, tracks no user data, and operates entirely in the browser for speed and security. The developer invites feedback and encourages others to use and share the tools.

Original article
DEV Community
Read full at DEV Community →
Full article excerpt tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3901590) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ikhlaq Ahmad Posted on Apr 28 I got tired of ad-heavy JSON & SQL formatters, so I built my own (100% Client-Side) #ai #webdev #programming #productivity Hi everyone, Like most of you, I constantly need to format a messy JSON file, decode a JWT, or clean up an SQL query. But every time I Google a tool for this, the top results are bloated sites covered in ads, pop-ups, and cookies. So, I built my own clean, ad-free alternative: UseTheseTools.com It’s a collection of 33 web utilities, but I built a specific suite just for developers. The best part? Everything processes 100% locally in your browser. Your code and tokens never touch a server, so it's completely private and instant. The Developer Suite includes: JSON Formatter & Validator: Minify, format, and validate without lag. SQL Formatter & Beautifier: Instantly clean up messy database queries. JWT Debugger: Decode and verify JSON Web Tokens securely. Base64 & URL Encoders: Quick encoding/decoding without weird formatting issues. Random Password Generator & Strength Checker. There are no sign-ups, no premium tiers, and absolutely zero tracking. Feel free to bookmark it if you need a clean set of utilities. I'd also love any feedback if you catch any bugs or have ideas for other client-side tools I should add! Link: usethesetools.com Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse

This excerpt is published under fair use for community discussion. Read the full article at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Email

Discussion

0 comments

More from DEV Community