Understand the <<why>> of user analytics
Stop wasting time analyzing dashboards and cohorts. Orwel detects emotions in micro-gestures to understand user behavior. Oh, and it does it in real-time.
npm i orwel@latest











Know everything about your visitors
Your users already know you, but you don't. Orwel allows you to analyze their behavior and emotions without affecting their privacy.
Real-time Monitoring
Orwel identifies critical moments of your users and acts in real-time
Plug and Play
Track frontend events with zero dependencies
Anomaly Detection
Identify issues before they impact your monthly goals.
Automated AI Playbooks
Generate action plans to fix problems instantly
Easy Integrations
Connect with your existing tools via OAuth in minutes
How Orwel Works?
Get started in minutes, not weeks
1
Track
Install the SDK in minutes and start tracking events of your users
npm i orwel@latest
2
Understand
Orwel uses AI and complex algorithms to understand emotions, intents and behavior of the user
Viewed "/how-it-works"
3
Act
Orwel acts in real-time, adapting to your users personality and behavior
Visitor installed Orwel
1️⃣ Send a welcome email
2️⃣ Check in the db that there are no problems
Lightweight, Powerful SDK
Track frontend events with zero dependencies
- Lightweight client
- Works with all major frameworks
- Detailed documentation
import { orwel } from 'orwel'
orwel.init({
apiKey: 'orwel_xxxxxxxxxxxxx',
autoMonitor: true
})
orwel.identify({
email: 'user@example.com',
plan: 'pro'
})
orwel.track('form_submitted', {
campaign: 'Summer Launch'
})