Rails Error Dashboard

Advanced error tracking and monitoring for Ruby on Rails applications

Download as .zip Download as .tar.gz View on GitHub

Rails Error Dashboard

Self-hosted Rails error monitoring โ€” free, forever. Zero SaaS fees, zero lock-in.

Own your errors. Own your stack. A fully open-source, self-hosted error dashboard for solo founders, indie hackers, and small teams. Professional error tracking with beautiful UI, multi-channel notifications (Slack, Email, Discord, PagerDuty), platform detection (iOS/Android/Web/API), and analytics. 5-minute setup, works out-of-the-box. Rails 7.0-8.1 compatible.

๐ŸŽฎ Live Demo

Try the dashboard: https://rails-error-dashboard.anjan.dev

Credentials: gandalf / youshallnotpass

๐Ÿš€ Quick Start

# Add to Gemfile
gem 'rails_error_dashboard'

# Install
bundle install
rails generate rails_error_dashboard:install
rails db:migrate

# Mount in config/routes.rb
mount RailsErrorDashboard::Engine => '/error_dashboard'

# Start your app and visit /error_dashboard

โœจ Key Features

๐Ÿ“š Documentation

๐Ÿ› ๏ธ Installation

gem 'rails_error_dashboard'

Then run:

rails generate rails_error_dashboard:install

The installer will guide you through:

๐Ÿ“ฆ Whatโ€™s New in v0.1.32

View Full Changelog

๐Ÿ’Ž Why Rails Error Dashboard?

Free Forever

Professional Features

Built for Rails

๐Ÿค Contributing

We welcome contributions! See our GitHub repository for:

๐Ÿ“„ License

MIT License - see LICENSE for details.


Made with โค๏ธ for the Rails community