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?" (it shows your real event names and pages as buttons, so you never guess what to type), 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 uses no cookies (just a first-party id in the browser's storage), and one flag turns on fully anonymous mode with no device storage. The trial is 14 days at Pro limits, no credit card; then $19 a month covers every app you build.
made for builders, not developers
Honest pricing: 14 days free at Pro limits, no credit card. Then $49/month for every app you build, never per site. Go over the included events and it's $6 per million, receipt emailed, and you're never locked out of your dashboard.
Find out if anyone's actually using it.
Paste one prompt, deploy to Vercel, and tomorrow morning there's an email telling you what's working.