kobbe

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

  1. Locate index.html or app/layout.tsx / main.tsx pattern for your stack.
  2. Put the script in <head> (recommended) for the deployed artifact.
  3. Re-deploy.

Verify

Visit the hosted preview or production URL; check Kobbe.

Next steps