An alternative
to bloated analytical
tools that's
simple & effective.
- Quick setup
- Intrusive Insights
- No obligation
- / 54.2k 99.5k
- /observex-analytics 31.8k 44.7k
- /about/contact-us 28.5k 37.4k
- /pricing 1.98k 3.84k
- /best-analytics-ever 874 997
Get deep insights into how users interact with your website
Ditch Confusing Analytics
At Observex, we believe analytics should be insightful, not invasive. We built a privacy-focused, simple software tool that offers valuable insights without the complexity.
Get setup in minutes
Install the sdk, wrap your app, and start shipping events. Your dashboard updates automatically, no code changes required. It's that simple.
Privacy first Insights
Get the insights you need without compromising your users' privacy. Opt in or out of any user privacy breach with a single line of code, and rest easy knowing your users are in control.
How it works
From install to insights in three steps
Observex ships a tiny SDK for React and Next.js. Install, wrap, and start shipping events — your live dashboard updates in real time.
Install the SDK
Add the official Observex analytics SDK to your React or Next.js project with a single command.
npm install @subhamxmani/observex-sdkWrap your app
Drop the ReactAnalytics provider at the root of your app and pass in your project's websiteId.
import { ReactAnalytics } from "@subhamxmani/observex-sdk";
<ReactAnalytics
pathname={location.pathname}
respectSessionConsent={true}
websiteId="YOUR_PROJECT_ID"
>
{/* Your app routes */}
</ReactAnalytics>Track events & impressions
Use the useTracker and useImpressionTracker hooks to capture custom events and viewport impressions.
import { useTracker } from "@subhamxmani/observex-sdk";
const { track } = useTracker();
<button onClick={() => track("purchase_click", { product_id: "p_881" })}>
Buy Now
</button>See it in action
Pageviews, visitors, top pages, referrers, and devices — all in one elegant, privacy-first dashboard.

Start observing in minutes
Create your free account and get your dashboard up and running in minutes.
Create your free account