Perform lookup entirely in the browser
Perform lookup entirely in the browser to avoid server receipt of entered TINs.
Check if your Bangladesh TIN is selected for NBR Risk-Based Audit (AY 2023-24). Client-side, private, instant lookup of 72,342 returns.

A static historical audit list is inconvenient to search manually, especially on mobile, while submitting a tax identifier to another application server creates avoidable query exposure.
The data is historical, not live audit/compliance status.
Claimed NBR provenance, accuracy, completeness, and redistribution rights are not established.
Shipping the dataset to browsers makes records retrievable even though lookup queries stay client-side.
Next.js lookup UI; session-cached static JSON dataset; client-side normalization and exact matching with no TIN submission API.
Next.js lookup UI.
Session-cached static JSON dataset.
Client-side normalization and exact matching with no TIN submission API.
Perform lookup entirely in the browser to avoid server receipt of entered TINs.
Normalize formatting characters but require an exact digit match.
Show match state and mapped details without inferring reasons, current status, or broader compliance.

Share your challenge, scope, and timeline to start a focused conversation.