kobbe

Install on Vercel v0

Add the Kobbe tracker to a Vercel v0 generated Next.js app.

v0 outputs Next.js most of the time — use the root layout pattern. Token: Add the tracker.

Quick path

Follow Next.js: add next/script (or raw <script> in <head>) in app/layout.tsx.

Tracker snippet

<script
  defer
  data-token="YOUR_SITE_TOKEN"
  src="https://app.kobbe.io/tracker.js"
></script>

Deploy

Push to GitHub, connect Vercel, and configure env if you read the token from process.env.NEXT_PUBLIC_KOBBE_TOKEN instead of hardcoding (recommended).

Verify

Open the Vercel preview URL; confirm Kobbe.

Next steps