<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ali Hassan</title>
    <description>The latest articles on DEV Community by Ali Hassan (@ali_hassan_260b1ff0c18c52).</description>
    <link>https://dev.to/ali_hassan_260b1ff0c18c52</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3857777%2F1ae5b751-422f-4f99-a46a-78fab8849dfd.jpg</url>
      <title>DEV Community: Ali Hassan</title>
      <link>https://dev.to/ali_hassan_260b1ff0c18c52</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ali_hassan_260b1ff0c18c52"/>
    <language>en</language>
    <item>
      <title>Node Telescope — Laravel Telescope for Node.js</title>
      <dc:creator>Ali Hassan</dc:creator>
      <pubDate>Thu, 02 Apr 2026 14:27:31 +0000</pubDate>
      <link>https://dev.to/ali_hassan_260b1ff0c18c52/node-telescope-laravel-telescope-for-nodejs-2dj5</link>
      <guid>https://dev.to/ali_hassan_260b1ff0c18c52/node-telescope-laravel-telescope-for-nodejs-2dj5</guid>
      <description>&lt;p&gt;A debugging and monitoring dashboard that gives you full visibility into your Node.js application.&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is Node Telescope?
&lt;/h2&gt;

&lt;p&gt;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.&lt;br&gt;
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.&lt;/p&gt;

&lt;h2&gt;
  
  
  Zero-Config Quick Start
&lt;/h2&gt;

&lt;p&gt;Getting started takes just a few lines. Here is an Express example:&lt;br&gt;
&lt;code&gt;npm install @node-telescope/express @node-telescope/storage-sqlite&lt;/code&gt;&lt;br&gt;
Then add the middleware to your app and visit &lt;code&gt;http://localhost:3000/__telescope.&lt;/code&gt; That is it - SQLite auto-creates, all watchers are enabled, and the dashboard is served automatically.&lt;/p&gt;

&lt;p&gt;Node Telescope also supports NestJS and Fastify out of the box with dedicated adapter packages.&lt;/p&gt;

&lt;h2&gt;
  
  
  Framework &amp;amp; Storage Support
&lt;/h2&gt;

&lt;p&gt;It works with three major Node.js frameworks: Express (v4 &amp;amp; v5), NestJS (v10 &amp;amp; v11), and Fastify (v5). For storage, you can choose between SQLite (zero-config default, great for development), PostgreSQL (production-ready with JSONB and connection pooling), or MongoDB (document storage with TTL indexes).&lt;/p&gt;

&lt;h2&gt;
  
  
  Secure by Default
&lt;/h2&gt;

&lt;p&gt;Security is built in from the start. Node Telescope auto-disables in production, masks PII (passwords, tokens, credit card numbers), filters sensitive headers, and supports a custom authorization gate for dashboard access. No eval, no server-side template rendering - the dashboard is a pre-built static SPA with CSP headers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It Out
&lt;/h2&gt;

&lt;p&gt;Node Telescope is open source under the MIT license. Check out the repo, give it a star, and let me know what you think!&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/alihassan161820/NodeJs-Telescope" rel="noopener noreferrer"&gt;https://github.com/alihassan161820/NodeJs-Telescope&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  node #javascript #typescript #webdev
&lt;/h1&gt;

</description>
      <category>monitoring</category>
      <category>node</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
