Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vemetric/vemetric/llms.txt
Use this file to discover all available pages before exploring further.
Simple, yet powerful analytics for your product
Understand user behavior with privacy-first web and product analytics. Track events, analyze user journeys, and optimize conversions in real-time.
Quick Start
Get up and running with Vemetric in minutes
Install the tracking SDK
Choose your preferred SDK and install it in your project.npm install @vemetric/react
Initialize tracking
Set up the Vemetric provider with your project token.import { VemetricProvider } from '@vemetric/react';
function App() {
return (
<VemetricProvider token="your-project-token">
{/* Your app */}
</VemetricProvider>
);
}
Track events
Use the useVemetric hook to track custom events and user actions.import { useVemetric } from '@vemetric/react';
function Component() {
const { track } = useVemetric();
const handleClick = () => {
track('button_clicked', {
button_name: 'signup',
location: 'header'
});
};
return <button onClick={handleClick}>Sign Up</button>;
}
View your analytics
Head to your dashboard to see real-time analytics, user journeys, and conversion funnels.Analytics data appears in real-time. You should see your first events within seconds.
Explore by Topic
Deep dive into Vemetric’s powerful features
Integration Guides
Learn how to integrate Vemetric with JavaScript, React, or Node.js
User Journeys
Track and visualize user behavior across your entire product
Conversion Funnels
Analyze drop-off points and optimize your conversion rates
Custom Events
Track any user action with custom event tracking
Self-Hosting
Deploy Vemetric on your own infrastructure
API Reference
Explore the complete REST API documentation
Key Features
Everything you need for powerful product analytics
Real-time Analytics
See user activity as it happens with live dashboards and instant event tracking
Privacy-First
GDPR and CCPA compliant analytics without compromising on insights
Self-Hostable
Deploy on your own infrastructure for complete data ownership and control
Resources
Learn more about building with Vemetric
Privacy Compliance
Ensure GDPR and CCPA compliance with Vemetric
Best Practices
Recommended patterns for tracking and analytics
Troubleshooting
Common issues and how to resolve them
GitHub Repository
View the source code and contribute
Ready to get started?
Start tracking user behavior and gaining insights in minutes. No credit card required.
Get Started Now