Back to portfolio

Project / Technical Paper

VIZACK

Next.jsTailwindVercel EdgePostgresPlausible

Overview

A high-conversion marketing landing page with A/B testing infrastructure, Web Vitals monitoring, and server-side analytics pipeline.

Key Details

  • A/B testing middleware running on Vercel Edge Functions for zero-latency variant serving
  • Core Web Vitals monitoring with automated threshold alerts (CLS < 0.1, LCP < 2.5s)
  • Server-side analytics pipeline reducing client JS payload by 94%
View on GitHub

Technical Paper

A high-conversion marketing landing page with A/B testing infrastructure, Web Vitals monitoring, and server-side analytics pipeline.

This project involved multiple technical challenges and architectural decisions that shaped the final implementation:

  • A/B testing middleware running on Vercel Edge Functions for zero-latency variant serving
  • Core Web Vitals monitoring with automated threshold alerts (CLS < 0.1, LCP < 2.5s)
  • Server-side analytics pipeline reducing client JS payload by 94%

— Full implementation details and architecture diagrams coming soon.