#134
B+
Rank #113
Papermark
Papermark is an open-source document sharing platform with link-level analytics, similar to DocSend. Its standout trait is a clean modern Next.js stack that's easy to self-host and extend.
69.5
/ 100
β Full Stack
Next.js/TypeScript app using Prisma ORM against PostgreSQL, NextAuth for authentication, and S3-compatible storage for uploaded documents.
π Scaling Analysis
The Next.js frontend/API layer is stateless and scales horizontally behind a load balancer with ease; Postgres is the only stateful piece and handles Papermark's moderate write volume comfortably without sharding.
π Running on Nexlayer
Deploy as a single Next.js pod plus a Postgres pod reached at <podName>.pod:5432; document storage needs an S3-compatible bucket or a mounted volume since the app itself is stateless. Standard Node build, mirror.gcr.io covers the base node image.