
A multi-tenant platform that home care agencies run their day on: shift scheduling, caregiver and client records, applicant tracking, messaging and documents. Four roles — owner, manager, caregiver and family — each seeing a different product.
The part I care most about is invisible: per-tenant isolation enforced at the database layer, so no agency can reach another's records even if the application code is wrong. Security that depends on the UI behaving is not security.
Caregivers clock in and out with GPS verification and the timesheet builds itself, then the platform computes gross, tax and net against current federal and California tables. When two payroll partners declined our applications, I replaced the integration with an in-house calculation engine — which removed the dependency and kept the platform out of the money-transmission path entirely.

