DEV Community

Cover image for How 644 browser tools handle your data (short answer: they don't)
Amer Ali
Amer Ali

Posted on

How 644 browser tools handle your data (short answer: they don't)

What happens to your data when you use iCoreUX:

PDFs → processed by pdf.js in your browser tab
Images → processed by Canvas API locally
Code → formatted by JavaScript in your browser
Accounting data → stored in IndexedDB (your device only)
Crypto data → fetched from public APIs, never stored
Security scans → your URLs checked, results shown locally

What reaches our server:
→ The HTML/JS files your browser downloads (like any website)
→ Nothing else

What we log: nothing about your inputs.
What we sell: nothing. There's nothing to sell.

This isn't marketing. It's the technical architecture.
Verify it yourself: open DevTools → Network tab → use any tool.

644 tools. Zero data collection.
https://icoreux.com | https://home.icoreux.com


Part of iCoreUX, a free browser-tool ecosystem.

Top comments (0)