The world's first analytics platform designed for AI coding assistants. Zero configuration. Instant insights.
🎁 14-day free trial. Full access to all features.
> "Add analytics to my project"
14-day free trial • Cancel anytime
Traditional analytics require hours of setup. We require one sentence.
Works through Claude Code, Cursor, and other AI tools via MCP. No documentation, no confusion.
From "add analytics" to working dashboard in seconds. Auto-detects your project type.
15+ properties tracked automatically. Sessions, devices, URLs, user behavior - all included.
Professional analytics for $4.99/month. Same insights as $300/month enterprise tools.
One SDK for React, React Native, Next.js, Vue, Node.js, iOS. True universal support.
Your data stays yours. No selling to third parties, no cross-site tracking. Just clean analytics.
Set up once (2 minutes), then add analytics to any project in 30 seconds
Add MCP server via command:
claude mcp add vibe-lytics npx vibe-lytics-mcp
Or use /mcp command in interactive mode
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
Configure via Cascade → Hammer (MCP) icon → Add server:
Command: npx
Args: vibe-lytics-mcp
Add to .vscode/mcp.json in your project:
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vibe-lytics": {
"command": "npx",
"args": ["vibe-lytics-mcp"]
}
}
}
✨ After setup, just tell your AI: "Add analytics to my project"
"Add analytics to this app"
Auto-detects your project, creates app, generates perfect code
One line: Analytics.track('button_clicked')
Real-time dashboard with 15+ automatic properties
// Automatic properties included: session, device, URL, timezone, and more
Analytics.track('user_signup');
// Add custom properties
Analytics.track('purchase', {
amount: 29.99,
plan: 'premium'
});
// Identify users
Analytics.setUser('user_123');
14-day free trial. No surprises, no hidden fees.
or $4.99/mo billed yearly
or $29.99/mo billed yearly
Stop reading docs. Start tracking data. Let AI handle the complexity.
Start Your 14-Day Trial →14-day free trial • Setup in 30 seconds