Show HN: Embeddable DocuSign alternative via native Web Components
1–6 of 6 posts
Re: Show HN: Embeddable DocuSign alternative via native Web Components
#2Recently we released a new embedded JS api for document signing at DocuSeal. Instead of doing it via iframe we decided to provide a JS-based solution.
Here are some benefits over iframe:
- faster load speed
- easy to customize
- optimized on different screen sizes
Also there is a React components library which also works with SSR Next.js https://github.com/docusealco/docuseal-react
Looking for some feedback and would be happy to answer any questions.
Re: Show HN: Embeddable DocuSign alternative via native Web Components
#3Hi, it's Alex from DocuSeal. Recently we released a new embedded JS api for document signing at DocuSeal. Instead of doing it via iframe we decided to provide a JS-based solution. Here are some benefits over iframe: - faster load speed - easy to customize - optimized on different screen sizes Also there is a React components library which also works with SSR Next.js https://github.com/docusealco/docuseal-react Lookin…
Re: Show HN: Embeddable DocuSign alternative via native Web Components
#4Hi, it's Alex from DocuSeal. Recently we released a new embedded JS api for document signing at DocuSeal. Instead of doing it via iframe we decided to provide a JS-based solution. Here are some benefits over iframe: - faster load speed - easy to customize - optimized on different screen sizes Also there is a React components library which also works with SSR Next.js https://github.com/docusealco/docuseal-react Lookin…
What do you mean by native Web components?
Basically instead of using JS snippet for mounting the UI - we're using a custom web element so it can be embedded just with HTML tag without JS.
Re: Show HN: Embeddable DocuSign alternative via native Web Components
#5Earlier quoted context omitted.
What do you mean by native Web components?
The solution utilizes a native web elements (aka web components) browser API for easier embedding into websites: https://developer.mozilla.org/en-US/docs/Web/API/Web_compone... Basically instead of using JS snippet for mounting the UI - we're using a custom web element so it can be embedded just with HTML tag without JS.
You still need a script tag either way it seems.
Re: Show HN: Embeddable DocuSign alternative via native Web Components
#6Earlier quoted context omitted.
The solution utilizes a native web elements (aka web components) browser API for easier embedding into websites: https://developer.mozilla.org/en-US/docs/Web/API/Web_compone... Basically instead of using JS snippet for mounting the UI - we're using a custom web element so it can be embedded just with HTML tag without JS.
What is the main advantage of that for a user? Compared to say a css class or node id? You still need a script tag either way it seems.