Laravel Telescope-inspired debugging and monitoring for NestJS. Track requests, queries, exceptions, jobs, and 14 more watchers with a beautiful real-time dashboard.
npm install nestlensWatch requests, queries, and exceptions as they happen. No more console.log debugging.
Import and go. Auto-detects TypeORM, Prisma, Bull, and more. No setup required.
IP whitelist, role-based access, and automatic data masking for production safety.
Monitor outgoing emails, HTTP client requests, and multi-channel notifications.
From HTTP requests to background jobs, NestLens captures it all with specialized watchers for every part of your application.
Explore all watchersImport the module, start your app, and open the dashboard.
import { Module } from '@nestjs/common';
import { NestLensModule } from 'nestlens';
@Module({
imports: [
NestLensModule.forRoot({
enabled: process.env.NODE_ENV !== 'production',
}),
],
})
export class AppModule {}Free forever, MIT licensed. Star us on GitHub and join the community.
Auto-detects and integrates with popular NestJS libraries out of the box.
Built with security in mind. Control access, mask sensitive data, auto-cleanup.
Join developers who are already using NestLens to debug their NestJS applications faster.
npm install nestlens