WeSearch

26 free browser tools, zero backend: how we built SnappyTools

·4 min read · 0 reactions · 0 comments · 3 views
26 free browser tools, zero backend: how we built SnappyTools

SnappyTools is a collection of 26 free browser tools for developers, writers, and designers — things...

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 === 3863980) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Snappy Tools Posted on Apr 30 • Originally published at snappytools.app 26 free browser tools, zero backend: how we built SnappyTools #javascript #webdev #productivity #beginners SnappyTools is a collection of 26 free browser tools for developers, writers, and designers — things like a JSON formatter, readability checker, gradient generator, UUID generator, and more. No accounts, no data uploaded, no subscriptions. This post covers the architectural choices we made and why.

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)