WhyBuilder
A project exploring how technology could make finding and evaluating homes more useful.
The problem
Finding a rental in Nairobi is a trust problem. Most platforms let anyone post anything, so renters waste time on fake listings and landlords with real properties get lost in the noise.
The approach
WhyBuilder solves that by putting every property through an admin review before renters can see it. No listing goes live without being checked.
What I learned
Building it exposed assumptions I had made about data structure and API design. Fixing those problems taught me more than getting the first version working. The verification workflow is enforced at the API level, not just on the frontend, and that was the right architectural decision.