Both panes render a real signer page inline on this page — the same checkbox-heavy listing packet (Exclusive Right-of-Sale + Seller's Disclosure), Seller recipient. This is the experience a client would get signing inside the Genie / RETM site or app. The left pane is DocuSeal (the leading "RETM Sign" engine); the right is OpenSign (the compared alternative).
True inline embed, same-origin iframe of /s/<slug> — no redirect/bounce-out.
Interactive fields and checkboxes toggle on a single direct click, zero source patching.
In the native app the same URL loads in a React-Native WebView.
✓ Works on free self-host
Pro (~$20/mo) for the polished <docuseal-form> web component + badge removal
iframe / redirect only — OpenSign has no true inline web component (no embeddable JS
element like DocuSeal's <docuseal-form>). What you see is the full OpenSign signer
app framed cross-origin. Checkboxes here toggle on direct click only because we patched and
rebuilt OpenSign's React source — stock OpenSign forces a bottom modal to tick a box.
⚠ Direct-click checkboxes require a maintained fork
<docuseal-form> component and API template creation.