Skip to content

Commit

Permalink
pimp the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Aug 30, 2024
1 parent 8f76ac2 commit c36e9c6
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
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).

0 comments on commit c36e9c6

Please sign in to comment.