The first 30 days kit
You did the work. This writes it up.
Enter what you found across the standard sweep. It produces a findings report you can
put in front of leadership — the diagnosis, the quick wins, and a proposed plan.
Nothing leaves your browser, and nothing is saved. No account, no
upload, no server, no cookie. Reloading this page clears it.
Verify that yourself — four ways, none of which require trusting us
- Turn off your wifi. The page keeps working. Data cannot leave a
machine that is not connected.
- Open your browser's developer tools, Network tab. Fill in the form,
generate the report, save the PDF. You will see zero requests.
- View source. This is a static page. There is no form action, no
fetch(), and no endpoint to receive anything.
- Reload the page. Everything you typed is gone. Nothing is written
to
localStorage, sessionStorage, or a cookie — the
form only exists in memory while the page is open. You will never have to clear
cookies or clean anything up, because there is nothing to clear.