Skip to content

SpeedbitsInfinityTools/docuseal-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,375 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocuSeal
DocuSeal Plus

Open source document filling and signing - Plus Edition

Forked and enhanced by Speedbits / Smart In Venture GmbH for Infinity Tools

With Infinity Tools, installation of DocuSeal with Plus features is super easy - included in the Pro version (pay-once-use-forever)!


⚠️ Important Notice

This is a forked version of the official DocuSeal open-source project with additional "Plus Features" enabled. The Plus features were developed with the assistance of AI tools. There may be errors, bugs, or security vulnerabilities. Use at your own risk.

Speedbits (Smart In Venture GmbH) does not assume any liability for damages arising from the use of this software.


Plus Features (Added in this Fork)

This fork includes the following features that are normally part of DocuSeal Pro:

  • User Management - Multiple user roles (Admin, Editor, Viewer) with granular permissions
  • Company Logo Personalization - Upload and display your company logo on documents
  • Email Reminders - Automatic email reminders for pending signature requests

Original DocuSeal 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
  • Mobile-optimized
  • 7 UI languages with signing available in 14 languages
  • API and Webhooks for integrations
  • Easy to deploy in minutes

Deploy

Docker Images

DocuSeal Plus images are available from GitHub Container Registry for both AMD64 and ARM64 architectures:

ghcr.io/speedbitsinfinitytools/docuseal-plus:latest
ghcr.io/speedbitsinfinitytools/docuseal-plus:2.3.0
ghcr.io/speedbitsinfinitytools/docuseal-plus:2.3.0.1

Version Scheme

  • latest - Always the most recent build
  • X.Y.Z - Base DocuSeal version (e.g., 2.3.0)
  • X.Y.Z.N - Plus release number (e.g., 2.3.0.1, 2.3.0.2, ...)

The first three digits match the upstream DocuSeal version. The fourth digit is our Plus release counter.

Docker Run

docker run --name docuseal-plus -p 3000:3000 -v.:/data ghcr.io/speedbitsinfinitytools/docuseal-plus:latest

By default, the container uses SQLite. For PostgreSQL or MySQL, specify the DATABASE_URL environment variable.

Docker Compose

Download docker-compose.yml into your private server:

curl https://raw.githubusercontent.com/speedbitsinfinitytools/docuseal-plus/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):

sudo HOST=your-domain-name.com docker compose up

Contributing

We are grateful for any help, contributions, bug reports, and code fixes!

If you find issues or have improvements to suggest, please:

  • Open an issue on this repository
  • Submit a pull request with your changes
  • Share feedback with the community

Original Project

This project is a fork of the official DocuSeal project:

For DocuSeal Pro features not included in this fork (SMS verification, SSO/SAML, conditional fields, bulk send, etc.), please consider supporting the original DocuSeal team at docuseal.com/pricing.

License

Distributed under the AGPLv3 License. See LICENSE for more information.

  • Original DocuSeal © 2023 DocuSeal LLC
  • Modifications in this fork © 2026 Smart In Venture GmbH

All modifications are subject to the AGPLv3 license terms. The source code for this fork is publicly available at github.com/speedbitsinfinitytools/docuseal-plus.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS, OR SPEEDBITS (SMART IN VENTURE GMBH) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The Plus features in this fork were developed with AI assistance and have not undergone comprehensive security audits. For production use with sensitive documents, please evaluate the code carefully or consider the official DocuSeal Pro offering.

About

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors

Languages

  • Ruby 41.5%
  • Vue 23.6%
  • HTML 23.2%
  • JavaScript 9.8%
  • Shell 1.4%
  • Dockerfile 0.3%
  • Other 0.2%