Now with OpenTelemetry OTLP support

Observability in 2 lines of code

Zero-config monitoring for modern apps. Auto-capture errors, performance metrics, and HTTP requests. Built for developers who ship fast with AI.

$npm install @vibesignals/observe
app.ts
typescript
import { observe } from '@vibesignals/observe';

observe.init('YOUR_API_KEY');
// That's it! Your app is now being monitored

What gets captured automatically

Just init the SDK. Everything below is tracked without any additional code.

🔴

Errors

Unhandled exceptions & promise rejections

🌐

HTTP

All fetch/XHR with timing & status

📝

Console

Log, warn, and error calls

Performance

Web Vitals (LCP, FID, CLS)

Built for the way you work

Everything you need, nothing you don't. Simple API, powerful features.

Zero Config

Works instantly with sensible defaults. No configuration files, no complex setup. Just init and go.

Tiny Bundle

Only 58KB for custom events mode. Choose OTLP mode (176KB) when you need OpenTelemetry compliance.

Auto-Capture

Automatically tracks errors, HTTP requests, console logs, and Web Vitals. No manual instrumentation needed.

TypeScript First

Full type safety with IntelliSense support. Catch errors before runtime with complete type definitions.

Privacy Built-In

Automatic data sanitization and masking. Emails, IPs, and sensitive keys are protected by default.

Framework Agnostic

Works with any JavaScript framework. First-class integrations for React, Vue, Angular, Express, and more.

Track what matters to your business

Beyond auto-capture, use simple APIs to track custom events, metrics, and traces. Correlate user actions with performance data.

  • Custom business events
  • Performance metrics
  • Distributed traces
  • User context
events.ts
typescript
// Track custom business events
observe.event('user.signup', { plan: 'premium' });

// Track metrics
observe.metric('checkout.duration', 1234);

// Trace function execution
await observe.trace('process-payment', async () => {
  return await processPayment();
});

Works with your AI coding tool

Just paste one prompt. We support all major AI platforms.

CursorClaude CodeGitHub CopilotLovable.devBolt.newReplitWindsurfv0 by VercelChatGPTGeminiBase44Figma

First-class framework support

Dedicated integrations with framework-specific features like error boundaries, middleware, and interceptors.

Next.js
React
🌿
Vue
🅰
Angular
🚂
Express
💚
Node.js

Start monitoring in 2 minutes

Get instant visibility into your application. No credit card required.