-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy-policy.html
124 lines (114 loc) · 3.75 KB
/
privacy-policy.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BiteSmart Privacy Policy</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
color: #1a1a1a;
}
h1 {
color: #3B82F6;
border-bottom: 2px solid #3B82F6;
padding-bottom: 10px;
}
h2 {
color: #2563EB;
margin-top: 30px;
}
h3 {
color: #1D4ED8;
}
ul {
padding-left: 20px;
}
.last-updated {
color: #666;
font-style: italic;
margin-bottom: 30px;
}
.contact {
background-color: #f8fafc;
padding: 20px;
border-radius: 8px;
margin-top: 40px;
}
</style>
</head>
<body>
<h1>BiteSmart Privacy Policy</h1>
<div class="last-updated">Last updated: January 29, 2024</div>
<h2>1. Introduction</h2>
<p>BiteSmart ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our mobile application and services.</p>
<h2>2. Information We Collect</h2>
<h3>2.1 Information You Provide</h3>
<ul>
<li>Account information (email, password)</li>
<li>Profile information (name, age, weight, height)</li>
<li>Food and nutrition data</li>
<li>Photos of food</li>
<li>Health and fitness goals</li>
<li>Exercise and activity data</li>
<li>Sleep patterns</li>
<li>Water intake</li>
</ul>
<h3>2.2 Automatically Collected Information</h3>
<ul>
<li>Device information (model, OS version)</li>
<li>App usage statistics</li>
<li>IP address</li>
<li>Location data (if permitted)</li>
<li>Camera access (for food photos)</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use your information to:</p>
<ul>
<li>Provide and improve our services</li>
<li>Analyze your food and provide nutritional information</li>
<li>Track your progress</li>
<li>Generate personalized recommendations</li>
<li>Send important updates</li>
<li>Improve our AI analysis capabilities</li>
<li>Ensure app security</li>
</ul>
<h2>4. Data Storage and Security</h2>
<ul>
<li>Data is stored securely on Supabase servers</li>
<li>We use industry-standard encryption</li>
<li>Regular security audits</li>
<li>Limited employee access</li>
</ul>
<h2>5. Data Sharing</h2>
<p>We share your data only with:</p>
<ul>
<li>Service providers (analytics, hosting)</li>
<li>When required by law</li>
<li>With your explicit consent</li>
</ul>
<p>We never sell your personal data.</p>
<h2>6. Your Rights</h2>
<p>You can:</p>
<ul>
<li>Access your data</li>
<li>Request data deletion</li>
<li>Opt out of analytics</li>
<li>Update your information</li>
<li>Export your data</li>
</ul>
<h2>7. Children's Privacy</h2>
<p>We do not knowingly collect data from children under 13.</p>
<h2>8. Changes to Policy</h2>
<p>We will notify you of significant policy changes via email or app notification.</p>
<div class="contact">
<h2>9. Contact Us</h2>
<p>Questions about privacy? Contact us at:</p>
<p>privacy@bitesmart.app</p>
</div>
</body>
</html>