Problem
In an emergency, finding a compatible blood donor fast is a coordination problem: the people who could help are reachable, but there is no system that ranks them by who is actually the best match right now. Patient records that would speed triage are scattered and, when shared, tend to over-share.
Approach
Thypro pairs a health-records layer with donor matching:
- Consent-scoped record sharing, so a donor match surfaces only what the moment needs and never the full patient history.
- A donor-matching ranking over blood type, distance, and recency of last donation.
- A responsive patient UI in React with offline-tolerant form state for low-bandwidth conditions.
- Campus and partner outreach that sourced the first cohort of donors.
Stack
React · Supabase · FHIR · TypeScript
Outcome
Placeholder — Thypro is in active build and holds a place in the Millennium Fellowship Class of 2026. Rollout figures and pilot results will be filled in here when available (SPEC §13).
The consent model and the matching ranking are the parts that make it more than a directory.
Links
- Live site — to be added
- Repository — to be added once the repo is public