Simple, honest product analytics

One project token, one track() call. Event analytics - segmentation, funnels, retention, and user profiles - for web, mobile, and server apps.

ts
// npm install @cohorly/web
import { init, track } from "@cohorly/web";
init({ token: "YOUR_PROJECT_TOKEN" });
track("Signed Up", { plan: "pro" });

Start here

Send your first event
Grab your project token and fire one HTTP request.
Instrument a web app
Install the browser SDK and track your first real events.
Instrument a mobile app
React Native, iOS, or Android - init once and track screens.
Query the API
Pull segmentation, funnel, and retention results into your own tools.
Understand the data model
Events, users, and projects - how Cohorly stores what you send it.

SDKs

JavaScript

Core
Web
React
Next.js

Mobile

React Native
iOS
Android

Server

Node.js
NestJS
Python
PHP
Go

Resources

Dashboard
Log in and explore your project's analytics.
Status
Live uptime and incident history.
GitHub
Source for the SDKs, server, and this site.
Changelog
What shipped, release by release.