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 async
src="https://www.talkopenly.eu/tracker.js"
data-tracking-id="YOUR_TRACKING_ID"
data-endpoint="https://talkopenly.eu/api/track"
data-collect-biometrics="true"
></script>
<!-- Track custom events anywhere in your app -->
<script>
function handleCheckout() {
analytics.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.
Analytics Dashboard
Detailed metrics and visitor insights that update every hour.
Event tracking
Track clicks, signups, purchases, or any custom event.
Global edge
Analytics processed close to your users for maximum speed.
Minimal data collection
Privacy-first approach. We only collect the data you actually need.
Performance insights
Monitor page speed, Web Vitals, and script execution metrics.
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.