v2.0.0 — Production Ready

Your App's Nervous System.

Real-time error tracking, traces, and performance monitoring for developers who care about code quality. Because every exception tells a story.

Free trial
No credit card
Setup in 2 min
nadi — terminal
$ composer require nadi-pro/nadi-laravel
✓ Package installed
✓ Service provider auto-discovered
$ php artisan nadi:install
Copying config … DONE
Installing shipper binary …
Shipper binary installed (v1.2.0)
SUCCESS Nadi is ready to monitor
LIVE
Monitoring active
< 100ms
Avg. response time
10 types
Issue coverage

Everything your app needs, monitored

Backend errors, frontend performance, alerts, and team management — all in one platform.

Error Tracking

Capture 10 issue types with full stack traces, smart deduplication, and affected user tracking. From exceptions to slow queries, nothing escapes monitoring.

Exceptions Queries Queue Jobs HTTP Notifications Scheduler Commands Gates Logs Mail

Real User Monitoring

Core Web Vitals, session tracking, JavaScript error capture, rage click detection, and source map deobfuscation. See your app through your users' eyes.

Web Vitals Sessions JS Errors Page Loads Rage Clicks Network Memory

Alerting & Notifications

Configurable alert rules engine with multi-channel notifications. Acknowledge, resolve, and track alert history across your entire team.

Alert Rules Slack Teams Telegram Webhooks History

Organization & Access

Multi-organization data isolation, team-based roles and permissions, project grouping, invitations, and complete audit trails for compliance.

Organizations Teams Roles Projects Invitations Audit Logs

Up and running in three steps

No complex configuration. Install the package, run the installer, and deploy.

01

Install the Package

terminal
$ composer require nadi-pro/nadi-laravel
✓ Package installed
✓ Service provider auto-discovered
02

Run the Installer

terminal
$ php artisan nadi:install
Copying config … DONE
Installing shipper binary …
✓ Successfully installed Nadi
03

Deploy & Monitor

status
✓ Connected to Nadi
✓ Monitoring 10 issue types
✓ Dashboard ready

Backend and frontend, covered

PHP SDK for server-side error tracking. JavaScript SDK for real user monitoring in the browser.

<?>
PHP SDK Server-side
app.php
// Auto-discovered in Laravel
// Just add to .env:
NADI_API_KEY=your-api-key
NADI_APP_KEY=your-app-key
// Or capture manually:
use Nadi\Laravel\Facades\Nadi;
try {
// your code
} catch (\Throwable $e) {
Nadi::capture($e);
}
JS
JavaScript SDK Browser RUM
app.js
// Install the RUM SDK
import { NadiRUM } from '@nadi/rum';
NadiRUM.init({
appId: 'your-app-id',
endpoint: 'https://app.nadi.pro',
});
// Automatic capture:
// - Core Web Vitals (LCP, INP, CLS)
// - JavaScript errors
// - Session tracking
// - Rage click detection

Supported frameworks

Laravel
WordPress
JavaScript
Soon Node.js
Soon Python
Soon Go
try { nadi.monitor() }
catch(e) { nadi.report(e) }

Ready to Ship
With Confidence?

Join 2,000+ developers who trust nadi to catch bugs before users do.
Start monitoring in under 2 minutes.

No credit card required
30-day free trial
Cancel anytime