Railspress
Content management the Rails way. A simple blog and CMS engine for Rails apps
No ratings yet
- Gem
- railspress
- Repository
- aviflombaum/railspress-engine
- License
- MIT
- Stars
- 80
- Added
- August 17, 2026
About
Content management the Rails way. A simple blog and CMS engine for Rails apps.
RailsPress is a mountable Rails engine that gives your app a complete content management system — namespaced and isolated so it stays out of your way.
What you get
- Rich text editing with Lexxy + markdown mode toggle
- Categories, tags, draft/published workflow
- SEO metadata (meta title, meta description)
- Reading time auto-calculation
- Header images with focal point cropping
- Import/export (markdown + YAML frontmatter)
Mounting it
ruby
# Gemfile
gem "railspress"
# config/routes.rb
mount Railspress::Engine, at: "/railspress"
Details
80 stars on GitHub · MIT licensed · maintained by aviflombaum. Source: https://github.com/aviflombaum/railspress-engine
Discussion (0)
Sign in to join the discussion.
No comments yet.