Skip to main content

Loading…

Skip to main content
HomeProjectsPostsApproachesStackResourcesContact
Justin Tsugranes LogoJustin Tsugranes Logo

Justin Tsugranes

HomeProjectsPostsApproachesStackResourcesContact

Stay in the loop

Occasional notes on what I'm building, lessons earned, and the studio behind it.

By subscribing, you agree to receive No spam. Unsubscribe in one click anytime. from Justin Tsugranes. No spam. Unsubscribe anytime. Privacy Policy

© 2026 Total Ventures LLC. All rights reserved.

Privacy PolicyTerms of ServiceCookie Policy
← All stack tools

Stack Tool · observability

Vercel Analytics

Vercel Analytics provides privacy-focused, first-party web analytics and Core Web Vitals monitoring directly integrated into my Vercel deployments, simplifying observability for each brand.

Visit vercel.com/analytics ↗

Vercel Analytics provides first-party, privacy-focused web analytics and Core Web Vitals monitoring directly integrated into the Vercel deployment pipeline, eliminating the need for external tracking scripts and cookie banners.

What it is

This is a built-in analytics solution for projects deployed on Vercel. It tracks essential web metrics like page views, unique visitors, and crucial Core Web Vitals (Largest Contentful Paint, Cumulative Layout Shift, Interaction to Next Paint). The key differentiator is its first-party data collection approach. Data is collected at the edge, anonymized, and doesn't rely on client-side cookies for its core functionality. This means I get foundational traffic and performance data without the overhead of GDPR cookie banners or complex consent management for basic usage. It's a fundamental layer of observability for any web property I ship.

How I use it

For Total Ventures, Vercel Analytics is the default for basic traffic and performance insights across all web properties. For Total Formula 1, I use it to monitor page views on specific race event pages, understanding which content resonates most with the audience. On Pregnancy Power Hour, I track traffic patterns following new article publications, observing immediate engagement. If a specific route on Inky, my print-on-demand brand, shows a consistently high LCP, Vercel Analytics flags it. This allows me to investigate potential asset loading issues, often pointing to unoptimized images that could benefit from Cloudinary integration, or inefficient server-side rendering. The route-level performance data is critical for maintaining a fast user experience without adding client-side performance monitoring scripts.

It provides a quick, high-level overview of how each brand's web presence is performing, both in terms of audience reach and technical speed. This data is tied directly to deployments, so if a new feature or code change introduces a performance regression, I see it reflected in the metrics almost immediately. This feedback loop is essential for agentic engineering, allowing for rapid iteration and correction.

Why this over alternatives

The primary advantage is simplicity and integration. There's zero configuration required beyond enabling it in the Vercel project settings. This eliminates the need to manage separate accounts, tracking codes, or data pipelines for basic web analytics. For a solo operator running multiple brands, reducing operational overhead is paramount. The privacy-first design is another significant win; avoiding cookie banners simplifies the user experience and reduces legal compliance considerations for basic tracking. Unlike solutions that require injecting a separate JavaScript bundle, Vercel Analytics collects data at the edge, meaning there's no additional client-side payload impacting page load times. This is a stark contrast to setting up something like Google Analytics, which requires more client-side resources and explicit consent management. While I've used Firebase Hosting + Cloud Functions for other projects, integrating analytics there would require a custom setup or a third-party tool, adding complexity Vercel Analytics avoids.

Where it falls short

Vercel Analytics is not a comprehensive behavioral analytics platform. It provides surface-level metrics—page views, unique visitors, performance. If I need deep user journey analysis, custom event tracking, conversion funnels, heatmaps, or detailed marketing attribution, I look to other specialized tools. The data retention on the free tier is limited, which means long-term trend analysis beyond a few months requires an upgrade or manual data exports. There's also no real-time dashboard for immediate traffic spikes, which can be a limitation for time-sensitive monitoring. While it's excellent for technical performance metrics, it doesn't offer the granular insights into user behavior that a dedicated product analytics suite would. For Total Ventures, it provides the necessary foundation, but I'm aware of its boundaries for more complex analytical needs.

FAQs

Does this replace Google Analytics for all use cases?
No. Vercel Analytics excels at page views, unique visitors, and Core Web Vitals. For deep behavioral analysis, custom events, or complex marketing attribution, you'll still need a more robust solution.
How does it handle data privacy compared to traditional analytics?
It's first-party by design, collecting anonymous data at the edge without cookies for basic metrics. This significantly reduces compliance overhead and improves user privacy out of the box.

See how I run a multi-brand studio with this stack.

See the full stack →
Written by Justin Tsugranes, Founder, Total Ventures· Founder, Total Ventures · U.S. Army veteran (13 years) · M.M. Jazz Studies, University of South Carolina
Last reviewed July 22, 2026

Related

  • Google Analytics 4Google Analytics 4 provides the core funnel and user behavior insights for Total Ventures' brands, integrating with Search Console to inform content strategy and product development.
  • VercelVercel hosts all Total Ventures web applications, providing a robust platform for Next.js frontends, serverless functions, and automated deployments with a global edge network.
  • Next.js App RouterNext.js App Router is the unified framework powering every Total Ventures brand site, leveraging React Server Components and Incremental Static Regeneration for performant, maintainable web experiences.
  • Tailwind CSS v4Tailwind CSS v4 provides utility-first styling with zero runtime cost, allowing me to rapidly build and theme multiple brand sites using CSS variables for consistent design.