Data Privacy Architecture

Effective immediately.

1. Extreme Local-First Processing

When you upload a chat export, it never leaves your browser directly. We utilize robust client-side JavaScript regex filtering to immediately identify and strip phone numbers, email addresses, and PII right inside your browser memory.

2. Edge Server Abstraction

Your actual chat file never leaves your device. It is parsed entirely locally in your browser. Only anonymous numerical frequencies and aggregated statistics are securely transmitted to our Cloudflare Workers. These numerical payloads are processed entirely in RAM without database or disk volume persistence, and permanently garbage-collected within milliseconds.

3. Third Party Processors

The analytics output is directly forwarded via secure TLS to the AI provider of your choice (OpenAI, Anthropic, Cloudflare AI, etc.). We configure zero-retention policies using standard enterprise headers to mandate exclusion from LLM training pools.