DEV Community

李成斐
李成斐

Posted on

DocTracker: Open-Source Document Tracking Tool — Know Who Reads Your Files

DocTracker — Track Who Reads Your Documents

The Problem

You send out proposals, contracts, pitch decks — but never know if anyone actually reads them. Email tracking is useless when you are sending PDF attachments.

What DocTracker Does

  • Real-time reading analytics — See who opened your document, when, and for how long
  • Page-by-page tracking — Know exactly which pages got attention
  • Unique tracking links — Generate per-recipient links
  • Geo & device insights — See where and on what device they are reading
  • Self-hosted — Data stays on your server, fully private

Tech Stack

Go + Next.js 14 + PostgreSQL + TimescaleDB

Quick Start

git clone https://github.com/gunxueqiu6/doctracker
cd doctracker
docker-compose up -d
Enter fullscreen mode Exit fullscreen mode

Why Open Source?

This is a blank spot in the domestic Chinese market. Existing solutions are all SaaS with per-seat pricing. DocTracker is MIT licensed.

GitHub: https://github.com/gunxueqiu6/doctracker

Top comments (0)