Natalia Bukhtiiarova's Work | ContraWork by Natalia BukhtiiarovaNatalia Bukhtiiarova
Product designer & design engineer · multi-role products
- $5k+
- Earned
- 1x
- Hired
- 5.00
- Rating
- 8
- Followers
CareWeight — family care plan builder
What would it cost to replace you? That's the question CareWeight opens with. It's a free web app for the family member doing most of the caregiving for an aging parent (usually a daughter carrying the load while siblings "stay updated"). A nine-screen wizard turns her invisible work into a printable care plan with real dollar values: who does what now, what that work costs at market rates, and a redistribution proposal the family can sit down and discuss.
Built solo, end to end: research in caregiver communities, product definition, content design under heavy emotional constraints, visual design, and code. Vanilla JS with no framework, mobile-first, installable as a PWA, WCAG AAA verified with automated audits. The whole thing runs on privacy: no accounts, no server-side storage. A finished plan lives in the browser and travels as an encoded link; analytics are cookieless and never see what anyone typed.
Live at careweight.org (http://careweight.org) Skill translation platform for professionals 50+ Crossplatform mobile app. Policy advisors and investors track 2,508 capability fields across all economies: complexity scores, growth trends, unrealized potential gaps. Compare countries, watch specific fields, get alerts on capability shifts. Two primary user types with fundamentally different needs from the same dataset. AI code generators break on multi-step forms. After 3-4 steps with validation and branching, the AI loses context and starts breaking things it already got right. You spend tokens fixing regressions instead of building.
This template prevents it with strict file separation. Each form step is an isolated component. Modify one step, and nothing else breaks. The AI only needs to read one file at a time.