Privacy Policy
Last updated: 19 April 2026
1. Overview
This Inventory App is a client-side web application. We do not operate a backend server that stores your data, and we do not collect, share, or sell personal information to third parties.
2. Data We Store
All product and category information you create is stored exclusively in your browser via localStorage. This data never leaves your device.
- products — items you add (title, quantity, category, location, timestamp).
- categories — categories you define (title, description).
- cookieConsent — a single string recording your banner choice.
- lang — your preferred language (en or zh).
3. Third-Party Services
The app loads Google Fonts (Outfit, Vazirmatn) from fonts.googleapis.com. Google may log the IP address used to fetch these fonts per its own privacy policy.
4. Your Rights
You can clear all stored data at any time by clearing your browser's site data for this origin, or by opening DevTools and running localStorage.clear().
5. Contact
Questions? Open an issue on the project's GitHub repository.