Skip to content

Commit bd7bf8f

Browse files
appdevelopskclaude
andcommitted
add SipTide privacy and support pages
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 341a429 commit bd7bf8f

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

privacy-policy/siptide/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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 - SipTide</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #2a2a2a; line-height: 1.6; }
9+
h1 { color: #06262E; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #20A09E; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>Privacy Policy</h1>
15+
<p><strong>SipTide</strong> — Last updated: July 27, 2026</p>
16+
17+
<h2>Overview</h2>
18+
<p>SipTide reminds you to drink water at an interval you choose, lets you log glasses with one tap, and shows your daily progress, streak and weekly stats. Everything is stored on your device. Nothing is uploaded, and there is no account to create.</p>
19+
20+
<h2>Your Data</h2>
21+
<p>Your glasses, goals, streaks and settings are stored only on your device. SipTide has no account system and uploads nothing. Deleting the app deletes the data.</p>
22+
23+
<h2>Analytics &amp; Crash Reporting</h2>
24+
<p>We use Firebase Analytics for anonymized usage data (such as which screens are opened) and Sentry / Firebase Crashlytics for crash reports, so we can fix problems. Neither receives what you log, and neither identifies you.</p>
25+
26+
<h2>Advertising</h2>
27+
<p>The app shows ads via Google AdMob. AdMob may collect device identifiers to deliver and measure ads, in accordance with <a href="https://policies.google.com/privacy">Google's privacy policy</a>. On iOS we ask for your permission through Apple's App Tracking Transparency before any tracking. A one-time in-app purchase removes ads.</p>
28+
29+
<h2>Children's Privacy</h2>
30+
<p>SipTide is not directed to children under 13 and we do not knowingly collect personal information from children.</p>
31+
32+
<h2>Changes</h2>
33+
<p>We may update this policy; changes are posted on this page.</p>
34+
35+
<h2>Contact</h2>
36+
<p><a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p>
37+
</body>
38+
</html>

support/siptide/index.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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>Support - SipTide</title>
7+
<style>
8+
body { font-family: -apple-system, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; color: #2a2a2a; line-height: 1.6; }
9+
h1 { color: #06262E; } h2 { color: #444; margin-top: 32px; }
10+
a { color: #20A09E; }
11+
</style>
12+
</head>
13+
<body>
14+
<h1>SipTide Support</h1>
15+
16+
<h2>How reminders work</h2>
17+
<p>Set your reminder interval in Settings and SipTide counts down to the next nudge. The countdown chip on the home screen always shows how long is left. Reminders need notification permission; if you declined it, enable notifications for SipTide in the iOS Settings app.</p>
18+
19+
<h2>Logging a drink</h2>
20+
<p>Tap <em>Drink Now</em> when you empty a glass, or use the +1 / +2 / +3 chips to log several at once. The ring fills toward your daily goal.</p>
21+
22+
<h2>Changing the daily goal</h2>
23+
<p>Open Settings and pick the number of glasses that suits you. The ring, stats strip and weekly charts all follow the goal you set.</p>
24+
25+
<h2>Streaks</h2>
26+
<p>A day counts toward your streak when you reach your goal. The streak shows on the home stats strip and in your weekly stats.</p>
27+
28+
<h2>The widget</h2>
29+
<p>Add the SipTide widget from your home screen's widget gallery to see today's progress without opening the app.</p>
30+
31+
<h2>Does my data leave the device?</h2>
32+
<p>No. There is no account and nothing is uploaded. Your log lives on this device only, so deleting the app deletes the log.</p>
33+
34+
<h2>Restoring your purchase</h2>
35+
<p>The ad-free unlock is a one-time purchase tied to your Apple ID. On a new device, open <em>Premium</em> and tap <em>Restore Purchases</em>.</p>
36+
37+
<h2>Contact</h2>
38+
<p><a href="mailto:app.develop.sk@gmail.com">app.develop.sk@gmail.com</a></p>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)