An open API service indexing awesome lists of open source software.

https://github.com/mogretici/nestlens

Laravel Telescope-inspired debugging and monitoring for NestJS. Track requests, queries, exceptions, jobs, and 14 more watchers with a beautiful real-time dashboard.
https://github.com/mogretici/nestlens

bull cache dashboard debugging devtools exceptions jobs logging monitoring nestjs prisma profiling queries redis requests telescope tracing typeorm

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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


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

```bash
npm install nestlens
```

## Quick Start

```typescript
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 ❤️