
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@e-sig/react
Advanced tools
React UI for self-contained PDF e-signing — draw-to-sign canvas, sign flow, and signed-receipt components. Framework-agnostic (no Next/Supabase coupling).
Framework-agnostic React UI for the self-contained PDF e-sign flow. No Next.js /
Supabase / design-system coupling — pass a signEndpoint + callbacks.
npm i @e-sig/react react react-dom
import { SelfSignFlow, SelfSignedReceipt, SignaturePadCanvas } from "@e-sig/react";
<SelfSignFlow
documentId={doc.id}
signer={{ name, email }}
preview={<YourDocumentPreview html={doc.body} />}
signEndpoint="/api/esign/sign" // POSTs { document_id, signature_image_data_url }
onSigned={(result) => router.refresh()}
/>;
// once signed:
<SelfSignedReceipt
signedPdfUrl={doc.signed_pdf_url}
signatureImageUrl={doc.signature_image_url}
signatory={doc.signatory}
signedDate={doc.signed_at}
downloadHref={(p) => `/api/esign/download/${encodeURIComponent(p)}`}
backHref="/"
/>;
SignaturePadCanvas — wraps signature_pad; imperative handle
(getImageDataURL → PNG data URL, clear, isEmpty). Fully prop-styled.SelfSignFlow — optional preview + canvas + consent checkbox + Sign
button; POSTs to signEndpoint, calls onSigned(result). Labels/consent text
are props.SelfSignedReceipt — download link + signature image + cert-fingerprint /
IP metadata; downloadHref maps a storage path → a fetchable URL.Uses Tailwind utility classes (incl. shadcn-style theme tokens like
bg-primary, text-muted-foreground); they degrade gracefully without Tailwind
and are overridable via className. Peer deps: react, react-dom. Dep:
signature_pad. License: MIT.
FAQs
React UI for self-contained PDF e-signing — draw-to-sign canvas, sign flow, and signed-receipt components. Framework-agnostic (no Next/Supabase coupling).
The npm package @e-sig/react receives a total of 3 weekly downloads. As such, @e-sig/react popularity was classified as not popular.
We found that @e-sig/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.