Skip to content

Commit b7262d0

Browse files
appdevelopskclaude
andcommitted
Add Size Vault privacy policy and support pages
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 99375ee commit b7262d0

2 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Privacy Policy - Size Vault</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #333; line-height: 1.6; }
9+
h1 { color: #1a1a2e; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #6D5DF6; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Privacy Policy</h1>
15+
<p><strong>Size Vault</strong> — Last updated: June 6, 2026</p>
16+
17+
<h2>Overview</h2>
18+
<p>Size Vault helps families record clothing, shoe, ring, hat, and school-item sizes. We designed the app to be private by default. The information you enter — family members, sizes, brands, notes, and birthdays — is stored only on your device using local storage (SharedPreferences). It is not uploaded to our servers, and there is no account to create.</p>
19+
20+
<h2>Information You Enter</h2>
21+
<p>Any names, sizes, brands, birthdays, and notes you add stay on your device. You can edit or delete this information at any time within the app, including a "Clear all data" option in Settings. Uninstalling the app removes this data from your device.</p>
22+
23+
<h2>Analytics</h2>
24+
<p>We use Firebase Analytics to collect anonymized usage data (such as screen views and feature usage) to help us improve the app. This data is not linked to the personal information you enter and does not identify you.</p>
25+
26+
<h2>Advertising</h2>
27+
<p>The app displays ads via Google AdMob. AdMob may collect device identifiers to deliver and measure ads, in accordance with Google's privacy policy. On iOS, we request your permission through Apple's App Tracking Transparency before any tracking. An optional one-time in-app purchase removes ads.</p>
28+
29+
<h2>Data Export</h2>
30+
<p>You can export your data as JSON, CSV, or a PDF using the share feature. When you do this, you choose where the file is sent (for example, email or another app). We do not receive a copy.</p>
31+
32+
<h2>Children's Privacy</h2>
33+
<p>Size Vault does not knowingly collect personal information from children. All family information is entered by the account holder and stored locally on the device.</p>
34+
35+
<h2>Data Retention</h2>
36+
<p>Because your data is stored locally, you control its retention. Deleting items in the app or uninstalling the app removes the data.</p>
37+
38+
<h2>Contact</h2>
39+
<p>Questions about this privacy policy? Contact us at <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p>
40+
<p><a href="../../support/size-vault/">Support Page</a></p>
41+
</body>
42+
</html>

support/size-vault/index.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Size Vault — Support</title>
7+
<meta name="description" content="Size Vault - keep your family's clothing, shoe, ring, hat and school item sizes in one private place.">
8+
<style>
9+
body { font-family: -apple-system, sans-serif; max-width: 760px; margin: 40px auto; padding: 0 20px; color: #2a2a3a; line-height: 1.65; }
10+
header { text-align: center; margin-bottom: 32px; }
11+
h1 { color: #1a1a2e; margin-bottom: 4px; }
12+
.tag { color: #6D5DF6; font-weight: 600; }
13+
h2 { color: #444; margin-top: 30px; }
14+
a { color: #6D5DF6; }
15+
.faq { background: #f7f5ff; border-radius: 14px; padding: 4px 20px; margin-top: 16px; }
16+
.faq h3 { color: #1a1a2e; font-size: 1rem; margin-bottom: 4px; }
17+
.card { border: 1px solid #ececf5; border-radius: 14px; padding: 18px 20px; margin-top: 20px; }
18+
</style>
19+
</head>
20+
<body>
21+
<header>
22+
<h1>Size Vault</h1>
23+
<p class="tag">Every family size in one place</p>
24+
</header>
25+
26+
<p>Size Vault keeps your family's clothing, shoe, ring, hat, and school-item sizes in one tidy, private place. Add each family member, record their sizes with brand notes, and see how your children grow over time — all stored locally on your device.</p>
27+
28+
<h2>Frequently asked questions</h2>
29+
30+
<div class="faq">
31+
<h3>Where is my data stored?</h3>
32+
<p>Everything stays on your device. There is no account and nothing is uploaded to a server.</p>
33+
</div>
34+
<div class="faq">
35+
<h3>How do I record a size change?</h3>
36+
<p>Open a family member, tap "Add size", and enter the new value. The latest entry becomes the current size, and the previous one is kept in the size history.</p>
37+
</div>
38+
<div class="faq">
39+
<h3>How do I back up my data?</h3>
40+
<p>Go to Settings → Export and choose JSON, CSV, or PDF. You can then save or send the file wherever you like.</p>
41+
</div>
42+
<div class="faq">
43+
<h3>How do I remove ads?</h3>
44+
<p>Open Settings → Remove ads for a one-time purchase. If you reinstall, use "Restore purchase".</p>
45+
</div>
46+
<div class="faq">
47+
<h3>How do I delete everything?</h3>
48+
<p>Settings → Clear all data removes all members and sizes. Uninstalling the app also removes your data.</p>
49+
</div>
50+
51+
<div class="card">
52+
<h2 style="margin-top:6px;">Contact us</h2>
53+
<p>Need help or have a suggestion? Email <a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a> and we'll get back to you.</p>
54+
<p><a href="../../privacy-policy/size-vault/">Privacy Policy</a></p>
55+
</div>
56+
</body>
57+
</html>

0 commit comments

Comments
 (0)