Skip to content

Privacy Policy

Last updated: August 8, 2026

QuietReps collects nothing, sends nothing, and stores everything on your device. There is no account, no server, and no analytics.

That is the entire policy. The rest of this page explains what it means in practice, and what the trade-offs are.

1. What data the app holds

Everything you enter - workouts, activities, weight, height, mood ratings and notes - is written to a SQLite database in the app's private storage on your phone. Android isolates that storage per app, so no other app on the device can read it.

The app makes no network requests of its own. Your entries are never transmitted anywhere, because there is nowhere for them to go.

2. What the app does not do

  • No account, sign-up, email address, or password
  • No cloud database, sync, or backup service
  • No analytics, telemetry, crash reporting, or advertising
  • No cookies or tracking of any kind
  • No third-party processors - nobody else is involved in handling your data

3. Your data is your responsibility

This is the honest trade-off for an app with no server. Because nothing is stored off-device:

  • Uninstalling the app deletes your data permanently. Nothing can restore it.
  • Losing or resetting your phone loses the data with it.
  • There is no “forgot my data” recovery, because no copy exists anywhere else.

Deleting entries in the app removes them from the database on your device. No copy is kept.

4. Storage security

The database is a plain, unencrypted SQLite file inside the app's private storage. Android's per-app isolation is what protects it. It is not additionally encrypted with a passphrase, because that would mean entering one every time you open an offline personal tracker.

Practically, that means anyone who can unlock your phone can open the app and read your entries, and a rooted device or a full device backup could expose the file. Your device lock screen is the meaningful protection here.

5. Health data and GDPR

Weight, height, and mood are health data, which the GDPR treats as a special category. Those rules govern data that someone else processes about you. Here, nobody else processes anything: the data never leaves your device, and the developer has no access to it and no ability to retrieve it.

The rights that would normally require a request - access, rectification, erasure, portability - you exercise directly, by editing or deleting entries in the app, or by uninstalling it.

6. Not a medical device

QuietReps is a personal tracking tool. It is not a medical device, it does not provide medical advice, and it cannot diagnose or treat any condition. BMI in particular is a crude population-level measure and says little about an individual. Talk to a clinician about anything that matters.

7. Changes to this policy

If a future version of the app ever adds a network feature - sync, backup, or anything that transmits your entries - this policy will be updated before that ships, and the change will be visible here.