Zero-Config Log Monitoring & Charting

Skip days of setup. Get logs and charts in seconds

Live log streaming, automatic charting, and AI log analysis.Zero configuration. Just works.

Live Streaming
Auto-Facet Detection
AI Assistant
Zero Config

See It In Action

Watch how vibex.sh transforms logs into live charts in seconds

vibex.sh screenshot 1

Start in Seconds

Login once, then pipe and visualize. No install. No config.

Step 1: Authenticate

npx vibex-sh login

Opens browser for authentication. Token saved to ~/.vibex/config.json

Step 2: Pipe Your Logs

echo '{"cpu": 45}' | npx vibex-sh

Use Your Standard Loggers

No code changes. No vibex.sh-specific code. Just use your existing logging—Python's logging, Node's winston, or any standard logger. Install the SDK, add one line of configuration, and you're done.

Python SDK

Use Python's standard logging module. No code changes needed.

pip install vibex_sh
from vibex_sh import VibexHandler import logging logger = logging.getLogger('my_app') logger.addHandler(VibexHandler())
Learn more →

Node.js SDK

Use Winston or any standard logger. No code changes needed.

npm install vibex-sdk winston
const { VibexHandler } = require('vibex-sdk'); const winston = require('winston'); const logger = winston.createLogger({ transports: [new VibexHandler()], });
Learn more →
Intelligent Auto-Detection

Send Any Log. We'll Figure It Out.

Auto-detects and visualizes your data from JSON, Nginx, Syslog, Docker, Kubernetes, or any log format. 12+ chart types including gauges, pie charts, scatter plots, histograms, radar charts, and more. No schema. No config. Just intelligent visualization.

Automatic Type Detection

Intelligently selects from 12+ chart types: gauges for percentages, pie/donut for distributions, scatter for correlations, histograms for distributions, and more. Filters out timestamp,id, pid automatically.

Live WebSocket Updates

Charts update instantly. No polling. No refresh. Data visualized within milliseconds.

Zero Configuration

No YAML. No chart definitions. No schemas. Just pipe and watch it choose the right visualization.

// Works with any log format:
{ "cpu": 45, "memory": 78, }
// Or Nginx, Syslog, Docker, K8s...
• Auto-detects format and structure • Extracts facets automatically • Creates appropriate charts

Live Metrics

Updates via WebSocket

LIVE
CPU Usage
Memory Usage
Live

Frequently Asked Questions

Everything you need to know

Ready to Transform Your Log Monitoring?

Join developers who are already using vibex.sh to monitor, visualize, and analyze their applications. Get started in seconds.