BlindSpot looks for the promises you make in your email, a photo or screenshot, or something you type in, so it can remind you before they slip. Here's exactly what that means, no jargon, nothing glossed over.
Read-only
We can't send an email, reply to a customer, or delete anything in your inbox.
Never sold
No ad networks, no data brokers. Nothing about your business is ever sold.
Only what you connect
You choose the inbox, what you send in. Nothing else.
Delete anytime
Disconnect a mailbox or delete your account in one step. No support ticket required.
Want the specifics, like encryption, database isolation, and every vendor involved? Keep reading below.
In transit: every connection this app makes, to your browser, to your email provider, and to every other service it talks to, runs over HTTPS/TLS. Every time, no exceptions.
At rest: our infrastructure providers encrypt the underlying disks by default, on encrypted cloud infrastructure. Row-level security also means the database itself physically refuses to return another account's rows. That isolation applies independent of encryption.
An extra layer, on top of the above, live today: mailbox connection credentials (OAuth tokens, or an app-specific password for IMAP providers) are encrypted with their own key (AES-256-GCM) before they're ever written to the database. Separately, the commitment text we store, summary, reference excerpt, and any extracted key info, is encrypted at the database layer itself via an insert/update trigger, so it's ciphertext at rest regardless of which part of the app wrote it.
This isn't just an app-level check we could get wrong. It's enforced at the database itself via row-level security (RLS). Every account's commitments are tagged with that account's ID, and the database is configured to refuse to return rows that don't belong to whoever's logged in, so a bug in the application code alone can't leak your data to another account. The database is the thing saying no.
Disconnect a single mailbox. Remove one connected inbox without touching the rest of your account. BlindSpot stops reading it right away, and commitments already found stay in your list.
Delete your account. One confirmation, and everything is erased: every commitment, every connection, your login. Immediate and permanent, no undo.
Both live in Settings, no support ticket required.