← Back to app Legal

Privacy Policy

DependsiT Invoice Generator is a privacy-first invoice tool.

1. Overview

This is a 100% client-side web application. The entire app runs inside your browser. No data is ever transmitted to any server.

2. Data Collection

We do not collect, store, process, or transmit any personal data to any server. Specifically:

3. Local Storage

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.

4. Offline Functionality

After the first visit, the app works 100% offline. A service worker caches all assets. No network requests are made after the first load.

5. Third-Party Services

None. No analytics, no CDN scripts, no external fonts, no payment APIs.

6. Content Security

A strict Content Security Policy blocks external connections, inline script injection, and unsanitized rendering.

7. PDF Generation

Invoices are generated entirely in your browser. The PDF is created locally and downloaded directly. No data is sent anywhere.

8. Data Export and Deletion

Export all data as JSON backup anytime. Delete everything via "Delete All Data" in the editor.

9. Open Source

Full source code is available on GitHub under an MIT license. Audit it or self-host on your own infrastructure.


Last updated: July 2026