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/webimport { init, track } from "@cohorly/web";init({ token: "YOUR_PROJECT_TOKEN" });track("Signed Up", { plan: "pro" });