Compliance Ledger

Self-test calculator

Type your numbers; see what the tool computes for a federal return. Nothing about your inputs leaves this browser tab.

What this is for

Robin built this to plug his own prepared-return numbers in and see if the app reproduces the same federal refund. Same orchestrator (computeFederalReturn) the API endpoint runs 292 audit scenarios against. Same brackets, same QDCG worksheet, same credits logic. If your number matches your prepared return, the math is cross-verified for your shape.

What it covers

What's deferred

How to verify privacy

  1. Open DevTools → Network tab. Filter to "fetch / XHR". Clear.
  2. Type your numbers. Click Compute.
  3. The Network tab stays empty. No request fires.
  4. Refresh — the form blanks. Nothing persists.

The only way values leave this page is if you click Copy inputs as JSON, which writes to your local clipboard (user-initiated, OS-level — never a network call). That's deliberate: it lets you save your inputs to a local file if you want to come back to them.