https://github.com/airen3339/docuseal

https://github.com/airen3339/docuseal

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: airen3339
  • License: agpl-3.0
  • Language: Ruby
  • Default Branch: master
  • Size: 1.11 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

DocuSeal
DocuSeal

Open source document filling and signing

Docker releases Follow @docusealco

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

Features

  • [x] PDF form fields builder (WYSIWYG)
  • [x] 11 field types available (Signature, Date, File, Checkbox etc.)
  • [x] Multiple submitters per document
  • [x] Automated emails via SMTP
  • [x] Files storage on disk or AWS S3, Google Storage, Azure Cloud
  • [x] Automatic PDF eSignature
  • [x] PDF signature verification
  • [x] Users management
  • [x] Mobile-optimized
  • [x] API and Webhooks for integrations
  • [x] Easy to deploy in minutes

Deploy

|Heroku|Railway| |:--:|:---:| | Deploy on Heroku | Deploy on Railway| |DigitalOcean|Render| | Deploy on DigitalOcean | Deploy to Render |Koyeb|Elestio| | Deploy on Koyeb | Deploy on Elestio |

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 DocuSeal!

At 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

License

Distributed under the AGPLv3 License. See LICENSE for more information. Unless otherwise noted, all files © 2023 DocuSeal LLC.

Owner

  • Login: airen3339
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/setup-node v1 composite
  • browser-actions/setup-chrome latest composite
  • ruby/setup-ruby v1 composite
  • postgres 14 docker
.github/workflows/docker.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
Dockerfile docker
  • ruby 3.2.2-alpine3.18 build
docker-compose.yml docker
  • caddy latest
  • docuseal/docuseal latest
  • postgres 15
package.json npm
  • @babel/eslint-parser ^7.21.8 development
  • babel-eslint ^10.1.0 development
  • eslint ^8.40.0 development
  • eslint-config-standard ^17.0.0 development
  • eslint-plugin-import ^2.26.0 development
  • eslint-plugin-n ^15.7.0 development
  • eslint-plugin-promise ^6.1.1 development
  • eslint-plugin-vue ^9.12.0 development
  • @babel/core 7.21.8
  • @babel/plugin-transform-runtime 7.21.4
  • @babel/preset-env 7.21.5
  • @babel/runtime 7.21.5
  • @github/catalyst ^2.0.0-beta
  • @hotwired/turbo https://github.com/docusealco/turbo#main
  • @hotwired/turbo-rails ^7.3.0
  • @rails/activestorage ^7.0.0
  • @tabler/icons-vue ^2.20.0
  • autocompleter ^9.1.0
  • autoprefixer ^10.4.14
  • babel-loader 9.1.2
  • babel-plugin-dynamic-import-node ^2.3.3
  • babel-plugin-macros ^3.1.0
  • canvas-confetti ^1.6.0
  • compression-webpack-plugin 10.0.0
  • css-loader ^6.7.3
  • css-minimizer-webpack-plugin ^5.0.0
  • daisyui ^3.2.1
  • mini-css-extract-plugin ^2.7.5
  • postcss ^8.4.23
  • postcss-import ^15.1.0
  • postcss-loader ^7.3.0
  • sass ^1.62.1
  • sass-loader ^13.2.2
  • shakapacker 7.1.0
  • signature_pad ^4.1.5
  • tailwindcss ^3.3.2
  • terser-webpack-plugin 5.3.8
  • uuid ^9.0.0
  • vue ^3.3.2
  • vue-loader ^17.1.1
  • webpack 5.82.1
  • webpack-assets-manifest 5
  • webpack-bundle-analyzer ^4.7.0
  • webpack-cli 5.1.1
  • webpack-dev-server ^4.15.0
  • webpack-merge 5
yarn.lock npm
  • 756 dependencies
Gemfile rubygems
  • annotate >= 0 development
  • better_html >= 0 development
  • bullet >= 0 development
  • capybara >= 0 development
  • cuprite >= 0 development
  • debug >= 0 development
  • erb_lint >= 0 development
  • factory_bot_rails >= 0 development
  • faker >= 0 development
  • letter_opener_web >= 0 development
  • pry-rails >= 0 development
  • rspec-rails >= 0 development
  • rubocop >= 0 development
  • rubocop-performance >= 0 development
  • rubocop-rails >= 0 development
  • rubocop-rspec >= 0 development
  • simplecov >= 0 development
  • web-console >= 0 development
  • webmock >= 0 development
  • arabic-letter-connector >= 0
  • aws-sdk-s3 >= 0
  • azure-storage-blob >= 0
  • bootsnap >= 0
  • cancancan >= 0
  • devise >= 0
  • devise-two-factor >= 0
  • dotenv >= 0
  • email_typo >= 0
  • faraday >= 0
  • faraday-follow_redirects >= 0
  • google-cloud-storage >= 0
  • hexapdf >= 0
  • image_processing >= 0
  • jwt >= 0
  • lograge >= 0
  • mysql2 >= 0
  • oj >= 0
  • pagy >= 0
  • pdf-reader >= 0
  • pg >= 0
  • premailer-rails >= 0
  • puma >= 0
  • rack >= 0
  • rails >= 0
  • rails-i18n >= 0
  • rails_autolink >= 0
  • rotp >= 0
  • rqrcode >= 0
  • ruby-vips >= 0
  • rubyXL >= 0
  • shakapacker >= 0
  • sqlite3 >= 0
  • strip_attributes >= 0
  • turbo-rails >= 0
  • twitter_cldr >= 0
  • tzinfo-data >= 0
Gemfile.lock rubygems
  • 217 dependencies