Your Privacy is Verified
DevFormat is built on a simple technical architecture: zero server-side processing for your data. Every formatter, decoder, and generator runs 100% within your browser's memory space.
Technical Implementation
We utilize React local state and standard client-side libraries (like crypto-js and marked) to process inputs. This means the 'Submit' or 'Format' buttons you click don't trigger a network request (fetch/XHR). You can verify this at any time by opening your browser's Network Tab in Developer Tools.
Content Security Policy (CSP)
Our platform is hardened with a strict Content Security Policy that forbids the browser from making external connections to any domain except Vercel Analytics. This is a failsafe mechanism: even if a malicious script were somehow injected, the browser would block it from sending your data to an outside server.