Documenso screenshot
#98 B Rank #204

Documenso

Open-source e-signature platform positioned as a DocuSign alternative, built on Next.js. Still maturing relative to incumbent e-signature products' compliance/audit feature depth.

Security TypeScript Medium to deploy $10/mo equiv
60.3 / 100

βš™ Full Stack

Next.js full-stack app, Postgres via Prisma for documents/signatures/audit trail, background jobs for PDF generation and email notifications.

πŸ“ˆ Scaling Analysis

Conventional Postgres-backed Next.js app that scales adequately for team-to-mid-market signature volumes; the compile-time URL constraint is the same recurring friction seen across the other Next.js apps in this batch.

πŸš€ Running on Nexlayer

App pod plus postgres pod; NEXT_PUBLIC_WEBAPP_URL again gets baked into the client build, so set it to the final Nexlayer domain before building. mirror.gcr.io/library/node covers the image; signed-document storage needs a persistent volume or S3-compatible bucket.