🚀 Now in open beta
Analytics.
Logging.
Monitoring.
Connect rilog-lib in under 5 minutes and get full visibility into events, errors and user behaviour — all in one place. No complex setup, no infrastructure headaches.

5 min
to get started
6+
event types tracked
Real-time
error analytics
Features
Everything you need to understand your app
From low-level HTTP logs to high-level user analytics — Rilog gives you the full picture without the operational overhead.
HTTP Request Logging
Capture every request and response — status codes, headers, payload, timing — without touching your existing routes.
Error Monitoring
Errors are automatically captured and grouped by type — from console errors to failed requests.
Analytics
See success rates, error rates, top failing endpoints and usage trends in one clean view.
User Behaviour
Track what users are doing — page visits, interactions, navigation flows — and understand how your app is really used.
Shareable Snapshots
Share any logged event with your team via a public link. Perfect for bug reports, debugging sessions, or code reviews.
Zero Config Start
Install, pass your key, done. Rilog works out of the box with sensible defaults you can override when needed.
How it works
Up and running in 3 steps
No servers to provision. No agents to install. Just a lightweight library and your connection key.
1
Create an app in Rilog
Sign up, create a new application in the Rilog dashboard, and copy your unique connection key. Takes about 30 seconds.
2
Install rilog-lib
Add the library to your project with npm or yarn, then initialise it with your key. Rilog starts capturing events immediately.
import Rilog from '@rilog-development/rilog-lib'
Rilog.init({ key: 'YOUR_KEY' })
3
Watch events flow in
Open your Rilog dashboard. HTTP requests, errors and custom events start appearing in real time. Filter, inspect, share.
Event Types
Log what matters to you
rilog-lib captures a wide range of event types automatically and lets you fire custom events whenever you need them.
HTTP Requests
JS Errors
User Interactions
Custom Events
Start logging in minutes
Free to start. No credit card required. Works with any JavaScript framework.
$npm install @rilog-development/rilog-lib