HeliCoach — Privacy Notice
Last updated: 2026-03-06
Summary: HeliCoach is a fully open-source, client-side application that does not transmit personally identifiable data to remote servers.
1. Data Collection
- The App stores progress locally using the browser's
localStorageunder the keys:completedManeuvers(maneuver progress) andhelicopters(flight record data). - Google Analytics is enabled to collect usage metrics to improve the application.
- Optional integrations (such as Google Drive backup, PWA features or external AI services) are not enabled unless explicitly used by the user.
2. Local Storage and Retention
- Progress and preferences are stored locally on the device via browser
localStorage. - Deleting browser data or clearing site storage will remove saved progress.
3. Third-Party Services
- The default distribution does not send data to external servers.
- If you enable external services (e.g., AI or backup services), this occurs through your explicit actions and is governed by that service's privacy policy, not this App.
4. Security
- The App is a static client-side application.
- Users should ensure their browser and device remain secure.
- The maintainers are not responsible for device-level compromises.
5. Contact
For privacy questions or security reports, please open an issue in the project repository.
6. Changes
This notice may be updated periodically. Material changes will be documented in the repository and release notes.