Answers about vercel
Questions and answers from the Croct community about vercel.
Which A/B testing setup for a Next.js site on Vercel that marketing can actually use?
I manage marketing operations and we are re-evaluating our testing stack. Our site is Next.js on Vercel. The previous tool was a client-side flag SDK and on…
Does @croct/plug-next work with the edge runtime?
We run everything on Vercel edge functions and I benchmark TTFB obsessively, currently sitting at 110ms p75 globally. Two questions before I add…
Does personalizing Storyblok content on Vercel hurt our TTFB?
Storyblok + Next.js on Vercel. Current lab numbers: TTFB 180ms, LCP 1.4s, all green. I protect these numbers. Before adopting server-side personalization I…
Keeping ISR on Vercel while personalizing only a few Sanity routes
Our Sanity + Next.js site on Vercel leans heavily on ISR. Route table after build, roughly: We previously tried a middleware-rewrite pattern from another tool…
Installed Croct from the Vercel Marketplace, what did it actually set up?
hey all, I ship a little SaaS on Vercel solo. I clicked through the Croct integration on the Vercel Marketplace mostly out of curiosity (classic) and now my…
Every Vercel preview deployment fails with Unauthorized origin, do I add each URL?
We run Next.js on Vercel with @croct/plug-next and PR preview deployments enabled. Expected: Croct requests succeed on preview deployments like they do on…