Skip to content

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

License

Notifications You must be signed in to change notification settings

sametcn99/nestlens

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Auto-detects TypeORM, Prisma, Bull, and more. No setup required.

🔒 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

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%