Local autosave
The Cash Runway calculator writes your current scenario to browser localStorage under the keyloadout-runway:wardogs:cash-runway:v1. It stays on that browser profile and can be removed with the calculator’s Reset button or your browser’s site-data controls.
Share links
Clicking “Copy share link” places current cash, reserve, expected income, survival rate, and loadout line names and prices into the URL query string. Anyone who receives that URL can read those values. Do not put personal, confidential, or sensitive information in a loadout name.
What the current code does not include
- No sign-in or user profile.
- No application database or server-side calculator log.
- No advertising or third-party analytics script.
- No game-platform account connection.
Hosting metadata
If the static site is deployed to Cloudflare Pages, the hosting provider may process ordinary request metadata such as IP address, user agent, requested URL, and timestamps under its own policies. That infrastructure processing is separate from the calculator’s local state.
Changes
If analytics, advertising, accounts, or server-side features are added later, this page must be updated before those features go live. This version describes the code shipped with the first static release.