Built for developers and modern teams
Integrate in under 30 seconds
Add a single lightweight script to your website and start collecting insights instantly. No complex setup or heavy SDKs.
- Works with Next.js, SvelteKit, Nuxt and static sites
- Lightweight script with minimal overhead
- Automatic pageview tracking
- Custom events anywhere in your app
<!-- Add to your head tag -->
<script defer src="https://analytics.hub/script.js" data-website-id="YOUR_SITE_ID"></script>
<!-- Track custom events anywhere in your app -->
<script>
function handleCheckout() {
hub.track('Checkout Completed', {
value: 99.00,
currency: 'USD'
});
}
</script>Everything you need to understand your traffic
Powerful analytics tools designed for clarity, speed, and simplicity.
Real-time dashboard
See visitors, pages, and events update instantly.
Event tracking
Track clicks, signups, purchases, or any custom event.
Global edge
Analytics processed close to your users for speed.
Minimal data collection
Only the data you actually need.
Performance insights
Monitor page speed and load performance.
Simple pricing
Pricing based on monthly pageviews. Upgrade as your traffic grows.
Questions
How does tracking work?
Our script collects lightweight pageview and event data and sends it to your dashboard in real time.
How long does setup take?
Most websites are integrated in under a minute by adding the script to your site.
Can I track custom events?
You can track any event such as signups, purchases, or feature usage with a single function call.