Your financial rows stay in your browser
A privacy claim is weak if it asks you to upload the statement first. StatementSift keeps the sensitive part local: file reading, row parsing, balance checks and export generation.

No upload endpoint exists
StatementSift is a static client app. There is no server route that receives your statement file; the hosting layer only serves assets.
Works after the page is loaded
Load the tool, disconnect from the internet, and convert a statement. The conversion still works because parsing and export happen in the browser.
No data-bearing requests
Apart from loading JS, WASM or OCR language assets, the conversion flow does not send requests carrying your financial data.
Never sent to external AI
Transactions are parsed with local algorithms. Your statement content is not sent to any third-party LLM or AI service.
No account or content logs
There is no sign-up flow and no server-side copy of your financial content for us to inspect later.
Frequently asked questions
Open your browser developer tools, check the Network tab, and convert a statement. You should not see a request carrying the file or extracted transactions. You can also go offline after loading the page and run the conversion.
No. There is no upload endpoint that receives the file, so we do not store copies, extracted rows, balances, names, account numbers or derived content.
No. StatementSift only converts file formats and highlights likely row-level errors. It does not provide financial, accounting, tax or legal advice.
Updated · StatementSift team