Privacy Policy
Last updated: March 11, 2026
1. 100% Local Processing
StateLens is a strictly client-side application. When you upload a .tfstate file, the parsing, layout calculations, and rendering happen entirely within your browser's local memory.
- We do not send your state files to any external server.
- We do not have a database storing your infrastructure details.
- When you close the tab, the parsed data vanishes from memory.
2. The "Local Vault" Feature
If you use the "Save to Local Vault" feature to keep your architecture diagrams for later, that data is saved using your browser's native localStorage API.
This means the data is physically stored on your computer's hard drive, tied to your specific browser. We have absolutely zero access to this data. If you clear your browser cache, the saved diagrams will be permanently deleted.
3. Verifiable Architecture
While StateLens is a proprietary SaaS, you can easily verify our privacy claims using your browser's built-in developer tools. If you open the Network tab in your browser inspector while uploading a state file, you will see that absolutely zero network requests are made with your data. The processing happens entirely in the DOM.