-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
55 lines (46 loc) · 3.2 KB
/
Copy pathprivacy-policy.html
File metadata and controls
55 lines (46 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Planner - Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 700px; margin: 0 auto; padding: 24px; line-height: 1.6; color: #333; }
h1 { font-size: 24px; margin-bottom: 8px; }
h2 { font-size: 18px; margin-top: 24px; }
.updated { color: #666; font-size: 14px; margin-bottom: 24px; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p class="updated">Last updated: March 22, 2026</p>
<p><strong>Planner</strong> ("the App") is developed by Carlo Cancellieri. This policy describes how the App handles your data.</p>
<h2>Data Collection</h2>
<p>The App does <strong>not</strong> collect, store, or transmit any personal data to our servers. We do not have servers. All data stays on your device.</p>
<h2>Data Stored on Your Device</h2>
<ul>
<li><strong>API keys</strong> you enter for AI providers (Claude, Gemini, Groq, etc.) are stored locally on your device only.</li>
<li><strong>Saved maps</strong> and activity data are stored locally on your device.</li>
<li><strong>Language preference</strong> is stored locally on your device.</li>
</ul>
<p>This data is never transmitted to us or any third party beyond the services you explicitly choose to use.</p>
<h2>Third-Party Services</h2>
<p>When you use the App, it communicates directly with the following services based on your actions:</p>
<ul>
<li><strong>AI providers</strong> (Anthropic, Google, Groq, xAI, DeepSeek, Mistral, Cohere, Perplexity) — only when you initiate a search, using the API key you provide. Your search queries are sent directly to the provider you select.</li>
<li><strong>OpenStreetMap Nominatim</strong> — for geocoding (converting place names to coordinates). Queries include city names and activity addresses.</li>
<li><strong>Tavily / Serper</strong> (optional) — for web search boosting, only if you configure an API key and initiate a search.</li>
</ul>
<p>Each third-party service has its own privacy policy. We encourage you to review them.</p>
<h2>Location Data</h2>
<p>The App may request access to your device's location (GPS) to center the map on your current position. This data is used only within the App and is never transmitted to us. You can deny location access at any time through your device settings.</p>
<h2>Analytics and Tracking</h2>
<p>The App does <strong>not</strong> use any analytics, tracking, advertising, or telemetry services. No cookies are used.</p>
<h2>Children's Privacy</h2>
<p>The App does not knowingly collect data from children under 13. Since no personal data is collected from any user, no special provisions are needed.</p>
<h2>Changes to This Policy</h2>
<p>We may update this policy from time to time. Changes will be posted in the App and on this page.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, contact: <strong>Carlo Cancellieri</strong> — <a href="https://www.linkedin.com/in/ccancellieri">LinkedIn</a> | <a href="https://github.com/ccancellieri">GitHub</a></p>
</body>
</html>