Node Telescope — Laravel Telescope for Node.js
A debugging and monitoring dashboard that gives you full visibility into your Node.js application. If you come from the Laravel world, you probably loved Telescope. It gave you a clean dashboard to...

Source: DEV Community
A debugging and monitoring dashboard that gives you full visibility into your Node.js application. If you come from the Laravel world, you probably loved Telescope. It gave you a clean dashboard to monitor requests, exceptions, queries, logs, and more. I wanted that same experience in Node.js, so I built Node Telescope. What Is Node Telescope? Node Telescope is an open-source debugging and monitoring dashboard for Node.js applications. It mirrors Laravel Telescope feature-for-feature, with 18 watchers that capture everything from HTTP requests and database queries to exceptions, logs, cache operations, queued jobs, outgoing mail, and more. It ships with a beautiful React 19 dashboard (built with Tailwind CSS) that updates in real-time via WebSocket. You can even replay any captured request directly from the dashboard to debug issues on the fly. Zero-Config Quick Start Getting started takes just a few lines. Here is an Express example: npm install @node-telescope/express @node-telescope