A component-based CMS framework, server-rendered or headless
No ratings yet# Gemfile
gem "alchemy_cms"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.
A component-based CMS framework, server-rendered or headless
No ratings yet# Gemfile
gem "alchemy_cms"Document filling and e-signature — a Rails app, not an engine
No ratings yet# Gemfile
gem "docuseal", github: "docusealco/docuseal"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 →
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 →
Rows where the two differ are marked.
| 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 | — | — |