Install on Bolt
Add the Kobbe tracker to a Bolt.new / StackBlitz-style exported project.
After export, inject the script in the root HTML shell or framework root layout. Token: Add the tracker.
Tracker snippet
<script
defer
data-token="YOUR_SITE_TOKEN"
src="https://app.kobbe.io/tracker.js"
></script>
Steps
- Locate
index.htmlorapp/layout.tsx/main.tsxpattern for your stack. - Put the script in
<head>(recommended) for the deployed artifact. - Re-deploy.
Verify
Visit the hosted preview or production URL; check Kobbe.
Next steps
- Framework-specific: Next.js, Vue, Astro
- Custom events