From 39b011eccbf9aa9c93966c4fd5d8e2f25e866281 Mon Sep 17 00:00:00 2001 From: ashim-hq Date: Wed, 22 Apr 2026 19:06:01 +0800 Subject: [PATCH] docs: update privacy policy to reflect analytics --- apps/web/src/pages/privacy-policy-page.tsx | 60 ++++++++++++++++++---- 1 file changed, 51 insertions(+), 9 deletions(-) diff --git a/apps/web/src/pages/privacy-policy-page.tsx b/apps/web/src/pages/privacy-policy-page.tsx index 2fd26ff4..06e315bc 100644 --- a/apps/web/src/pages/privacy-policy-page.tsx +++ b/apps/web/src/pages/privacy-policy-page.tsx @@ -14,7 +14,7 @@ export function PrivacyPolicyPage() {

Privacy Policy

-

Last updated: March 29, 2026

+

Last updated: April 22, 2026

@@ -37,11 +37,52 @@ export function PrivacyPolicyPage() {
-

No Tracking or Analytics

+

Product Analytics

- ashim does not include any telemetry, analytics, or tracking. No data is collected - about your usage patterns, and no information is sent to ashim developers or any third - party. There are no cookies used for tracking purposes. + ashim includes optional, anonymous product analytics. When you choose to participate, + the following is collected: +

+
    +
  • Which tools you use (e.g., "crop tool used")
  • +
  • Error reports without file data
  • +
  • App version and performance metrics
  • +
+

What is never collected:

+
    +
  • Your images, PDFs, and files
  • +
  • File names and contents
  • +
  • Any personal information or IP addresses
  • +
+

+ Analytics data is sent to{" "} + + PostHog + {" "} + (usage analytics) and{" "} + + Sentry + {" "} + (error tracking) — both open-source projects. +

+
+ +
+

Your Choice

+

+ Each user is asked individually on first login whether to participate. You can change + your choice anytime in Settings. Server administrators can disable analytics entirely + by setting{" "} + ANALYTICS_ENABLED=false.

@@ -56,11 +97,12 @@ export function PrivacyPolicyPage() {
-

No Third-Party Services

+

Third-Party Services

- ashim does not integrate with or send data to any external services. AI-powered - features (background removal, upscaling, OCR) run locally using bundled models. No - cloud APIs are involved. + All image processing happens locally — your images are never sent anywhere. If you opt + in to product analytics, anonymous usage data is sent to PostHog and Sentry as + described above. AI-powered features run locally using bundled models. No other + external services are contacted.