vercel-analytics

Track page views and Core Web Vitals for Vercel-deployed applications.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill vercel-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-analytics
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/vercel-analytics
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill vercel-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @vercel/analytics, @vercel/speed-insights.

What problem does it solve?

This Skill enables privacy-friendly web analytics, providing insights into traffic and Core Web Vitals for applications deployed on Vercel, without collecting personal data.

Core Features & Use Cases

  • Traffic Insights: Monitor page views, unique visitors, and referrers.
  • Web Vitals Tracking: Automatically measure and report on Core Web Vitals (LCP, FID, CLS).
  • Custom Event Tracking: Log specific user interactions like button clicks or form submissions.
  • Use Case: Integrate Vercel Analytics into your Next.js application to understand user engagement and identify performance bottlenecks, ensuring a smooth user experience.

Quick Start

Add the Analytics component to your Next.js root layout file.

Frequently Asked Questions about vercel-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track Core Web Vitals and page views in a Next.js app deployed on Vercel?

You can track Core Web Vitals and page views in a Next.js app deployed on Vercel by adding the @vercel/analytics and @vercel/speed-insights components to your root layout file. This automatically measures traffic, LCP, FID, and CLS metrics.

Can I implement privacy-friendly web analytics without collecting personal user data?

Yes, you can implement privacy-friendly web analytics without collecting personal data by using Vercel Analytics. It provides insights into traffic and Core Web Vitals for applications deployed on Vercel without gathering personal information.

How do I log custom user interactions like button clicks for Vercel Analytics?

To log custom user interactions like button clicks for Vercel Analytics, utilize the custom event tracking feature. This allows you to log specific user actions alongside the automatically tracked page views and Core Web Vitals.

Does Vercel Analytics support server-side reporting for enhanced data collection?

Yes, Vercel Analytics supports server-side reporting for enhanced data collection. This feature works alongside the standard client-side traffic insights and Web Vitals tracking to provide a more comprehensive view of user engagement.

What is the best way to monitor unique visitors and referrers for Vercel-deployed applications?

The best way to monitor unique visitors and referrers for Vercel-deployed applications is by integrating Vercel Analytics. It provides built-in traffic insights that track page views, unique visitors, and referrers directly within your Vercel dashboard.

Do I need to deploy my web application on Vercel to use its speed insights and analytics packages?

Yes, you need to deploy your web application on Vercel to use its speed insights and analytics packages. The @vercel/analytics and @vercel/speed-insights packages are specifically designed to monitor applications hosted on the Vercel platform.