Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 2.99 KB

File metadata and controls

84 lines (72 loc) · 2.99 KB
layout home
hero
name text tagline actions
Rails Error Dashboard
Self-Hosted Error Tracking for Rails
Free, forever. Zero SaaS fees, zero lock-in. Professional error tracking for solo founders, indie hackers, and small teams.
theme text link
brand
Get Started
/docs/quickstart/
theme text link
alt
Live Demo
features
icon title details
🎨
Beautiful UI
Modern Bootstrap 5 design with dark/light mode, real-time updates, and responsive layout.
icon title details
📊
Real-time Analytics
Error trends, platform health, correlation insights, baseline monitoring, and occurrence patterns.
icon title details
🔔
Multi-Channel Notifications
Slack, Email, Discord, PagerDuty, and custom webhooks with per-error throttling.
icon title details
📱
Platform Detection
iOS, Android, Web, and API with automatic categorization and platform-specific analytics.
icon title details
🔍
Smart Grouping
Advanced error correlation, cascade detection, fuzzy matching, and custom fingerprinting.
icon title details
High Performance
Async logging, rate limiting, sampling, BRIN indexes, and database optimization built in.
icon title details
🎯
Zero Configuration
Works out-of-the-box with sensible defaults. Full installer guides you through setup in 5 minutes.
icon title details
🔒
Self-Hosted
Complete data ownership. Runs inside your Rails process — no external services, no data leaving your servers.

Quick Start

# Add to Gemfile
gem 'rails_error_dashboard'

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

# Route is added automatically by the generator
# Start your app and visit /red

Why Rails Error Dashboard?

Free Forever

  • $0/month - No subscription fees, ever
  • Unlimited errors - No caps, no tiers, no billing surprises
  • Self-hosted - Complete control over your data

Professional Features

  • Enterprise-grade monitoring without enterprise pricing
  • Multi-channel alerts to keep your team informed
  • Advanced analytics for deep error insights
  • Beautiful UI that rivals commercial solutions

Built for Rails

  • Native Rails integration - Works with Rails 7.0-8.1
  • Zero configuration - Sensible defaults, works out-of-the-box
  • Performance optimized - Async logging, smart caching
  • Fully customizable - Extend with plugins and custom handlers

Contributing

We welcome contributions! See our GitHub repository for feature requests, bug reports, and pull requests.

License

MIT License - see LICENSE for details.