Privacy Policy
Last Updated: October 11, 2025
At FineBills, your privacy is not just a policy; it's the core principle of our architecture. We are fundamentally committed to protecting your data.
The #1 Rule: Your Data is Yours
FineBills is a 100% client-side application. This means that all the code required to run our generators is downloaded to your browser on your first visit. From that point on, everything you do happens locally on your computer.
- No Data Transmission: None of the information you enter into our forms (your name, your client's name, addresses, line items, prices, etc.) is ever sent over the internet to our servers.
- No Server-Side Processing: All calculations and PDF generation are performed directly in your web browser.
- No Databases: We don't have a database of user information because we never collect it in the first place.
How "Auto-Save" Works (localStorage)
Our auto-save feature uses your browser's built-in localStorage
. This is a secure storage space on your own device that websites can use. The data stored here is only accessible by you, on your browser, on that specific device. We cannot access it. If you clear your browser's data, this saved information will be deleted.
"Save/Load Work" Functionality
When you use the "Save Work" feature, we create a .json
file directly in your browser and prompt you to save it to your computer. We never see the contents of this file. Similarly, when you "Load Work", you select a file from your computer, and your browser reads it directly without sending it to any server.
Cookies
We do not use tracking cookies. The only information we might store locally (besides your document data in localStorage
) is your preference for light or dark mode, to enhance your user experience.
Changes to This Policy
We may update this Privacy Policy in the future. Any changes will be posted on this page. However, our core commitment to being a 100% client-side application that does not collect your personal data will not change.