Back to Portfolio
HealthSteward
In Progress

HealthSteward

Privacy-first agentic AI health coordination system

Story Behind the Project

Managing a chronic illness isn't just a medical challenge — it's a logistics one. I live with endometriosis, PCOS, adenomyosis, and several immune comorbidities, which means coordinating care across multiple specialists, tracking records from different systems, and walking into appointments without losing the thread of what was discussed three visits ago. Every tool I tried either ignored privacy, reduced my health to a checklist, or made me do the heavy lifting of connecting the dots myself.

I started building HealthSteward because nothing else existed that took both patient privacy and care complexity seriously at the same time.

About

HealthSteward is a personal health coordination system that consolidates fragmented medical records across providers and conditions. It uses a local-first architecture — all sensitive processing stays on-device, and no health data is transmitted to external services unless explicitly anonymized first. The system is built to handle the kind of multi-condition, multi-provider complexity that most health tools aren't designed for.

My Role

Sole designer and developer, built in collaboration with Claude Code. This is a personal project — I defined the problem, designed the architecture, and built the full stack end to end, from the FastAPI backend and local LLM integration to the React frontend and PII anonymization pipeline.

Key Features

  • AI-powered visit prep that generates personalized questions for upcoming appointments based on recent records and history
  • Local PDF parsing of after-visit summaries via Ollama with qwen2.5:7b — no cloud required
  • PII anonymization layer for external LLM calls, combining deterministic parsing with targeted LLM calls for unstructured sections
  • Multi-provider record consolidation with condition and medication tracking

Impact

Still in active development — impact section coming once the core system is stable and in daily use.

Technologies

FastAPI SQLAlchemy SQLite React 19 TypeScript Tailwind CSS Claude API Ollama

Links

Open to collaboration and contributions — licensed under GPLv3.

Artifacts

Additional artifacts coming soon.