Skip to content
Dashboard

Replacing Google Optimize with the Vercel Edge Network

Turborepo

Power your A/B testing and personalization strategy with data and performance.

Modernize your experimentation stack

Start your transition today.

Let's Talk

Link to headingGoogle Optimize performance opportunities

Link to headingWhat is the edge?

Link to headingSub-millisecond experiments with Edge Config

Link to headingEliminating Cumulative Layout Shift

Cumulative Layout Shift for Speedway Motors was reduced by 50%.
Cumulative Layout Shift for Speedway Motors was reduced by 50%.

Link to headingTrack results

CheckoutButton.tsx
import { saveData } from'@your-data-provider/sdk';
export const CheckoutButton = () => {
useEffect(() => {
// Track how many times button was rendered
// and which experiments were active
saveData("Checkout button impression", {
isWinterSale: true,
saleColor: "red",
buttonColor: "blue"
})
}, [])
const handleClick = () => {
// Track when a user clicks the button
// and which experiments were active
saveData("Checkout button click", {
isWinterSale: true,
saleColor: "red",
buttonColor: "blue"
})
// Your checkout logic
console.log("Check out!")
}
return (
<button onClick={() => handleClick()}>
Checkout
</button>
)
}

Link to headingExperiment faster by default

Talk to a migration expert

Start building a cleaner enterprise-grade stack.

Contact Sales

Ready to deploy?