From 72653d87f90ba77c8130d819b0bbd51fc6b48541 Mon Sep 17 00:00:00 2001 From: loheden <35788345+loheden@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:58:10 +0300 Subject: [PATCH] Add Respectlytics to analytics tools list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Respectlytics is an open-source (AGPL-3.0 server, MIT SDKs), privacy-first mobile app analytics platform. It differentiates from the existing web-focused tools by targeting mobile apps with native SDKs for Swift, Kotlin, Flutter, and React Native. Key privacy properties: - Only 5 fields stored per event (event_name, session_id, timestamp, platform, country) - Session-based only — no persistent user IDs or device identifiers - API architecturally rejects any extra data fields, including custom fields - IP addresses processed transiently for country lookup, never stored - Session IDs are RAM-only and rotate every 2 hours - Self-hostable via Docker or available as managed cloud --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9a5764..36271cf 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ - [Umami](https://umami.is/) - A simple, fast, website analytics alternative to Google Analytics. - [Unidentified Analytics](https://unidentifiedanalytics.web.app/) - Naive ip-based tracking that works everywhere (web, command-line, email, etc). No account required. Developer friendly. - [Rybbit](https://rybbit.io) - Open-source and privacy-friendly alternative to Google Analytics that is 10x more intuitive. +- [Respectlytics](https://respectlytics.com) - Open-source, privacy-first, session-based mobile app analytics with strict 5-field storage and no persistent user tracking. [Back to top 🔝](#contents)