Privacy

The short version

Your salary data never leaves your device. Not encrypted-and-sent. Not anonymized-and-stored. Never leaves. Period.


How this actually works

Unpakk has no backend. There is no server receiving your CTC, no database storing your salary, no API logging your tax bracket.

The entire tax engine is TypeScript running in your browser. When you type ₹18 LPA and hit calculate, the math happens on your phone or laptop — the same way a calculator app works. The result exists in your browser’s memory and nowhere else.

When you close the tab, the calculation is gone.

What we don’t have

What we do have

How to verify this yourself

  1. Open DevTools → Network tab while using any calculator. You’ll see zero outbound requests carrying your salary data.
  2. Turn off your internet after the page loads. The calculators still work. If your data needed a server, they wouldn’t.
  3. Read the source code. The tax engine is open source. Every slab, every exemption, every cess calculation — inspectable.

What this page is not

This is not a legal privacy policy full of “we may collect” and “third-party partners may.” We don’t have those things, so we don’t need those paragraphs.

If regulations require a formal privacy policy in the future, we’ll add one. It’ll say the same thing with more words.


Architecture last updated: May 2026. Built for FY 2025-26.