One-line summary: OvertimeLog runs entirely on your computer. It does not transmit your data to any server operated by us or anyone else. There is no such server. There is no account. There is no telemetry.

Contents

  1. Who we are
  2. What data is stored
  3. Where it's stored
  4. GDPR lawful basis
  5. Third parties
  6. Your rights
  7. Data retention
  8. Children's data
  9. Policy changes
  10. Contact

1. Who we are

OvertimeLog is a local-only desktop application that monitors a Slack user's own message history to detect after-hours work and generate billing evidence. This policy covers the OvertimeLog desktop software and the website at overtimelog.com.

For GDPR purposes, you are the data controller when you run OvertimeLog on your own device. The developer does not receive or process your Slack data at any point. The developer acts as the controller only for the small amount of data associated with this website (see ยง5) and, if you purchase a Pro licence, for the payment metadata processed by our payment provider.

2. What data is stored

OvertimeLog stores the following on your device when you use it:

CategoryExampleSource
Slack messages you receive or send Message text, timestamps, channel IDs, permalinks Slack API (your user token)
User & channel metadata Display name, user ID, channel name, DM / group-DM type Slack API
OAuth tokens Your Slack user token (xoxp-โ€ฆ) Slack OAuth flow
Settings & preferences Work-hours, timezone, watched channels, invoice template You, via the app UI
Billing adjustments Manually-entered durations, notes, multipliers You
Licence key (Pro users) A single text file in your app data folder Issued on purchase
Password hash (if enabled) PBKDF2 / scrypt hash of your web-UI password You, in Settings โ†’ Security

We do not collect: analytics, telemetry, crash reports, usage metrics, IP addresses, or anything that leaves your device. There is no "phone home" check. There is no A/B testing.

3. Where it's stored

Everything above lives in a single application-data folder on your computer:

OSPath
Windows%APPDATA%\OvertimeLog\
macOS~/Library/Application Support/OvertimeLog/
Linux~/.local/share/OvertimeLog/

Inside that folder you'll find overtime.db (SQLite), license.key (if Pro), and an exports/ subfolder for PDFs and spreadsheets you generate. Deleting the folder deletes everything.

4. GDPR lawful basis

Where GDPR applies, the lawful basis for processing your personal data through OvertimeLog is legitimate interest (Article 6(1)(f) GDPR) โ€” specifically, your interest in documenting overtime that you are legally entitled to be compensated for.

The European Court of Justice ruling in CCOO v Deutsche Bank (Case C-55/18, 14 May 2019) obliges employers to maintain "an objective, reliable and accessible system" for measuring working time. OvertimeLog is an employee-side mirror of that obligation: when the employer-side system is missing or unreliable, the worker needs their own record. Recital 47 GDPR recognises balancing a data subject's legitimate interests against those of others as a valid basis; documenting one's own unpaid working time is a textbook example.

You process message content authored by third parties (coworkers, managers) incidentally, because it is attached to timestamps that prove when you were contacted. Minimising that exposure is why Privacy Mode exists โ€” see ยง6.

If you would like to inform your employer of the record in advance, a short notice template (Word + PDF) is available: Privacy notice for employers (template).

5. Third parties

OvertimeLog touches three categories of third-party service, and only under the circumstances listed:

5.1 Slack

When you authorise OvertimeLog, the app uses the Slack Web API with your own user token to read your own conversation history. This is the same data Slack already shows you inside the Slack client. Slack's own data practices are governed by Slack's privacy policy.

5.2 Optional AI summaries

If you enable AI summaries in Settings, message content is sent to an endpoint you configure (e.g. a local Ollama or LM Studio instance, or an OpenAI-compatible cloud API). OvertimeLog does not host any AI service. If you point it at a cloud provider, that provider's privacy policy applies to the content you send. Feature is off by default.

5.3 Website hosting & payments

The website at overtimelog.com is served by Cloudflare Pages. Cloudflare processes standard HTTP request logs for security and abuse prevention. Payments for Pro licences are processed by a third-party payment provider (LemonSqueezy or Stripe โ€” see your receipt). The payment provider handles card data directly; we never see your card number. Their privacy policy applies to the purchase transaction.

5.4 Update checks

With your permission (Settings โ†’ Updates, on by default), the desktop app makes a plain HTTPS GET to overtimelog.com/releases.json at most once a week to learn about new versions. The request carries no install ID, no UUID, no usage data, no cookies โ€” just the URL and the default python-requests User-Agent. Your IP is briefly visible to Cloudflare for DDoS protection (the same as for any HTTPS request to any site). The app caches the result locally for seven days; turning the toggle off stops all such requests immediately and the manual Check now button is the only remaining trigger.

No analytics on this website. The privacy section on the landing page promises "no telemetry" โ€” we took that seriously and did not add Google Analytics, Plausible, PostHog, or any other tracker. Cloudflare's server-side request logs are the only record.

6. Your rights under GDPR

Because your data never leaves your device, most GDPR rights are exercised directly inside the app rather than by asking us for a copy:

7. Data retention

Data stays on your device until you delete it. OvertimeLog does not prune, archive, or rotate your records automatically. Uninstalling the app does not delete the app-data folder โ€” that's a separate step so that licence keys and evidence are not accidentally lost when you reinstall. To wipe, delete the folder listed in ยง3.

8. Children's data

OvertimeLog is an occupational tool aimed at adults in professional environments. It is not directed at children under 16, and we do not knowingly process data relating to them.

9. Changes to this policy

If this policy changes materially, the "Last updated" date above will change and a notice will appear on the website homepage for at least 30 days. Because we do not have your email, we cannot notify you directly; please check this page before each new major release if the contents matter to you.

10. Contact

Privacy questions, data-subject requests relating to the website, or anything else: support@overtimelog.com. See /contact for other routes and expected response time.


This document is a plain-English policy rather than formal legal counsel. If your organisation or jurisdiction requires a lawyer-reviewed version, please let us know and we'll coordinate.