WeSearch

95+ browser-based dev tools that never touch a server

·2 min read · 0 reactions · 0 comments · 10 views
#webdev#productivity#tooling
95+ browser-based dev tools that never touch a server
⚡ TL;DR · AI summary

Wizbit.to is a new platform offering over 95 browser-based developer tools that prioritize user privacy. Unlike many online tools, Wizbit processes data locally without sending it to a server. This ensures that sensitive information, such as JWTs and private keys, remains secure and private.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3946901) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } FnF Posted on May 22 95+ browser-based dev tools that never touch a server #webdev #productivity #tooling Every developer has a folder of bookmarks for one-off tools — a JWT decoder here, a Base64 encoder there, a cron expression tester somewhere else. Half of them send your data to a server you know nothing about. I built Wizbit.to to fix that. What it is 95+ free developer utilities, all running 100% in your browser. No server ever sees what you paste. No account. No ads.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)