A SwiftUI iOS app that reads selected Apple Health data and turns the latest daily values into simple, visual health insights.
- Step & Activity Tracking — Daily steps, active energy, exercise minutes
- Heart Rate — Resting and average heart rate with trend indicators
- Sleep Analysis — Sleep duration and quality overview
- Health Insights — Simple daily summaries generated from your Health data
- Charts & Trends — Visual charts powered by Swift Charts
- iOS 17+
- A physical iPhone (HealthKit is not available in the simulator)
- An Apple Developer account for signing
- Clone the repository on macOS.
- Open
HealthAdvisor.xcodeprojin Xcode. - Select the
HealthAdvisorscheme and a physical iPhone target. - In Signing & Capabilities, select your Apple Developer team.
- Build and run — grant Health access when iOS asks.
| Layer | Technology |
|---|---|
| UI Framework | SwiftUI |
| Health Data | HealthKit |
| Charts | Swift Charts |
| Platform | iOS 17+ |
- All health data stays on-device — nothing is sent to external servers.
- HealthKit permissions are requested at runtime and can be revoked anytime in the Health app.
- This repository does not include any personal health data.
MIT — see LICENSE.