You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PRIVACY.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,21 @@
1
1
# Privacy Policy — Parchi
2
2
3
-
**Last updated:** 2026-02-15
3
+
**Last updated:** 2026-02-23
4
4
5
5
## Summary
6
6
7
-
Parchi does **not** collect, store, or transmit any personal data.
7
+
Parchi is local-first, but some features use remote services for authentication and billing.
8
8
9
9
## Data Handling
10
10
11
11
-**No analytics or telemetry.** Parchi does not include any tracking, analytics, or telemetry code.
12
-
-**No remote servers.** All communication goes directly from your browser to the AI provider you configure (e.g. OpenAI, Anthropic, Google). Parchi never proxies requests through its own servers.
13
-
-**API keys stay local.** Your API keys and settings are stored in your browser's local extension storage (`chrome.storage.local`) and are never sent anywhere except to the provider endpoint you configured.
14
-
-**No data retention.** Conversation history exists only in your browser session memory and is not persisted or transmitted.
12
+
-**BYOK mode is direct.** In BYOK mode, your prompts go directly from your browser to your configured provider (OpenAI, Anthropic, OpenRouter, and others).
13
+
-**Managed billing uses backend services.** Paid credit and key-provisioning flows use Parchi backend endpoints plus Stripe webhooks.
14
+
-**Limited billing data.** Parchi stores account email, subscription/credit state, and payment-linked identifiers needed for billing and entitlement checks.
15
+
-**OpenRouter provisioning metadata only.** For managed OpenRouter key provisioning, we store key hash + guardrail/model metadata (not the key secret) in billing records.
16
+
-**No prompt logging by default.** Parchi does not intentionally store prompt/response content for managed billing workflows.
17
+
-**Local settings and keys.** Your extension settings and BYOK provider keys are stored in `chrome.storage.local`.
18
+
-**Conversation retention depends on mode.** Local chat history lives in extension storage. Managed backend routing forwards request payloads to upstream providers and does not intentionally persist prompt content.
15
19
-**No cookies or fingerprinting.** Parchi does not set cookies, use tracking pixels, or fingerprint your browser.
When you use Parchi, your prompts and page content are sent to whichever AI provider you have configured. Please review your provider's privacy policy for how they handle that data.
27
+
-**Stripe** handles payment processing and billing events.
28
+
-**Convex** powers authentication and billing/account APIs.
29
+
-**AI providers** receive prompts/content when you send requests.
30
+
31
+
Please review each provider's privacy policy for their data practices.
0 commit comments