-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
396 lines (359 loc) · 15.7 KB
/
index.html
File metadata and controls
396 lines (359 loc) · 15.7 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ThinkOff Privacy Policy</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: #f5f5f5;
padding: 20px;
}
.container {
max-width: 900px;
margin: 0 auto;
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
h1 {
color: #FF00FF;
margin-bottom: 10px;
font-size: 2.5em;
}
h2 {
color: #FF00FF;
margin-top: 40px;
margin-bottom: 20px;
font-size: 1.8em;
border-bottom: 2px solid #FF00FF;
padding-bottom: 10px;
}
h3 {
color: #333;
margin-top: 30px;
margin-bottom: 15px;
font-size: 1.3em;
}
.last-updated {
color: #666;
font-size: 0.9em;
margin-bottom: 30px;
}
.important {
background: #fff3cd;
border-left: 4px solid #ffc107;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
ul, ol {
margin-left: 20px;
margin-bottom: 15px;
}
li {
margin-bottom: 8px;
}
.data-flow {
background: #f8f9fa;
padding: 15px;
border-radius: 4px;
font-family: monospace;
margin: 15px 0;
white-space: pre-wrap;
}
.summary-box {
background: #e7f3ff;
border-left: 4px solid #2196F3;
padding: 20px;
margin: 30px 0;
border-radius: 4px;
}
.summary-box h3 {
margin-top: 0;
color: #1976D2;
}
.check {
color: #4CAF50;
font-weight: bold;
}
.cross {
color: #f44336;
font-weight: bold;
}
.warning {
color: #ff9800;
font-weight: bold;
}
a {
color: #FF00FF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
margin-top: 50px;
padding-top: 20px;
border-top: 1px solid #ddd;
text-align: center;
color: #666;
}
</style>
</head>
<body>
<div class="container">
<h1>ThinkOff Privacy Policy</h1>
<p class="last-updated"><strong>Last Updated:</strong> November 24, 2025</p>
<div class="important">
<strong>IMPORTANT:</strong> ThinkOff offers two distinct modes with different privacy implications. Please read the relevant section for the mode you use.
</div>
<h2>🏠 LOCAL MODE - Maximum Privacy</h2>
<p>Local Mode uses <strong>your own API keys</strong> and provides maximum privacy. Your queries go directly from your device to AI providers.</p>
<h3>What We Collect (Local Mode)</h3>
<p><strong>Minimal Data Collection:</strong></p>
<ul>
<li><strong>App Settings</strong>: Your preferences, provider selections, and UI customizations (stored locally on your device)</li>
<li><strong>Chat History</strong>: Your conversation history (stored locally on your device)</li>
<li><strong>Optional Telemetry</strong> (Opt-in only): Anonymous usage statistics when you enable "Share Usage Data" in settings</li>
</ul>
<h3>What We Do NOT Collect (Local Mode)</h3>
<ul>
<li><span class="cross">❌</span> <strong>Your API Keys</strong>: Never transmitted or stored on our servers</li>
<li><span class="cross">❌</span> <strong>Your Query Text</strong>: Never sent to our servers</li>
<li><span class="cross">❌</span> <strong>AI Responses</strong>: Never sent to our servers</li>
<li><span class="cross">❌</span> <strong>Images</strong>: Never sent to our servers</li>
<li><span class="cross">❌</span> <strong>Personal Information</strong>: No account creation required</li>
<li><span class="cross">❌</span> <strong>Payment Information</strong>: Not applicable (you pay AI providers directly)</li>
</ul>
<h3>How Your Data Flows (Local Mode)</h3>
<div class="data-flow">Your Device → AI Provider APIs (OpenAI, Anthropic, etc.)
↓
Direct connection - no ThinkOff servers involved</div>
<ul>
<li>Queries go directly from your device to AI providers</li>
<li>ThinkOff servers are <strong>not involved</strong> in query processing</li>
<li>Your API keys never leave your device</li>
<li>Images are sent directly to AI providers (not through our servers)</li>
</ul>
<h3>Optional Telemetry (Local Mode)</h3>
<p>If you opt-in to "Share Usage Data":</p>
<p><strong>What's Shared:</strong> Anonymous statistics only</p>
<ul>
<li>Query type classifications (topic, style, complexity)</li>
<li>Which providers you used</li>
<li>Provider performance metrics</li>
<li>Response times</li>
<li>User feedback (thumbs up/down)</li>
</ul>
<p><strong>What's NOT Shared:</strong></p>
<ul>
<li>Your actual query text</li>
<li>AI responses</li>
<li>API keys</li>
<li>Personal information</li>
<li>Device identifiers</li>
</ul>
<p><strong>Purpose:</strong> To improve provider routing recommendations</p>
<p><strong>You Can Opt-Out:</strong> Disable anytime in Settings → Privacy & Data</p>
<h3>Data Storage (Local Mode)</h3>
<ul>
<li><strong>Local Only</strong>: All data stored on your device</li>
<li><strong>No Cloud Storage</strong>: Nothing stored on ThinkOff servers (except optional anonymous telemetry)</li>
<li><strong>You Control</strong>: You can clear app data anytime</li>
</ul>
<h2>🌐 FULL MODE (Concierge Mode) - Backend Processing</h2>
<p>Full Mode uses ThinkOff's backend infrastructure. Your queries are processed through our servers to provide optimized routing and credit management.</p>
<h3>What We Collect (Full Mode)</h3>
<p><strong>Account Information:</strong></p>
<ul>
<li><strong>Google Sign-In</strong> (Optional): Email address and display name if you sign in with Google</li>
<li><strong>Anonymous Account</strong>: User ID if you continue as guest</li>
</ul>
<p><strong>Query Data:</strong></p>
<ul>
<li><strong>Query Text</strong>: The text of your queries (required to process requests)</li>
<li><strong>Query Metadata</strong>:
<ul>
<li>Provider used</li>
<li>Model used</li>
<li>Token usage (input/output tokens)</li>
<li>Cost information</li>
<li>Response times</li>
<li>Query type classification (topic, style, complexity)</li>
<li>Content type flag (text/image/audio)</li>
<li>Timestamp</li>
</ul>
</li>
</ul>
<p><strong>Payment Information:</strong></p>
<ul>
<li><strong>Credit Balance</strong>: Your credit balance and transaction history</li>
<li><strong>Purchase Records</strong>: Records of credit purchases (amount, date, transaction ID)</li>
<li>Payment processing handled by PayPal/Google Play (we don't store payment card details)</li>
</ul>
<p><strong>Usage Analytics:</strong></p>
<ul>
<li>Provider performance metrics</li>
<li>User preferences and feedback</li>
<li>Service usage patterns</li>
</ul>
<h3>What We Do NOT Store (Full Mode)</h3>
<p><strong>Images:</strong></p>
<div class="important">
<span class="cross">❌</span> <strong>IMPORTANT</strong>: We do NOT store images on our servers<br>
<ul>
<li>Images are converted to base64 on your device</li>
<li>Images are sent directly to AI providers for processing</li>
<li>Images exist only temporarily in memory during request processing</li>
<li>Only a flag indicating that an image was present is stored in query metadata</li>
<li><strong>No image data is saved to our servers or databases</strong></li>
</ul>
</div>
<p><strong>AI Responses:</strong></p>
<ul>
<li>We do not store the full text of AI responses</li>
<li>Only metadata (tokens, cost, response time) is stored</li>
</ul>
<h3>How Your Data Flows (Full Mode)</h3>
<div class="data-flow">Your Device → ThinkOff Backend → AI Provider APIs
↓ ↓ ↓
Query sent Processed & Response returned
with image routed to best through backend
provider to your device</div>
<ul>
<li>Queries are processed through ThinkOff servers</li>
<li>Backend routes queries to optimal AI providers</li>
<li>Responses are returned through our servers</li>
<li>Query metadata is stored in Firebase for analytics and credit management</li>
</ul>
<h3>Data Storage (Full Mode)</h3>
<p><strong>Firebase Firestore:</strong></p>
<ul>
<li>User sessions and account information</li>
<li>Credit balances and transaction history</li>
<li>Query metadata (provider, tokens, cost, timestamps)</li>
<li>User preferences and settings</li>
</ul>
<p><strong>What's NOT Stored:</strong></p>
<ul>
<li>Image data (only content type flag)</li>
<li>Full AI response text (only metadata)</li>
<li>Payment card details (handled by payment processors)</li>
</ul>
<h2>🔄 Third-Party Services</h2>
<h3>AI Providers</h3>
<p><strong>Local Mode:</strong></p>
<ul>
<li>Your queries go directly to AI providers using your API keys</li>
<li>ThinkOff is not involved in the data transfer</li>
<li>Providers process queries according to their privacy policies</li>
</ul>
<p><strong>Full Mode:</strong></p>
<p>Queries are routed through ThinkOff to:</p>
<ul>
<li>OpenAI</li>
<li>Anthropic (Claude)</li>
<li>Google (Gemini)</li>
<li>Grok (xAI)</li>
<li>Mistral</li>
<li>Meta (Llama)</li>
<li>Perplexity</li>
<li>Kimi (Moonshot AI)</li>
</ul>
<p>These providers process queries according to their own privacy policies.</p>
<h3>Payment Processors (Full Mode Only)</h3>
<ul>
<li><strong>PayPal</strong>: Handles credit purchases</li>
<li><strong>Google Play</strong>: Handles in-app purchases</li>
<li>We do not store payment card details</li>
</ul>
<h2>🔒 Data Security</h2>
<p><strong>Local Mode:</strong></p>
<ul>
<li>All data encrypted on your device</li>
<li>API keys stored securely using Android's secure storage</li>
<li>No data transmitted to ThinkOff servers (except optional telemetry)</li>
</ul>
<p><strong>Full Mode:</strong></p>
<ul>
<li>Data in transit encrypted using HTTPS/TLS</li>
<li>Firebase Authentication for secure account management</li>
<li>Firebase Firestore for secure data storage</li>
<li>Images never stored (only passed through temporarily)</li>
</ul>
<h2>👤 Your Rights</h2>
<p><strong>Local Mode:</strong></p>
<ul>
<li>Full control over your data (stored locally)</li>
<li>Can clear app data anytime</li>
<li>Can opt-out of telemetry</li>
<li>No account required</li>
</ul>
<p><strong>Full Mode:</strong></p>
<ul>
<li>Access your data through app settings</li>
<li>Request deletion of your account and data</li>
<li>Unlink Google account anytime</li>
<li>View credit balance and transaction history</li>
</ul>
<h2>📊 Data Retention</h2>
<p><strong>Local Mode:</strong></p>
<ul>
<li>Data stored locally on your device</li>
<li>You control retention (can clear anytime)</li>
<li>Optional telemetry: Anonymous data retained for analytics</li>
</ul>
<p><strong>Full Mode:</strong></p>
<ul>
<li>Query metadata retained for analytics and service improvement</li>
<li>Account data retained while account is active</li>
<li>Can request deletion at any time</li>
</ul>
<h2>👶 Children's Privacy</h2>
<p>ThinkOff is not intended for users under 13 years of age. We do not knowingly collect information from children under 13.</p>
<h2>📝 Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by updating the "Last Updated" date.</p>
<h2>📧 Contact Us</h2>
<p>If you have questions about this Privacy Policy, please contact us at:</p>
<ul>
<li>Email: <a href="mailto:hello@thinkoff.app">hello@thinkoff.app</a></li>
<li>Website: <a href="https://thinkoffapp.github.io/thinkoff-privacy/">https://thinkoffapp.github.io/thinkoff-privacy/</a></li>
</ul>
<div class="summary-box">
<h2>📋 Quick Summary</h2>
<h3>Local Mode</h3>
<ul>
<li><span class="check">✅</span> Uses your own API keys (never sent to us)</li>
<li><span class="check">✅</span> Queries go directly to AI providers</li>
<li><span class="check">✅</span> All data stored locally on your device</li>
<li><span class="check">✅</span> Maximum privacy - we don't see your queries</li>
<li><span class="warning">⚠️</span> Optional anonymous telemetry (opt-in)</li>
</ul>
<h3>Full Mode</h3>
<ul>
<li><span class="check">✅</span> Convenient credit-based system</li>
<li><span class="check">✅</span> Optimized provider routing</li>
<li><span class="check">✅</span> Query metadata stored for analytics</li>
<li><span class="cross">❌</span> Images NOT stored (only passed through)</li>
<li><span class="cross">❌</span> Full AI responses NOT stored (only metadata)</li>
<li><span class="warning">⚠️</span> Queries processed through our servers</li>
</ul>
</div>
<div class="footer">
<p>© 2025 ThinkOff. All rights reserved.</p>
<p><a href="https://thinkoffapp.github.io/">Back to ThinkOff</a></p>
<!-- Updated: November 24, 2025 -->
</div>
</div>
</body>
</html>