Skip to main content
Let an AI coding assistant handle the integration for you. It will detect your project setup, ask what you want to track, and write the code.
1

Download the setup instructions

2

Feed it to your AI assistant

Open the file in your AI coding tool — Claude, Cursor, GitHub Copilot, or any other assistant that can read your codebase.
3

Follow the prompts

The AI will ask what you want to track:
  • User signups and logins/logouts — identify users and track auth events
  • Feature adoption — track which features users try, adopt, or drop
  • Plan limits and entitlements — track usage against plan limits (server-side)
  • All of the above
It will then detect your project setup (npm, yarn, CDN, etc.) and write the integration code for you.