Personal health dashboard — ingests Apple Health data via Health Auto Export, tracks sleep, HR, HRV, SpO2, steps and readiness scores. Web UI + MCP server for AI assistants
Self-hosted server that receives data from the [Health Auto Export](https://www.healthyapps.dev) iOS app, stores it in PostgreSQL, and provides a web dashboard and MCP server for AI-assisted analysis. ```mermaid flowchart TD App["Health Auto Export (iOS)"] subgraph Server["Go Server (pure Go, no CGO)"]