Comparison Matrix
Dual Career Path
Two scenarios, one form. Left column is the stay path — your current city, current rent. Right column is the move path — new income, new cost floor. The delta bar below shows which one wins, and by how much.
Each column keeps its own state. Change the rent on either side and only that side updates. The delta bar re-computes live.
How the matrix works
Each column is a namespaced instance of the tool. Scenario A writes to
relocation_monthly_gain__a;
Scenario B writes to
relocation_monthly_gain__b.
The delta bar subscribes to both keys. Inputs never cross-contaminate.
Same deterministic math as the standalone tool — just run in parallel. Nothing is sent to a server.