#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.
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.