Identity firewall · PII detection · encrypted storage · anonymous analytics · right to erasure
Sign-in and billing are handled by external providers. Neither has access to your conversations or your Mind Map. An AWS-hosted service sits between them and Pocket Socrates, converting your account identity into a random pseudonym before anything reaches the app. Your credentials and your content never share the same system.
Every message is scanned before it reaches Soc. When personally identifying information is detected, the app pauses and gives you control over what gets stored. A second silent pass runs before any artifact is written to the database.
Everything written to our database is AES-256-GCM encrypted at the field level and keyed only to your pseudonym. The application has no column that links your content to who you are.
A scheduled pipeline runs entirely outside the application layer. Its input is your encrypted pseudonymous Convex data. Its output is a PostgreSQL analytics store with no individual-level identifiability. This data is used to improve Pocket Socrates, such as when users submit feedback on Soc's responses.
<PERSON>, <LOCATION>, <DATE>. A second independent scrub pass on top of the in-app detection.SHA-256(salt + pseudoId). Salt rotates monthly — monthly datasets cannot be cross-joined. Analytics and app databases cannot be linked even if both were compromised simultaneously.Request deletion from Account Settings at any time. You can also export everything you have built as a complete JSON file whenever you want it.