Privacy at le bar
Plain language, because that's the point.
What happens to your chat
- ·Your chat is parsed on your device. When you pick a file, your browser reads it and shows you the stats. Nothing has left your machine yet.
- ·When you press "Write my report", the parsed messages are sent to our server over an encrypted connection. They are held in memory only while the report is written (a few minutes) and are gone when it finishes — success or failure. They are never written to a database, a file, a log, or a backup. There is nowhere in our database a transcript could even be stored.
- ·The AI never sees who you are. Before analysis, every participant name is replaced with an anonymous token (PERSON_A, PERSON_B…), and phone numbers, email addresses, and ID-like numbers are redacted. If a name survives this scrubbing, the job refuses to run rather than proceed. Real names are put back only when the finished report is assembled. Known limitation: names of people who are *mentioned* in the conversation but aren't participants can't always be detected.
What we store
- ·The finished report (with names restored) — so your link works.
- ·Your email address — to send you the link. Used for nothing else.
- ·Job metadata: an ID, timestamps, status, and payment state.
That is the complete list.
How long
Reports delete themselves 30 days after creation. Every report page has a "Delete this report now" button: one click, immediate, permanent — there is no soft-delete, no trash, no recovery.
What we never do
- ·Store or log message content, ever — including in error reports.
- ·Ask for your phone number, contacts, or photos.
- ·Require an account.
- ·Index report pages (they carry
noindexand unguessable URLs). - ·Train AI models on your chats.
Third parties
- ·Anthropic processes the anonymized transcript to write the report (API data is not used for training).
- ·Neon hosts the database (reports + emails, as above).
- ·Resend delivers the notification email.
- ·Vercel hosts the site.