Analytics

Privacy-first

Product analytics & tracking

Self-Hosted

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.

Overview
Pricing
Usage
Docs
Examples

Quick Start

1

Add sylphx.analytics.identify() after login

2

Track key events with sylphx.analytics.track()

3

View events in real-time dashboard

4

Build custom queries and dashboards

Documentation

Key Concepts

Events

Track any user action with custom properties. Events are stored with timestamps and user context.

User Identification

Associate events with user profiles. Merge anonymous and authenticated sessions.

Properties

Add custom properties to events and users for detailed analysis.

Queries

Query your data with SQL to build custom reports and dashboards.

SDK Methods

MethodDescription
sylphx.analytics.track()Track a custom event
sylphx.analytics.identify()Identify a user
sylphx.analytics.page()Track a page view
sylphx.analytics.group()Associate user with a group

Need more details?

Check out our complete documentation for in-depth guides and tutorials.

View full documentation