npm.io
0.4.2 • Published 23h ago

nestlens

Licence
MIT
Version
0.4.2
Deps
3
Size
3.7 MB
Vulns
0
Weekly
1.7K
Stars
34

NestLens

NestLens

Debug NestJS Like Never Before

Laravel Telescope-inspired debugging and monitoring for NestJS.
Track requests, queries, exceptions, jobs, and 15 more watchers
with a beautiful real-time dashboard.

npm version npm downloads license stars

Getting Started Configuration Watchers Security

Medium Article

NestLens Dashboard Demo

Why NestLens?

Real-time Monitoring

Watch requests, queries, and exceptions as they happen. No more console.log debugging.

Zero Configuration

Import and go. Works with Express & Fastify. Auto-detects TypeORM, Prisma, Bull, and more.

Security Built-in

IP whitelist, role-based access, and automatic data masking for production safety.


Install

npm install nestlens

Quick Start

import { NestLensModule } from 'nestlens';

@Module({
  imports: [
    NestLensModule.forRoot({
      enabled: process.env.NODE_ENV !== 'production',
    }),
  ],
})
export class AppModule {}

Visit http://localhost:3000/nestlens and start debugging.


Request Exception Log Query Model Cache Redis Job Schedule
Event Batch Mail HTTP Client Notification Gate Command View Dump GraphQL


Made by Lütfü Öğretici for the NestJS community

Keywords