Privacy
Last updated: 2026-05-10 · Plain English. No dark patterns.
TL;DR
- We store your email, password (hashed), and company name.
- Audit URLs you submit are stored in our database under your account.
- The JS snippet on customer sites uses a random visitor ID stored in localStorage. No cookies. No fingerprinting.
- We never sell or share your data with third parties.
- You can self-host the entire stack and we’ll see none of your data.
Data we collect
On the hosted plan, when you sign up we store: your email address (used to identify your account and send transactional emails), a salted hash of your password (we never see the plaintext after submission), and an optional company name.
When you run an audit, we store: the URL you submitted, the resulting findings, and the time the audit ran. We do not store full page HTML beyond the audit run.
The JS snippet (when installed on your sites) stores in each visitor’s localStorage: a random visitor ID like v_abc123… and the variant each visitor was assigned per experiment. We do not set cookies and do not fingerprint. The visitor ID is meaningless outside your workspace.
Where data lives
Hosted-plan data lives in a Postgres database in the region you signed up in. The Anthropic API (used for AI-drafted findings + variants) processes the visible text of URLs you submit. Anthropic does not retain that data for training under their API terms.
On self-hosted deployments, none of this applies — your data lives in your own Postgres, your own Claude API key, your own infrastructure. We never see it.
Your rights (GDPR / CCPA)
- Access: email contact@codewithmuh.com for a copy of your data.
- Deletion: same address. We delete within 30 days.
- Portability: every audit is downloadable as JSON or Markdown from the dashboard.
- Objection / restriction: same address.
Cookies
We do not use third-party tracking cookies. We use one first-party localStorage entry on the dashboard to store your JWT.
Changes
We’ll update the “last updated” date at the top whenever this changes. Material changes get a heads-up email to active accounts.
Questions? contact@codewithmuh.com