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 NoticeThis 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.
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
- 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
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
latest- Always the most recent buildX.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 --name docuseal-plus -p 3000:3000 -v.:/data ghcr.io/speedbitsinfinitytools/docuseal-plus:latestBy default, the container uses SQLite. For PostgreSQL or MySQL, specify the DATABASE_URL environment variable.
Download docker-compose.yml into your private server:
curl https://raw.githubusercontent.com/speedbitsinfinitytools/docuseal-plus/master/docker-compose.yml > docker-compose.ymlRun 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 upWe 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
This project is a fork of the official DocuSeal project:
- Original Repository: github.com/docusealco/docuseal
- Original Website: docuseal.com
- Original Demo: demo.docuseal.tech
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.
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.
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.