Skip to content

Commit 2fe9f75

Browse files
committed
add frontmatter
1 parent 08dcd2c commit 2fe9f75

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

docs/showcase/cycle-sync-ai.mdx

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
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.
4+
sidebar_position: 7
5+
keywords: [CycleSyncAI, Sonar API, Perplexity, HealthKit, iOS, menstrual cycle, fitness, nutrition, LLM, AI, wellness, personalized, app]
6+
---
7+
18
# CycleSyncAI: Personalized Health Plans Powered by Sonar API
29

310
## 🚀 Overview
@@ -40,17 +47,18 @@ Most apps overlook the hormonal changes that affect women’s fitness and nutrit
4047
---
4148

4249
## 🛠️ Repository Structure
43-
CycleSyncAI.xcodeproj → Xcode project file
44-
CycleSyncAI/ → Source code
45-
├── EatPlanViewController.swift → Diet plan generation & display
46-
├── WorkoutPlanViewController.swift → Workout plan generation & display
47-
├── HomepageViewController.swift → Navigation & main screen
48-
├── UserProfileViewController.swift → Input & storage of user data
49-
├── HealthManager.swift → Apple HealthKit menstrual data
50-
├── UserProfile.swift → Local profile model
51-
Main.storyboard → App UI & layout
52-
Assets.xcassets → Images & app icons
53-
Info.plist → Permissions & configurations
50+
51+
CycleSyncAI.xcodeproj → Xcode project file
52+
CycleSyncAI/ → Source code
53+
├── EatPlanViewController.swift → Diet plan generation & display
54+
├── WorkoutPlanViewController.swift → Workout plan generation & display
55+
├── HomepageViewController.swift → Navigation & main screen
56+
├── UserProfileViewController.swift → Input & storage of user data
57+
├── HealthManager.swift → Apple HealthKit menstrual data
58+
├── UserProfile.swift → Local profile model
59+
Main.storyboard → App UI & layout
60+
Assets.xcassets → Images & app icons
61+
Info.plist → Permissions & configurations
5462

5563
---
5664

0 commit comments

Comments
 (0)