Cette page est affichée en anglais. Une traduction française est en cours.
SkillsApr 10, 2026·3 min de lecture

Papermark — Open Source Document Sharing Analytics

Papermark is an open-source DocSend alternative for sharing pitch decks and documents with page-by-page analytics, custom domains, and data rooms.

Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 29/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
step-1.md
Commande de staging sûr
npx -y tokrepo@latest install f96288dc-3474-11f1-9bc6-00163e2b0d79 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

TL;DR
Papermark is an open-source DocSend alternative with page-by-page viewing analytics.
§01

What it is

Papermark is an open-source alternative to DocSend for sharing pitch decks, proposals, and documents with detailed analytics. It provides page-by-page viewing data, custom branding, email capture, password protection, and data rooms for due diligence.

Papermark targets startup founders sharing pitch decks with investors, sales teams sharing proposals, and anyone who needs to track how recipients engage with shared documents.

§02

How it saves time or tokens

Papermark replaces the guesswork of email attachments. Instead of sending a PDF and wondering if the recipient read it, Papermark shows exactly which pages were viewed, how long each page was viewed, and when the document was accessed. This data helps founders prioritize investor follow-ups and sales teams identify engaged prospects. Self-hosting gives you full control over document data without paying DocSend's per-seat pricing.

§03

How to use

  1. Clone and run locally:
git clone https://github.com/mfts/papermark.git
cd papermark
cp .env.example .env
pnpm install
pnpm dev
  1. Open http://localhost:3000, upload a document, and generate a trackable sharing link.
  1. Share the link and monitor viewing analytics in the dashboard: page views, time per page, viewer email, and access timestamps.
§04

Example

Papermark API for programmatic document management:

// Upload and share a document via API
const response = await fetch('https://your-papermark.com/api/documents', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer your-api-key',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    name: 'Series A Pitch Deck',
    url: 'https://storage.example.com/pitch-deck.pdf',
    settings: {
      emailProtected: true,
      allowDownload: false,
      expiresAt: '2026-05-01T00:00:00Z'
    }
  })
});

const doc = await response.json();
console.log(`Share link: ${doc.links[0].url}`);
// Recipients must enter email to view
// You see page-by-page analytics in dashboard
§05

Related on TokRepo

§06

Common pitfalls

  • Not enabling email capture means you see view counts but not who viewed the document. Enable email protection for investor and sales documents.
  • Sharing large PDFs without optimizing file size causes slow loading for viewers. Compress documents before uploading.
  • Running Papermark in production without proper authentication exposes your documents. Configure authentication and environment variables before deploying publicly.

Questions fréquentes

What analytics does Papermark provide?+

Papermark tracks page-by-page view duration, total time spent, number of visits, viewer email (if email protection is enabled), access timestamps, and device information. You can see exactly which pages each viewer spent the most time on.

Is Papermark self-hostable?+

Yes. Papermark is open source and can be self-hosted with Docker or deployed to Vercel. You get full control over your documents and analytics data without paying per-seat SaaS pricing.

How does Papermark compare to DocSend?+

Papermark provides similar features to DocSend (document sharing, analytics, email capture, custom domains) but is open source and self-hostable. DocSend charges per seat and is a closed-source SaaS product.

Can I use custom domains?+

Yes. Papermark supports custom domains for sharing links, so your documents appear under your own brand rather than a Papermark URL.

Does Papermark support data rooms?+

Yes. Papermark includes data room functionality for due diligence, where you can organize multiple documents with viewer permissions and access controls.

Sources citées (3)
🙏

Source et remerciements

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires