The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Convalytics listing page.
Web analytics and product event tracking built for Convex apps.
Dashboard: convalytics.dev
Convalytics gives Convex apps two things:
Everything flows into a single dashboard. Projects auto-provision on first event — no account required to start tracking.
This auto-provisions a project, installs the Convex component, patches convex/convex.config.ts, creates convex/analytics.ts with the write key inlined, inserts the browser script tag into index.html, and installs a skill file for AI agents. Works with Cursor, Claude Code, and other AI coding agents out of the box.
| Package | Description |
|---|---|
convalytics-dev | Convex component for server-side event tracking |
convalytics | CLI for zero-config project setup |
The Convex component (convalytics-dev on npm) lives in its own repo:
Dan-Cleary/convalytics-convex-component
This starts both the Vite frontend and convex dev in parallel.