Skip to content
railsengines.com

Alchemy CMS vs DocuSeal

Alchemy CMS and DocuSeal both sit in content, but they solve different parts of it.

Thin comparison — they do not replace the same product. Kept readable, left out of search.

DocuSeal

Better known

Document filling and e-signature — a Rails app, not an engine

No ratings yet
# Gemfile
gem "docuseal", github: "docusealco/docuseal"

What Alchemy CMS does

Alchemy models pages as compositions of typed elements, which makes it the closest thing in Rails to a structured headless CMS you happen to own. Elements and ingredients: a content model you define in YAML A page tree with nesting and languages A JSON API, so it can be headless when you need it to be Role-based editing permissions The admin is at /admin , configurable through Alchemy.admin path .

Read the full Alchemy CMS listing →

Why you might pick it

  • It also replaces Contentful and WordPress.
  • Its licence is BSD-3-Clause, which may matter more than the feature list.
  • It is published as a gem, so you are not pinning a Git revision.

What DocuSeal does

DocuSeal handles document filling and e-signature: build a form over a PDF, send it, collect signatures. Like Chatwoot, this is a standalone Rails application, not a mountable engine. It gets its own deployment and its own database. It is here because "we need signatures" comes up often enough that knowing the open option exists is worth the entry — and because it makes the trade-off concrete: a second deployment is sometimes genuinely the right call, when nothing mountable covers the job.

Read the full DocuSeal listing →

Why you might pick it

  • It also replaces DocuSign.
  • It has substantially more adoption — 10,200 stars against 905.
  • Its licence is AGPL-3.0, which may matter more than the feature list.

Side by side

Rows where the two differ are marked.

Alchemy CMS vs DocuSeal compared across category, licence and coverage
Alchemy CMS DocuSeal
Category Content Content
Replaces (differs) Contentful, WordPress DocuSign
License (differs) BSD-3-Clause AGPL-3.0
GitHub stars (differs) 905 10200
Gem (differs) alchemy_cms docuseal
Mounts at (differs) /admin
Member rating

What each one gets off your invoice

Both replace

Nothing unique here.

Only Alchemy CMS

Only DocuSeal

Questions

What is the difference between Alchemy CMS and DocuSeal?
Alchemy CMS and DocuSeal both sit in content, but they solve different parts of it.
Can I mount both Alchemy CMS and DocuSeal in the same Rails app?
Technically yes — engines mount at different paths — but they overlap, so running both usually means two sets of tables doing one job. Pick one.

Other comparisons in Content