Simple, fast, and privacy-focused analytics for modern web applications.
No complexity, no compromises.
Last 30 days
Get instant insights into your website's performance with our lightning-fast analytics platform
Get real-time analytics data instantly. Our optimized infrastructure processes millions of events per second with sub-100ms latency.
GDPR compliant with zero personal data collection. Track user behavior while respecting their privacy completely.
Monitor, analyze, and optimize your business performance with our comprehensive analytics suite
Monitor your metrics as they happen with our ultra-fast processing engine. Get instant notifications and alerts when key performance indicators change.
Your data is protected with military-grade encryption and compliance with international security standards. Zero-trust architecture ensures maximum protection.
Everything you need to understand your users, optimize performance, and grow your business with actionable insights.
Track page views, events, and user behavior in real-time with our intuitive dashboard and live data streaming.
Get comprehensive insights on traffic sources, popular pages, user devices, and conversion metrics with beautiful visualizations.
Ultra-lightweight analytics package that won't slow down your website. Less than 2KB gzipped with zero performance impact.
Manage unlimited websites and applications from a unified dashboard with advanced project organization and team collaboration.
Seamless integration with React, Next.js, Vue, and vanilla JavaScript. Get started in under 5 minutes with our simple SDK.
Track custom events, user interactions, and conversion funnels with powerful event segmentation and behavioral analytics.
Get started with WebAnalytics in minutes, not hours
Sign up for a free account and create your first project in less than 60 seconds.
Install our package with npm/yarn and add a few lines of code to your React or Next.js application.
Start tracking visitors and view your analytics data in real-time on your custom dashboard.
Sign up for a free account and create your first project in less than 60 seconds.
Install our package with npm/yarn and add a few lines of code to your React or Next.js application.
Start tracking visitors and view your analytics data in real-time on your custom dashboard.
Copy, paste, and you're done – get WebAnalytics running in your project with just a few lines of code
Choose your preferred package manager
npm install trackcelFrom your project dashboard
Project ID
Requiredcm8j08uk40304tf4wd33yy07mAPI Key
Secretsk_live_875c2bdf439b42b58ab52b8b4175c8c3In your Next.js project
"use client";
import { Analytics } from "trackcel";
export default function AnalyticsProvider() {
return (
<Analytics
projectId="cm8j08uk40304tf4wd33yy07m"
apiKey="sk_live_875c2bdf439b42b58ab52b8b4175c8c3"
debug={true}
disableInDevelopment={true}
/>
);
}To track all pages automatically
import AnalyticsProvider from "./providers/analytics";
export default function RootLayout({
children,
}: {
children: React.ReactNode;
}) {
return (
<html lang="en">
<body>
{children}
<AnalyticsProvider />
</body>
</html>
);
}Your application is now tracking visitor data in real-time. Check your dashboard to see the insights.
View your dashboard© 2026 Trackcel. All rights reserved.