Created
June 8, 2026 01:32
-
-
Save xuanvu/050539d0290de206f9ca45a8f0b7a83e to your computer and use it in GitHub Desktop.
Chrono Vault privacy policy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Chrono Vault — Privacy Policy</title> | |
| <style> | |
| body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; | |
| line-height: 1.6; max-width: 42rem; margin: 2rem auto; padding: 0 1rem; | |
| color: #15192a; background: #f3f1ec; } | |
| h1 { color: #0a1628; } | |
| h2 { color: #122339; margin-top: 1.5rem; } | |
| a { color: #4a78b8; } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Chrono Vault — Privacy Policy</h1> | |
| <p>Last updated: 2026-06-07</p> | |
| <p>Chrono Vault ("we", "our", "us") helps users manage a personal watch collection.</p> | |
| <p>This app is primarily local-first and stores your vault on your device unless optional cloud features are enabled by the app build configuration.</p> | |
| <h2>Information we process</h2> | |
| <h3>Information you provide</h3> | |
| <ul> | |
| <li>Watch details you enter (brand, model, serial notes, purchase notes, service notes).</li> | |
| <li>Journal entries you write.</li> | |
| <li>Photos you select or capture for your collection.</li> | |
| </ul> | |
| <h3>Device and app permissions</h3> | |
| <ul> | |
| <li>Camera: used only when you choose to capture a watch photo.</li> | |
| <li>Photo library: used only when you choose images.</li> | |
| <li>Notifications: used for reminder notifications you configure.</li> | |
| <li>Biometrics (Face ID / fingerprint): used only to gate serial reveal when enabled.</li> | |
| </ul> | |
| <h2>How data is stored</h2> | |
| <ul> | |
| <li>By default, Chrono Vault stores data locally on your device.</li> | |
| <li>Certain sensitive fields (such as serial values) are encrypted locally.</li> | |
| <li>You can remove local data using the in-app "Erase all local data" action.</li> | |
| </ul> | |
| <h2>Optional cloud services</h2> | |
| <p>Some builds may enable optional Supabase-backed services for account and sync features.</p> | |
| <p>When enabled, data required for those features is transmitted over encrypted connections.</p> | |
| <h2>Data sharing</h2> | |
| <ul> | |
| <li>We do not sell personal data.</li> | |
| <li>We do not use third-party ad networks in the app.</li> | |
| </ul> | |
| <h2>Data retention and deletion</h2> | |
| <ul> | |
| <li>Local data remains on your device until you edit or delete it.</li> | |
| <li>You can erase local app data in Settings.</li> | |
| <li>If a cloud-enabled build is used, contact support for server-side account/data requests.</li> | |
| </ul> | |
| <h2>Children's privacy</h2> | |
| <p>Chrono Vault is not directed to children under 13.</p> | |
| <h2>Contact</h2> | |
| <ul> | |
| <li>Support email: kennynguyen@axon.com</li> | |
| <li>Website: https://apps.apple.com/us/app/chrono-vault/id6762039073</li> | |
| </ul> | |
| <h2>Changes to this policy</h2> | |
| <p>We may update this policy from time to time. The "Last updated" date will reflect the latest revision.</p> | |
| <p><a href="https://apps.apple.com/us/app/chrono-vault/id6762039073">Chrono Vault</a></p> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment