-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.45 KB
/
Copy pathindex.html
File metadata and controls
61 lines (56 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cradl by NanthAI</title>
<link rel="stylesheet" href="styles.css?v=3">
</head>
<body>
<main class="page">
<img class="logo" src="BabyWiseBright.png" alt="Cradl heart logo">
<h1>Cradl</h1>
<p class="tagline">Smart Baby Tracking for Modern Parents</p>
<p>Track your baby's feeding, sleep, diapers, and more — all in one beautiful app.</p>
<div class="features">
<div class="feature">
<h3>Quick Logging</h3>
<p>Log events with just a tap. Nursing timer, bottle tracking, diaper changes, sleep, and more.</p>
</div>
<div class="feature">
<h3>Smart Reminders</h3>
<p>Age-appropriate reminders based on pediatric guidelines. Never miss a feeding or diaper change.</p>
</div>
<div class="feature">
<h3>AI Insights</h3>
<p>Daily summaries powered by AI help you spot patterns and understand your baby's routine.</p>
</div>
<div class="feature">
<h3>Family Sharing</h3>
<p>Share access with your partner, grandparents, or caregivers via iCloud Family Sharing.</p>
</div>
<div class="feature">
<h3>Widgets</h3>
<p>See key info on your Home Screen and Lock Screen. Dynamic Island support for live tracking.</p>
</div>
<div class="feature">
<h3>Privacy First</h3>
<p>Your data is stored on your devices and iCloud. Optional AI insights send selected data to OpenAI only after you opt in. No ads, no data selling.</p>
</div>
</div>
<div class="badge">
<!-- App Store badge will go here when the app is live -->
<p><em>Coming soon to the App Store</em></p>
</div>
<div class="links">
<a href="support.html">Support</a>
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
<div class="contact">
<p>Made with care by <strong>NanthAI</strong></p>
<p>Contact: <a href="mailto:support@nanthai.tech">support@nanthai.tech</a></p>
</div>
</main>
</body>
</html>