Skip to main content

One post tagged with "Features"

New features and capabilities

View All Tags

Your Git Branches Are Already A/B Test Variants

· 14 min read
BFFless Team
BFFless Team
Self-hosted Static Site Hosting
A horizontal git commit graph on a dark navy grid: a single trunk with three branches diverging upward in purple, teal, and coral, each ending in a small wireframe landing-page mockup, with a glowing 'edge' box on the right connecting thin lines to all three branch endpoints

If you've ever shipped a landing page from a dist/ folder, you already have the hard parts of an A/B testing platform. You have build artifacts. You have branches. You have a CI pipeline that knows how to push them somewhere. The thing you're missing — the thing Unbounce and Instapage charge $200–$600/month for — is a router that picks one of those builds per visitor and remembers the choice. That's it. That's the whole feature.

This post is about wiring that router in front of your existing build pipeline. Each variant stays a normal git branch with a normal build artifact. BFFless splits traffic across them at the edge and sets a cookie so visitors stay sticky. No SDK, no template lock-in, no per-page pricing.