A component-based CMS framework, server-rendered or headless
No ratings yet# Gemfile
gem "alchemy_cms"Alchemy CMS and High Voltage 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"Easily include static pages in your Rails app
No ratings yet# Gemfile
gem "high_voltage"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 →
Easily include static pages in your Rails app. Write your static pages and put them in the RAILS ROOT/app/views/pages directory. You need authentication around the pages to make sure a user is signed in. You need to render different layouts for different pages. You need to render a partial from the app/views/pages directory. You need to use your own Page resource and would like to use StaticPage resource for high voltage 3239 stars on GitHub · MIT licensed · maintained by thoughtbot. Source: <https://github.com/thoughtbot/high voltage
Read the full High Voltage listing →
Rows where the two differ are marked.
| Alchemy CMS | High Voltage | |
|---|---|---|
| Category | Content | Content |
| Replaces (differs) | Contentful, WordPress | — |
| License (differs) | BSD-3-Clause | MIT |
| GitHub stars (differs) | 905 | 3239 |
| Gem (differs) | alchemy_cms | high_voltage |
| Mounts at (differs) | /admin | — |
| Member rating | — | — |
Nothing unique here.
Nothing unique here.