Project · App design + development
HD Love
A dating app that matches people through their Human Design charts — depth-first compatibility instead of surface-level prompts.
Description
HD Love pairs people by the structure of their Human Design charts rather than a list of prompts. A pure-Dart bodygraph engine computes each person's chart from their birth data, then the app turns that chart into something legible — compatibility reads, daily readings, and a familiar swipe / match / chat flow built on top of the underlying depth.
The goal is a dating experience that starts from how two people are actually wired, giving matches a reason to exist beyond a photo.
Challenges
Building an accurate bodygraph engine from scratch in Dart — the chart math that usually lives in heavyweight astrology libraries — and keeping it fast on-device. Translating esoteric chart data into clear, skimmable compatibility that a first-time user understands. Layering standard dating-app realtime (swipe, match, chat) on top without losing the chart-driven core. The web app is live; the iOS build is currently in App Store review.