Skip to content

Commit ad3f903

Browse files
committed
docs: standardize showcase format
1 parent 2fe9f75 commit ad3f903

File tree

1 file changed

+38
-58
lines changed

1 file changed

+38
-58
lines changed

docs/showcase/cycle-sync-ai.mdx

Lines changed: 38 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,42 @@
11
---
2-
title: CycleSyncAI: Personalized Health Plans Powered by Sonar API
3-
description: iOS app that delivers personalized diet and workout recommendations for women, powered by Apple HealthKit and Perplexitys Sonar Pro API.
2+
title: CycleSyncAI | Personalized Health Plans Powered by Sonar API
3+
description: iOS app that delivers personalized diet and workout recommendations for women, powered by Apple HealthKit and Perplexity's Sonar Pro API.
44
sidebar_position: 7
55
keywords: [CycleSyncAI, Sonar API, Perplexity, HealthKit, iOS, menstrual cycle, fitness, nutrition, LLM, AI, wellness, personalized, app]
66
---
77

8-
# CycleSyncAI: Personalized Health Plans Powered by Sonar API
9-
10-
## 🚀 Overview
11-
12-
**CycleSyncAI** is an iOS app designed to provide personalized **diet and workout recommendations** tailored to a woman’s **menstrual cycle phase**.
8+
**CycleSyncAI** is an iOS app designed to provide personalized **diet and workout recommendations** tailored to a woman's **menstrual cycle phase**.
139

1410
By integrating menstrual data from Apple **HealthKit** and optional user profile inputs (age, weight, height, medical conditions, dietary restrictions, goals, and preferences), the app generates dynamic, phase-aware suggestions to support holistic wellness.
1511

16-
Unlike static wellness tools, **CycleSyncAI** leverages **Perplexitys Sonar Pro API** to deliver **expert-informed**, LLM-generated guidance — including a daily grocery list and motivational feedback — customized to the user's cycle and lifestyle.
12+
Unlike static wellness tools, **CycleSyncAI** leverages **Perplexity's Sonar Pro API** to deliver **expert-informed**, LLM-generated guidance — including a daily grocery list and motivational feedback — customized to the user's cycle and lifestyle.
1713

18-
---
19-
20-
## 🧠 Problem & Solution
14+
## Problem & Solution
2115

2216
> **Why it matters:**
23-
Most apps overlook the hormonal changes that affect women’s fitness and nutrition needs across their cycle, leaving users with generic advice.
24-
25-
**CycleSyncAI** bridges this gap by combining Apple HealthKit data with Sonar Pro’s LLM to generate **adaptive, cycle-aware recommendations** for better health outcomes.
17+
Most apps overlook the hormonal changes that affect women's fitness and nutrition needs across their cycle, leaving users with generic advice.
2618

27-
---
28-
29-
## ✨ Features
19+
**CycleSyncAI** bridges this gap by combining Apple HealthKit data with Sonar Pro's LLM to generate **adaptive, cycle-aware recommendations** for better health outcomes.
3020

31-
-**Personalized diet & workout suggestions** per cycle phase
32-
- 🔄 Syncs with Apple HealthKit for real-time cycle tracking
33-
- 👤 User profile inputs for advanced personalization (age, goals, restrictions, etc.)
34-
- 🛒 **Auto-generated daily grocery list**
35-
- 🎨 Smooth, modern UI with gradients and subtle animations
36-
- 💬 **Motivational AI feedback** tailored to user preferences
37-
- 🔒 Local data storage and private processing
21+
## Features
3822

39-
---
23+
* **Personalized diet & workout suggestions** per cycle phase
24+
* Syncs with Apple HealthKit for real-time cycle tracking
25+
* User profile inputs for advanced personalization (age, goals, restrictions, etc.)
26+
* **Auto-generated daily grocery list**
27+
* Smooth, modern UI with gradients and subtle animations
28+
* **Motivational AI feedback** tailored to user preferences
29+
* Local data storage and private processing
4030

41-
## 💡 Motivation
31+
## Motivation
4232

43-
> I wanted a tailored regime for myself and couldnt find it all in one place.
33+
> "I wanted a tailored regime for myself and couldn't find it all in one place."
4434
45-
**CycleSyncAI** was born from the need for a science-backed, easy-to-use app that adapts wellness guidance to women’s natural hormonal rhythms, something missing in most mainstream fitness and nutrition platforms.
46-
47-
---
35+
**CycleSyncAI** was born from the need for a science-backed, easy-to-use app that adapts wellness guidance to women's natural hormonal rhythms, something missing in most mainstream fitness and nutrition platforms.
4836

49-
## 🛠️ Repository Structure
37+
## Repository Structure
5038

39+
```
5140
CycleSyncAI.xcodeproj → Xcode project file
5241
CycleSyncAI/ → Source code
5342
├── EatPlanViewController.swift → Diet plan generation & display
@@ -59,59 +48,50 @@ CycleSyncAI/ → Source code
5948
Main.storyboard → App UI & layout
6049
Assets.xcassets → Images & app icons
6150
Info.plist → Permissions & configurations
51+
```
6252

63-
---
64-
65-
## 🔧 Setup Instructions
53+
## Setup Instructions
6654

6755
1. Clone the repo
6856
2. Open in **Xcode**
6957
3. Ensure Apple HealthKit is enabled on your device
7058
4. Insert your **Sonar Pro API key**
7159
5. Run the app on a physical device (recommended)
7260

73-
---
74-
75-
## 🧬 Sonar API Usage
61+
## Sonar API Usage
7662

7763
The app sends structured prompts to the **Sonar Pro API** including:
7864

79-
- Cycle phase (from HealthKit)
80-
- User profile info (age, weight, goals, etc.)
81-
- Meal preferences & restrictions
65+
* Cycle phase (from HealthKit)
66+
* User profile info (age, weight, goals, etc.)
67+
* Meal preferences & restrictions
8268

8369
In return, it receives:
8470

85-
- **Personalized diet plan**
86-
- **Custom workout plan**
87-
- **Daily grocery list**
88-
- **Motivational feedback**
71+
* **Personalized diet plan**
72+
* **Custom workout plan**
73+
* **Daily grocery list**
74+
* **Motivational feedback**
8975

9076
These are parsed and rendered as styled HTML inside the app using WebViews.
9177

92-
---
93-
94-
## 🎥 Demo Video
78+
## Demo Video
9579

9680
Watch the full app walkthrough here: https://www.youtube.com/watch?v=R558uRLNvUM&t=2s.
9781

9882
> *Note: The LLM takes ~30–60 seconds per request. This wait time was trimmed in the video for brevity.*
9983
100-
---
101-
102-
## ✅ Impact
84+
## Impact
10385

10486
**CycleSyncAI** empowers women to make informed, body-aware decisions in daily life. The app supports better:
10587

106-
- Energy management
107-
- Fitness results
108-
- Mental well-being
109-
- Motivation and confidence
88+
* Energy management
89+
* Fitness results
90+
* Mental well-being
91+
* Motivation and confidence
11092

11193
It also reduces decision fatigue with automatically prepared grocery lists and uplifting guidance.
11294

113-
---
114-
115-
## 🔗 Links
95+
## Links
11696

117-
- [GitHub Repository](https://github.com/medhini98/cyclesyncai-api-cookbook)
97+
* [GitHub Repository](https://github.com/medhini98/cyclesyncai-api-cookbook)

0 commit comments

Comments
 (0)