Introduction
Maglev is a Rails engine that adds a page builder and content delivery to your application. Editors work in a visual UI; visitors get HTML rendered by your app, with your routing, auth, and hosting.
Two parts
- Editor — compose pages from sections/blocks without shipping a separate headless CMS UI for every change.
- CMS runtime — stores content and renders it inside your Rails views and layouts.
When it fits
- You want in-app content editing, not a third-party site builder.
- You're already on Rails and want the site to live next to your product code.
Editions
- Open source — single site; plug into one Rails app.
- SaaS plugin — multi-site / multi-theme for platforms, franchises, and agencies (Introduction).