Building a Marketplace for Domestic Workers, and the Weight of It
After the limo plugin, my next build carried a different kind of weight. MaidsMe Pro is a job marketplace for domestic workers…
The story of MaidsMe Pro, a WordPress marketplace I built to connect domestic workers with employers, with a privacy first design that protects a worker’s real phone number. Told step by step by a self taught maker, including the design I tore down and rebuilt.
This is a project series. The posts below are in order, starting from Part 1.
After the limo plugin, my next build carried a different kind of weight. MaidsMe Pro is a job marketplace for domestic workers…
My first design for MaidsMe was symmetrical, and the symmetry felt like quality. Two kinds of users, so two of everything, a…
Tearing down your own working code is a specific kind of pain. Version one of MaidsMe worked, two login systems, two dashboards,…
Every platform has one rule that, if you trace it, explains half the codebase. For MaidsMe it is this, no worker’s phone…
The teardown left MaidsMe with one central flow, and this post builds it end to end. An employer browses profiles without any…
Most platforms race content live, sign up, post, visible in seconds. MaidsMe does the opposite on purpose, a worker completes a profile…
A maid’s profile needs different fields from a driver’s. Cooking specialities for one, licence class for the other. The naive build hardcodes…
By the second redesign, I had stopped thinking of the plugin as code with a database attached, and started seeing it truthfully,…
A family hiring someone to work inside their home judges the platform in the first three seconds, before reading a word. If…
MaidsMe was the project where my hardest problems stopped being technical. The limo plugin taught me debugging, payments, and timing rules. This…