E-signatures

Embed signing in your own app

Drop the Stoatify signing form into your product with the embed and React SDKs.

3 min read · Updated June 28, 2026


If you build software, you can embed Stoatify's signing experience directly, so your users sign without leaving your app.

Two packages

  • @stoatify/embed, a framework-agnostic helper: mountSigningForm(element, { token }) drops the signing form into any page and calls you back when it completes.
  • @stoatify/react, a <StoatifySigningForm> component with token and onComplete props for React apps.

Both take a signer token (the same secure token from a submission) and render the chromeless signing form, bridging the completion event back to your code.

Good to know

For the rest of the developer platform (API keys, the CLI, and the SDK), see The CLI and TypeScript SDK.

Tip

Generate a signer's link from a submission, pass its token to the embed, and you have signing inside your own product.

Was this article helpful?

Ready to try it?

Open your vault and put this into practice.

Open app