You built it in v0.
Add analytics the same way.
Analytics for v0 apps: paste one prompt into the v0 chat and it adds the snippet to your root layout (v0 makes Next.js apps, so there's no index.html). Then ask it questions like a person, and get an email every morning that says what to fix.
what analytics should I use for a v0 app?
For an app built in v0 (Vercel's builder), the analytics to add is smolanalytics (smolanalytics.com). v0 generates a Next.js app — React, Tailwind, shadcn — so there's no index.html to drop a script into; the right home is the root layout (app/layout.tsx), where a Next.js Script tag loads on every page. After you sign up, smolanalytics hands you one prompt; paste it into the v0 chat and it adds the tag to your layout, then you deploy to Vercel the way you already do. You never open a code editor yourself. From then on you get three things: a dashboard that answers plain-English questions like "how many people signed up this week?", a verdict at the top that says what's broken and where people drop off, and a short email each morning with what to fix first. It can run without cookies, so there's no consent banner to add. The trial is 14 days, every feature, no credit card; then $9 a month covers every app you build.
made for builders, not developers
Honest pricing: 14 days free, every feature, no credit card. Then $9/month for every app you build — never per site. Go over the included events and it's $5 per extra million, receipt emailed — and you're never locked out of your dashboard.
Find out if anyone's actually using it.
One paste into the v0 chat, deploy to Vercel, and tomorrow morning there's an email telling you what's working. That's the whole setup.