-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
# Maglev | ||
# MaglevCMS | ||
|
||
[![Build Status](https://travis-ci.com/maglevhq/maglev-core.svg?token=Peo8iU6ug5EgwGpofkrd&branch=master)](https://travis-ci.com/maglevhq/maglev-core) | ||
[![Build Status](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml/badge.svg)](https://github.com/maglevhq/maglev-core/actions/workflows/verify.yml) | ||
|
||
Maglev is a page builder / CMS that you can plug in any Ruby on Rails 6+ application. | ||
|
||
![Editor UI](https://gblobscdn.gitbook.com/assets%2F-Me54MJUO0o8Vj5WCTWJ%2F-MeUwrTI6TuqN8mdhZtm%2F-MekxQC_Ueu6lgqhQ9BW%2Feditor-ui-default.jpg?alt=media&token=58e1782a-00c2-4b29-8ff3-0988a90d7517) | ||
MaglevCMS is a website builder / CMS that you can plug in any Ruby on Rails 6+ application. | ||
|
||
## Demo | ||
|
||
Coming soon | ||
Check out our [MaglevCMS PRO demo](https://demo-pro.maglev.dev) to see MaglevCMS in action.\ | ||
This demo showcases the full capabilities of MaglevCMS, including advanced features available in the PRO version. | ||
|
||
|
||
## Getting started / Documentation | ||
|
||
- [Install Maglev](https://docs.maglev.dev/quickstart) | ||
- [Documentation](https://docs.maglev.dev/) | ||
- 🚀 [Install Maglev](https://docs.maglev.dev/quickstart) | ||
- 📚 [Documentation](https://docs.maglev.dev/) | ||
|
||
## Testing | ||
## Interested in more power for your Rails SaaS? | ||
|
||
If for some reasons you want your Maglev site to exist during your tests, | ||
you can use `Maglev::GenerateSite.call` on your setup block. | ||
If you're a Rails SaaS owner looking to offer advanced page-building and customization features to your clients, check out [MaglevCMS PRO](https://pro.maglev.dev). With MaglevCMS PRO, you get premium tools, enhanced customization options, and dedicated support to take your platform to the next level.\ | ||
Explore the full potential of MaglevCMS and see how it can transform your SaaS business. | ||
|
||
## Contributing | ||
Contribution directions go here. | ||
## Testing | ||
|
||
If for some reason you want your Maglev site to exist during your tests, you can use `Maglev::GenerateSite.call` in your setup block. | ||
|
||
## License | ||
|
||
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). |