AblyMonitor Logo

AblyMonitor is a self-hostable NextJS app that visualizes exceptions in a dashboard as they are thrown from your application in real time.

Apps like Sentry and Datadog exist for observability, but they often come with complex setups and a steep learning curve, and sometimes you may just be looking at a narrower problem of needing exception monitoring.

The error message dashboard works by integrating into your application and capturing exceptions as they occur. It provides a real-time interface that displays these exceptions in a user-friendly manner, allowing developers to quickly identify and respond to issues.

On refresh, AblyMonitor pulls up to the last 1000 messages from the Ably channel and displays them

AblyMonitor is an open source project. You can find the code on GitHub here.

Run your own instance of AblyMonitor:
How to run

Â