Product analytics & tracking
Privacy-friendly product analytics. Track custom events, identify users, build funnels, and query data with SQL. Self-hosted on your infrastructure for full GDPR/CCPA compliance.
import { sylphx } from '@sylphx/sdk'
sylphx.analytics.track('button_clicked', {
buttonId: 'signup-cta',
page: '/pricing',
})sylphx.analytics.identify(userId, {
email: user.email,
plan: 'pro',
signupDate: user.createdAt,
})Looking for more examples?
View on GitHub