DependsiT Invoice Generator is a privacy-first invoice tool.
This is a 100% client-side web application. The entire app runs inside your browser. No data is ever transmitted to any server.
We do not collect, store, process, or transmit any personal data to any server. Specifically:
localStorage)The only data storage is your browser's localStorage, which stores:
This data never leaves your device. Clear it via the "Delete All Data" button in the editor or your browser settings.
After the first visit, the app works 100% offline. A service worker caches all assets. No network requests are made after the first load.
None. No analytics, no CDN scripts, no external fonts, no payment APIs.
A strict Content Security Policy blocks external connections, inline script injection, and unsanitized rendering.
Invoices are generated entirely in your browser. The PDF is created locally and downloaded directly. No data is sent anywhere.
Export all data as JSON backup anytime. Delete everything via "Delete All Data" in the editor.
Full source code is available on GitHub under an MIT license. Audit it or self-host on your own infrastructure.
Last updated: July 2026