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.
- Host: GitHub
- URL: https://github.com/mogretici/nestlens
- Owner: mogretici
- License: mit
- Created: 2025-12-22T18:29:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-22T21:09:45.000Z (6 months ago)
- Last Synced: 2025-12-24T08:38:08.860Z (6 months ago)
- Topics: bull, cache, dashboard, debugging, devtools, exceptions, jobs, logging, monitoring, nestjs, prisma, profiling, queries, redis, requests, telescope, tracing, typeorm
- Language: TypeScript
- Homepage: https://nestlens-docs.vercel.app/
- Size: 1.23 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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.
## 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.
Made by Lütfü Öğretici for the NestJS community ❤️