A privacy-first health data management app. Upload health reports, extract metrics via AI, and query your data through an LLM interface.
- Upload health reports (PDFs)
- AI-powered metric extraction
- Query your health data with natural language
- No PII stored - your data stays yours
- Bring your own AI model key (optional)
| Layer | Technologies |
|---|---|
| Server | Fastify, Drizzle ORM, Postgres, AI SDK v5, Zod |
| Client | React 19, Vite |
| Tooling | pnpm workspaces, TypeScript, ESLint, Vitest |
cd src
nvm install && nvm use
pnpm install
pnpm devSee docs/setup.md for detailed setup instructions.
- Development Setup
- Tmux Setup (optional)
ISC