Background grid
Backed by Y Combinator

Observability for modern software teams

Vigilant is a fast and simple tool for tracking logs and metrics. Monitor your application and fix bugs faster.

Vigilant dashboard

Core Features

Simple application monitoring

Search Logs

Store logs from your application in a fast dashboard. Run queries to find relevant info.

Log Display

Track Metrics

Create time-series metrics to track your app. Create dashboards to visualize your system health.

Graph Display

How it works

Drop-in integration

Integrate with your codebase

You send data directly to Vigilant using our SDKs.

Learn more
import { initVigilant, logInfo, metricCounter } from 'vigilant-js'

initVigilant({
  name: 'backend',
  token: 'tk_1234567890', // Use your API key from the dashboard
})

// Automatically send logs, or use logger functions
console.log('Example auto-captured log')
logInfo('Example log from Typescript')
  
// Create a counter metric with a custom tag
metricCounter('user_login_count', 1, { env: 'prod' })

Benefits

Speed and simplicity

Optimized for speed

Vigilant is fast end-to-end, including setup, load times, and queries.

80ms visual asset

Minimal interface

Vigilant is simple to understand. No overwhelming dashboard.

Minimalist interface asset

Keyboard shortcuts

Tons of keyboard shortcuts to speed up your workflow.

Hotkey asset

Start tracking your app