groundy
industry

Vercel Acquires Splitbee to Fold First-Party Analytics Into the Hosting Bundle

Vercel and Cloudflare are pulling analytics inside the hosting boundary, squeezing standalone vendors into competing on depth rather than convenience or compliance claims.

7 min · · · 5 sources ↓

Vercel acquired Splitbee on October 25, 2022, folding page-view tracking, visitor metrics, top-pages reporting, referrer analytics, and demographic data into Vercel Analytics. The founders, Tobias and Timo Lins, joined Vercel to build it. The pitch was simple: first-party data collection, GDPR compliance, no cookies, no third-party scripts, edge-collected, and free during beta. Three and a half years later, the acquisition is no longer notable on its own terms. What makes it worth revisiting is that Cloudflare has run the same playbook twice, most recently with the Astro Technology Company acquisition in January 2026, and the structural implications for standalone analytics vendors are now legible.

What Vercel bought and what it became

Splitbee was a lightweight web analytics startup. Its product tracked page views, visitors, top pages, top referrers, and basic demographics without cookies or third-party scripts. After the acquisition, Vercel rebranded the capability as Vercel Analytics and positioned it as a first-party, edge-collected, GDPR-compliant alternative to Google Analytics and standalone privacy-focused tools like Plausible.

The integration was architectural, not cosmetic. Because Vercel controls both the hosting runtime and the edge network, analytics collection happens at the infrastructure layer rather than through an injected client script. That eliminates a class of ad-blocker and script-blocker data loss that standalone analytics tools work around with server-side ingestion endpoints.

The beta was free. Current pricing and the full feature set post-beta are not documented in the available sources, so any claim about what Vercel Analytics costs today or which features it has added would need independent verification. What is documented is that Vercel positioned the capability as a core product differentiator, not a bolt-on.

The Cloudflare parallel

Cloudflare has run the same verticalization pattern twice. In December 2021, it acquired Zaraz, a third-party script manager that loads external tools through Cloudflare’s edge workers rather than injecting scripts into the browser. The functional overlap with what Vercel did with Splitbee is direct: both acquisitions pull telemetry and tool management inside the hosting boundary.

In January 2026, Cloudflare acquired the Astro Technology Company, the team behind the Astro web framework. This is a different layer of the stack, closer to Vercel’s ownership of Next.js than to analytics, but the structural pattern is the same: absorb an adjacent tool into the platform so that developers never leave it.

The edge-hosting market has performance dynamics that favor the bundlers. Cloudflare Pages scored a median global TTFB of 28ms in a March 2026 comparison, compared to 180-450ms for traditional shared hosting. Vercel scored 8.7/10 for Next.js and React hosting in the same comparison, against Cloudflare Pages at 9.1/10 (note: this comparison carries medium confidence). When the hosting layer is this fast, adding analytics at the edge rather than through a third-party script is a performance argument as much as a privacy one.

Bundled vs. best-of-breed: the coexistence that proves the limit

The Splitbee acquisition did not kill standalone analytics on Vercel’s platform. PostHog maintains an active Vercel Marketplace integration with over 1,000 installs, offering feature flags, A/B testing, and analytics. PostHog’s own integration docs cover Vercel Functions, a Flags SDK, AI SDK observability, and an MCP server for Vercel’s v0 product.

This is the co-opetition pattern that vendor blogs do not name: Vercel built Vercel Analytics to capture the long tail of teams that need basic page-view and visitor data, and it keeps PostHog in the marketplace for teams that need experiment analysis, feature flags, or product analytics depth. The hosting platform gets the easy revenue. The standalone vendor keeps the hard problems.

The strategic question for standalone vendors like Plausible is whether the market for “basic web analytics that is not bundled into hosting” is large enough to sustain them. Vercel Analytics and Cloudflare’s bundled telemetry are not feature-equivalent to these products, and the privacy-compliance positioning that standalone vendors built their brands on is now claimed by the hosting platforms as well. Differentiation has to come from analytical depth, cross-platform portability, or compliance features that bundlers cannot replicate without becoming analytics companies themselves.

The decision framework

The choice between bundled analytics and a standalone tool breaks down along four axes.

Depth of analysis. Bundled analytics handle page views, visitors, referrers, and geographic breakdowns. They do not typically include funnel analysis, cohort retention, event-based tracking with custom properties, or statistical experiment analysis. If you need any of those, a standalone product is not optional.

Compliance surface. First-party, cookie-free, edge-collected telemetry reduces GDPR and ePrivacy compliance work. Vercel and Cloudflare both lead with this in their positioning. Standalone tools like Plausible offer the same compliance posture but require a separate integration and a separate data processing agreement. The compliance argument favors the bundler because there is one fewer vendor to audit.

Vendor lock-in. This is the cost that bundlers do not advertise. Vercel Analytics data lives in Vercel. Cloudflare Analytics data lives in Cloudflare. If you move hosting providers, your historical analytics do not migrate with you. Standalone tools that send data via a standard endpoint or a server-side events API are portable across hosting changes. For teams that switch hosting providers every few years, this is the deciding factor.

Procurement overhead. Bundled analytics requires no new vendor evaluation, no contract negotiation, no additional billing relationship. For small teams and solo developers, this is often the only axis that matters. For organizations with procurement processes, the marginal cost of adding one more SaaS tool is frequently higher than the tool’s subscription price.

What this means for 2026

The hosting layer is absorbing the analytics layer. Vercel did it with Splitbee in 2022. Cloudflare did it with Zaraz in 2021 and continued the pattern with the Astro acquisition in 2026. The direction is clear even if the pace varies by platform.

For analytics vendors, competing on convenience against a hosting bundler is a losing position. The win has to come from analytical depth, cross-platform portability, or compliance features that the bundlers cannot replicate without becoming analytics companies themselves.

For teams building on Vercel or Cloudflare, the practical question is not which analytics tool is best. It is whether the bundled option covers enough of what you need that the procurement and integration cost of a standalone tool is not justified. For a growing share of teams, the answer is yes. For teams doing product analytics, running experiments, or building feature-flag-driven delivery, the bundled option is still a supplement, not a replacement.

Frequently Asked Questions

What does standalone analytics add to a Vercel hosting bill?

Vercel’s hosting tiers run from free to $20 per month. A standalone analytics tool on top of that (Plausible starts around €9/month; PostHog’s cloud tier scales with event volume) can double or triple a small team’s monthly infrastructure cost before accounting for integration effort and procurement overhead.

Do Cloudflare’s 2026 layoffs change the outlook for bundled tooling?

Cloudflare cut roughly 1,100 positions, or 20% of its 5,156-person workforce, in May 2026 while posting record Q1 revenue of $639.8 million and explicitly citing AI-driven role obsolescence. The practical effect for analytics bundling is that platform companies are redirecting labor savings into automating their own tooling stacks, which accelerates absorption of adjacent capabilities rather than pausing it.

What specific gaps appear with edge-collected analytics that teams don’t expect?

Edge-collected analytics capture request-level signals (URL, referrer, geolocation, user agent) but cannot track in-page interactions like button clicks, form submissions, or scroll depth without additional client-side instrumentation. Session recording and heatmapping are also outside the scope of edge collection entirely. Teams that need any of these capabilities will outgrow bundled analytics regardless of how well the hosting integration works.

When should a team on Cloudflare Pages skip bundled analytics entirely?

Teams running multi-platform deployments, such as a marketing site on Cloudflare Pages with an application backend on a separate provider, get an incomplete picture from Cloudflare’s bundled analytics because it only instruments traffic on Cloudflare’s network. A standalone tool that aggregates events across hosting environments avoids this blind spot. The same constraint applies to Vercel Analytics for teams splitting workloads across providers.

sources · 5 cited

  1. Vercel acquires Splitbee to expand first-party analytics primary accessed 2026-05-25
  2. Cloudflare analysis accessed 2026-05-25
  3. Cloudflare vs Traditional Hosting: Complete Guide for 2026 analysis accessed 2026-05-25
  4. PostHog for Vercel Marketplace vendor accessed 2026-05-25
  5. Vercel integration docs vendor accessed 2026-05-25