v1.3 Infer personality, company role and lead score

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
Orwel Dashboard
Dylan
Dylan
Dylan
Dylan
Dylan
Dylan
Dylan
Dylan
Dylan
Dylan

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.

LIVE

Real-time Monitoring

Orwel identifies critical moments of your users and acts in real-time

orwel.init()
track()
identify()
SDK

Plug and Play

Track frontend events with zero dependencies

SCAN

Anomaly Detection

Identify issues before they impact your monthly goals.

AI
Playbook
AI
Auto

Automated AI Playbooks

Generate action plans to fix problems instantly

💳
💬
📊
OAuth
0/3

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
orwel.js

    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'
    })