Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docusealco/docuseal
Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://github.com/docusealco/docuseal
daisyui document-signing documents e-signature github-catalyst hotwired-turbo legaltech open-source pdf pdf-sign pdf-signature ruby-on-rails self-hosted tailwindcss vuejs webpack
Last synced: 27 days ago
JSON representation
Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
- Host: GitHub
- URL: https://github.com/docusealco/docuseal
- Owner: docusealco
- License: agpl-3.0
- Created: 2023-07-03T19:54:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:42:01.000Z (7 months ago)
- Last Synced: 2024-04-13T21:13:50.868Z (7 months ago)
- Topics: daisyui, document-signing, documents, e-signature, github-catalyst, hotwired-turbo, legaltech, open-source, pdf, pdf-sign, pdf-signature, ruby-on-rails, self-hosted, tailwindcss, vuejs, webpack
- Language: Ruby
- Homepage: https://www.docuseal.co
- Size: 1.61 MB
- Stars: 5,094
- Watchers: 25
- Forks: 297
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/docusealco/docuseal - Digital document signer (Jump To / Productivity)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/docusealco/docuseal - Digital document signer (Jump To / Productivity)
- jimsghstars - docusealco/docuseal - Open source DocuSign alternative. Create, fill, and sign digital documents ✍️ (Ruby)
README
Open source document filling and signing
DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool.
✨ Live Demo
|
☁️ Try in Cloud[![Demo](https://github.com/docusealco/docuseal/assets/5418788/d8703ea3-361a-423f-8bfe-eff1bd9dbe14)](https://demo.docuseal.co)
## Features
- PDF form fields builder (WYSIWYG)
- 12 field types available (Signature, Date, File, Checkbox etc.)
- Multiple submitters per document
- Automated emails via SMTP
- Files storage on disk or AWS S3, Google Storage, Azure Cloud
- Automatic PDF eSignature
- PDF signature verification
- Users management
- Mobile-optimized
- 6 UI languages with signing available in 13 languages
- API and Webhooks for integrations
- Easy to deploy in minutes## Pro Features
- Company logo and white-label
- User roles
- Automated reminders
- Invitation and identify verification via SMS
- Conditional fields and formulas
- Bulk send with CSV, XLSX spreadsheet import
- SSO / SAML
- Template creation with HTML API ([Guide](https://www.docuseal.co/guides/create-pdf-document-fillable-form-with-html-api))
- Template creation with PDF or DOCX and field tags API ([Guide](https://www.docuseal.co/guides/use-embedded-text-field-tags-in-the-pdf-to-create-a-fillable-form))
- Embedded signing form ([React](https://github.com/docusealco/docuseal-react), [Vue](https://github.com/docusealco/docuseal-vue), [Angular](https://github.com/docusealco/docuseal-angular) or [JavaScript](https://www.docuseal.co/docs/embedded))
- Embedded document form builder ([React](https://github.com/docusealco/docuseal-react), [Vue](https://github.com/docusealco/docuseal-vue), [Angular](https://github.com/docusealco/docuseal-angular) or [JavaScript](https://www.docuseal.co/docs/embedded))
- [Learn more](https://www.docuseal.co/pricing)## Deploy
|Heroku|Railway|
|:--:|:---:|
| [](https://heroku.com/deploy?template=https://github.com/docusealco/docuseal-heroku) | [](https://railway.app/template/IGoDnc?referralCode=ruU7JR)|
|**DigitalOcean**|**Render**|
| [](https://cloud.digitalocean.com/apps/new?repo=https://github.com/docusealco/docuseal-digitalocean/tree/master&refcode=421d50f53990) | [](https://render.com/deploy?repo=https://github.com/docusealco/docuseal-render)#### Docker
```sh
docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal
```By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible use PostgreSQL or MySQL databases by specifying the `DATABASE_URL` env variable.
#### Docker Compose
Download docker-compose.yml into your private server:
```sh
curl https://raw.githubusercontent.com/docusealco/docuseal/master/docker-compose.yml > docker-compose.yml
```Run the app under a custom domain over https using docker compose (make sure your DNS points to the server to automatically issue ssl certs with Caddy):
```sh
sudo HOST=your-domain-name.com docker compose up
```## For Businesses
### Integrate seamless document signing into your web or mobile apps with DocuSealAt DocuSeal we have expertise and technologies to make documents creation, filling, signing and processing seamlessly integrated with your product. We specialize in working with various industries, including **Banking, Healthcare, Transport, Real Estate, eCommerce, KYC, CRM, and other software products** that require bulk document signing. By leveraging DocuSeal, we can assist in reducing the overall cost of developing and processing electronic documents while ensuring security and compliance with local electronic document laws.
[Book a Meeting](https://www.docuseal.co/contact)
## License
Distributed under the AGPLv3 License. See [LICENSE](https://github.com/docusealco/docuseal/blob/master/LICENSE) for more information.
Unless otherwise noted, all files © 2023 DocuSeal LLC.## Tools
- [Signature Maker](https://www.docuseal.co/online-signature)
- [Sign Document Online](https://www.docuseal.co/sign-documents-online)
- [Fill PDF Online](https://www.docuseal.co/fill-pdf)