-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmoothapp.html
More file actions
237 lines (195 loc) · 9.82 KB
/
smoothapp.html
File metadata and controls
237 lines (195 loc) · 9.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy – Smooth</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background: #0A0A0B;
color: #F5F2EC;
line-height: 1.7;
padding: 48px 24px 80px;
}
.container {
max-width: 680px;
margin: 0 auto;
}
.wordmark {
font-family: Georgia, "Times New Roman", serif;
font-size: 28px;
color: #E8E1D4;
letter-spacing: -0.5px;
margin-bottom: 8px;
}
.tagline {
font-size: 14px;
color: #8A8680;
margin-bottom: 48px;
}
h1 {
font-size: 26px;
font-weight: 700;
color: #F5F2EC;
margin-bottom: 6px;
}
.updated {
font-size: 13px;
color: #8A8680;
margin-bottom: 40px;
}
h2 {
font-size: 16px;
font-weight: 600;
color: #E8E1D4;
margin-top: 36px;
margin-bottom: 10px;
padding-bottom: 6px;
border-bottom: 1px solid #2A2A2E;
}
p {
font-size: 15px;
color: #C8C4BE;
margin-bottom: 14px;
}
ul {
list-style: none;
margin-bottom: 14px;
}
ul li {
font-size: 15px;
color: #C8C4BE;
padding: 4px 0 4px 20px;
position: relative;
}
ul li::before {
content: "·";
position: absolute;
left: 6px;
color: #8A8680;
}
a {
color: #E8E1D4;
text-decoration: underline;
text-underline-offset: 3px;
}
.highlight-box {
background: #1A1A1D;
border: 1px solid #2A2A2E;
border-radius: 12px;
padding: 20px 24px;
margin: 24px 0;
}
.highlight-box p {
margin-bottom: 0;
font-size: 14px;
}
.dot-row {
display: flex;
gap: 6px;
align-items: center;
margin-bottom: 20px;
}
.dot {
width: 8px;
height: 8px;
border-radius: 50%;
}
footer {
margin-top: 64px;
padding-top: 24px;
border-top: 1px solid #2A2A2E;
font-size: 13px;
color: #8A8680;
}
</style>
</head>
<body>
<div class="container">
<div class="wordmark">smooth.</div>
<div class="tagline">AI dating reply coach</div>
<h1>Privacy Policy</h1>
<p class="updated">Last updated: April 28, 2026</p>
<div class="highlight-box">
<p>Smooth is a tool designed to help you craft better replies in dating conversations. We take your privacy seriously. This policy explains what data we collect, why we collect it, and how you can control it.</p>
</div>
<h2>1. Who We Are</h2>
<p>Smooth is operated as an independent app. For privacy questions, contact us at: <a href="mailto:[email protected]">[email protected]</a></p>
<h2>2. What Data We Collect</h2>
<p><strong style="color:#E8E1D4;">Screenshots you share</strong></p>
<p>When you drop a screenshot into Smooth, the image is sent to Anthropic's Claude API for analysis. The AI reads the conversation to generate reply suggestions. Your screenshot may also be uploaded to our secure cloud storage (Cloudinary) so we can improve our AI model over time. Screenshots are stored under a randomly generated device identifier — not your name or any personal account.</p>
<p><strong style="color:#E8E1D4;">Email address (optional)</strong></p>
<p>If you join our early access waitlist, we collect your email address. This is used solely to notify you when the full version of Smooth launches and to deliver your promised discount. We do not sell or share your email with third parties.</p>
<p><strong style="color:#E8E1D4;">Usage analytics</strong></p>
<p>We collect anonymized usage events (e.g., "screenshot analyzed," "reply copied") via Firebase Analytics. These events are tied to an anonymous device identifier, not your personal identity. This data helps us understand how the app is used and where to improve.</p>
<p><strong style="color:#E8E1D4;">Local history</strong></p>
<p>Past replies are stored locally on your device so you can review them later. This data never leaves your device unless you choose to share it.</p>
<p><strong style="color:#E8E1D4;">Data we do NOT collect</strong></p>
<ul>
<li>We do not create user accounts or collect your name</li>
<li>We do not access your contacts, location, or microphone</li>
<li>We do not read your camera roll beyond the image you explicitly select</li>
<li>We do not track you across other apps or websites</li>
</ul>
<h2>3. How We Use Your Data</h2>
<ul>
<li><strong style="color:#E8E1D4;">Screenshots</strong> — analyzed by AI to generate reply suggestions; optionally stored to improve our model</li>
<li><strong style="color:#E8E1D4;">Email address</strong> — used to contact you about the Smooth launch and your discount only</li>
<li><strong style="color:#E8E1D4;">Analytics events</strong> — used internally to improve product quality; never sold or shared</li>
</ul>
<h2>4. Third-Party Services and Data Sharing</h2>
<p>Before your first screenshot is processed, Smooth displays an in-app disclosure screen identifying each third-party service and asking for your explicit consent. No screenshot data is transmitted until you tap "I understand, continue."</p>
<p>Smooth uses the following third-party services:</p>
<p><strong style="color:#E8E1D4;">Anthropic (Claude AI)</strong></p>
<p><em>What is sent:</em> The screenshot image you select (a JPEG of your dating app conversation).<br>
<em>Why:</em> To read the conversation context and generate three suggested reply options.<br>
<em>Data retention:</em> Anthropic does not retain API inputs after processing. See <a href="https://www.anthropic.com/privacy" target="_blank">anthropic.com/privacy</a>.</p>
<p><strong style="color:#E8E1D4;">Cloudinary</strong></p>
<p><em>What is sent:</em> The screenshot image you select, stored under a randomly generated anonymous device ID.<br>
<em>Why:</em> To build a dataset of real conversation screenshots that we use to improve Smooth's AI model over time.<br>
<em>Data retention:</em> Stored for up to 12 months then deleted. See <a href="https://cloudinary.com/privacy" target="_blank">cloudinary.com/privacy</a>.</p>
<p><strong style="color:#E8E1D4;">Google Firebase</strong></p>
<p><em>What is sent:</em> Anonymous usage events (e.g., "screenshot analyzed," "reply copied") and, if you join the waitlist, your email address.<br>
<em>Why:</em> To understand how the app is used (analytics) and to manage waitlist communications (Firestore).<br>
<em>Data retention:</em> Per Firebase standard schedule (up to 14 months for analytics). See <a href="https://firebase.google.com/support/privacy" target="_blank">firebase.google.com/support/privacy</a>.</p>
<p>No data is shared with advertising networks, data brokers, or any other third parties beyond those listed above.</p>
<h2>5. Data Retention</h2>
<ul>
<li><strong style="color:#E8E1D4;">Screenshots</strong> — retained in cloud storage for up to 12 months to support model training, then deleted</li>
<li><strong style="color:#E8E1D4;">Email addresses</strong> — retained until you unsubscribe or request deletion</li>
<li><strong style="color:#E8E1D4;">Analytics events</strong> — retained per Firebase's standard retention schedule (up to 14 months)</li>
<li><strong style="color:#E8E1D4;">Local history</strong> — stored on your device indefinitely until you clear it or uninstall the app</li>
</ul>
<h2>6. Your Rights and Choices</h2>
<p>You have the right to:</p>
<ul>
<li>Request deletion of your email address from our waitlist at any time by emailing <a href="mailto:[email protected]">[email protected]</a></li>
<li>Request deletion of any screenshots we have stored by emailing us with your device ID (found in Settings)</li>
<li>Opt out of screenshot uploads — if you prefer your screenshots not be stored, let us know and we will remove them</li>
<li>Clear your local reply history at any time via History → Clear in the app</li>
</ul>
<h2>7. Data Security</h2>
<p>All data is transmitted over encrypted HTTPS connections. Screenshots are stored in access-controlled cloud storage. We do not store full conversation text — only the generated replies are saved locally on your device.</p>
<h2>8. Children's Privacy</h2>
<p>Smooth is intended for users aged 17 and older, consistent with the nature of dating apps. We do not knowingly collect data from children under 13. If you believe a child has used Smooth and submitted personal data, please contact us at <a href="mailto:[email protected]">[email protected]</a> and we will promptly delete it.</p>
<h2>9. Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. When we do, we'll update the "Last updated" date at the top. Continued use of Smooth after changes constitutes acceptance of the revised policy.</p>
<h2>10. Contact Us</h2>
<p>For any privacy questions, data deletion requests, or concerns:</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<div class="highlight-box" style="margin-top: 36px;">
<div class="dot-row">
<div class="dot" style="background:#E8B4B8;"></div>
<div class="dot" style="background:#D4B896;"></div>
<div class="dot" style="background:#A8B8A0;"></div>
</div>
<p>Smooth is built to help you connect — not to collect more than we need. If you ever have questions about your data, we're one email away.</p>
</div>
<footer>
© 2026 Smooth. All rights reserved.
</footer>
</div>
</body>
</html>