On this page (6 sections)
Where your scan data lives
By default, every row you scan stays in the laptop browser's local storage. ScanSheet's server never sees the barcode value, the quantity, or the note. The only thing the server stores is your account email and a session token, if you choose to sign in.
How the phone-to-laptop connection works
When you click Create session, the laptop generates a one-time token and renders it as a QR code. The phone scans the QR and opens a WebSocket connection directly to the laptop browser, authenticated with that token. The connection does not go through a relay server — the data flows from your phone's browser to your laptop's browser, encrypted with TLS by your hosting provider.
What data ScanSheet's server can see
- If you are signed out: nothing. No account, no email, no scan rows.
- If you are signed in: your email, sign-in timestamps, and subscription status.
- If you are signed in and using Pro cloud backup: your scan rows are uploaded to your own Google Drive, not to ScanSheet.
How to clear your data
Open the More menu in ScanSheet and click Clear all records. This wipes the local storage immediately. There is no recovery from this action — export first if you want a backup.
Open source and audits
ScanSheet's code is auditable. The front-end runs in your browser — you can view source, inspect the network traffic, and verify the WebSocket payload. The server side is documented in the public repository, including how the authentication tokens are generated and how rate limits are applied.
How ScanSheet compares to other storage models
| Approach | Where data lives | Who can see it | Audit trail |
|---|---|---|---|
| ScanSheet (default) | Your browser only | Only you | Browser dev tools |
| ScanSheet + Pro cloud backup | Your Google Drive | Only you + Google | Google Drive activity log |
| Native desktop scanner app | Your machine | Only you | Local logs |
| Cloud-only scanner SaaS | Vendor's database | Vendor + you | Vendor audit log (if provided) |
| Pen + paper | Physically with you | Anyone who sees it | None |