Everything you need to know about how the tool works, what data it touches, and how to get help.
Dewfog has no backend. Every calculation — probability estimation, Monte Carlo simulation, loss exceedance curve — runs entirely in JavaScript inside your browser. Your inputs and results never leave your device.
connect-src: none in its Content Security Policy. This directive instructs the browser to block every outbound network request — including analytics, beacons, and API calls. You can verify this yourself: open DevTools → Network tab, run the model, and observe that no requests are made.
localStorage, sessionStorage, cookies, or IndexedDB. Closing the tab discards all inputs and results.
The Compare page reads .xlsx files through the browser's FileReader API. Files are parsed in memory and never uploaded anywhere — connect-src: none makes server transmission technically impossible on that page too.
Dewfog is free to use with no account, no usage limits, and no time restrictions. The source code is open and published on GitHub.
Dewfog is provided free of charge. Support is available on a best-effort basis — there are no guaranteed response times or SLAs.
Open an issue on GitHub. This is the best way to report a problem or suggest an improvement — it keeps a public record and lets others follow along.
Open an issue ↗