More Premium Hugo Themes Premium Vue Themes

Maglev Core

Ruby on Rails website builder

Maglev Core

Ruby on Rails website builder

Author Avatar Theme by maglevhq
Github Stars Github Stars: 318
Last Commit Last Commit: May 22, 2025 -
First Commit Created: Aug 27, 2024 -
default image

Overview

Maglev is a page builder/CMS designed to seamlessly integrate with any Ruby on Rails 6+ application. It offers a user-friendly editor UI for creating and managing content on your website. Although the demo is coming soon, users can easily get started with Maglev by installing it and referring to the provided documentation. Maglev allows for easy testing and even provides instructions for contributing to the project.

Features

  • Page Builder/CMS: Easily integrate a content management system into your Ruby on Rails application.
  • Editor UI: User-friendly interface for creating and managing website content.
  • Installation Guide: Simple setup process for adding Maglev to your project.
  • Testing Support: Ability to include Maglev in your test setup using Maglev::GenerateSite.call.

Installation

To install Maglev in your Ruby on Rails 6+ application, follow these steps:

  1. Add Maglev to your Gemfile:
    gem 'maglev'
    
  2. Install the gem by running:
    bundle install
    
  3. Generate the necessary files by running the following command in your terminal:
    rails generate maglev:install
    
  4. Follow any additional setup instructions provided in the documentation.

Summary

Maglev is a versatile page builder/CMS solution that can be effortlessly integrated into your Ruby on Rails projects. With its editor UI, easy installation process, and testing support, Maglev provides developers with a powerful tool for managing website content. Additionally, the open-source nature of the project encourages contributions from the community, making it a collaborative platform for website development.