What you get
Pageview & Session Tracking
Track every visit, session duration, bounce rate, and return visitors with precision.
Country & Browser Stats
See where your visitors come from and which devices and browsers they use.
Referrer Analysis
Discover which sources drive traffic — search engines, social media, or direct visits.
Custom Events
Track button clicks, form submissions, or any custom interaction with a simple API.
Navigation Paths
Visualize how visitors navigate through your website with path flow analysis.
Real-Time Visitors
See how many people are on your website right now with the live visitor counter.
Screenshot coming soon
Demo video coming soon
Embed in 30 seconds
- 1 1. Register and create a widget instance
Create an account at app.website-kit.com and add a new Tracking Widget instance.
- 2 2. Add your domain
Add and verify your domain to get your unique widget key.
- 3 3. Copy the embed code
<!-- Website-Kit Tracking Widget -->
<script
src="https://wsk.website-kit.com/t/YOUR_WIDGET_KEY.js"
async
></script> // Track a custom event
window.wsk?.track('button_click', {
label: 'Hero CTA',
page: '/landing'
}); The script is loaded asynchronously and does not affect your page load time.