[bidi-split] Live 2-way copy test — / rotates /bi vs /di - #20
Conversation
Homepage random split now serves only the two impeccable-design finalists so COPY is the only variable: bi -> /bi (Version B: outcome-first + 80-second Odoo demo, tracks 'b') di -> /di (Version D: show-the-magic + L1/L2/L3 escalation, tracks 'd') Retires cream A/C, old cream B/D, and /e from the rotation (still reachable by direct URL). Drops theme rotation: the impeccable pages have a fixed design and ignore the theme switcher. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe middleware simplifies A/B landing routing from a five-variant system with theme rotation to a two-variant design using ChangesA/B Variant Rewrite Simplification
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Flips the homepage A/B test to the 2-way copy test we scoped:
/now random-rotates only the two impeccable-design finalists, so copy is the only variable./bib/didChanges (
app/middleware.tsonly)VARIANTS=['bi','di'](was['a','b','c','d','e'])./efrom the random rotation — all still reachable by direct URL, just no longer served to organic/traffic.variantcookies (a/c/efrom the prior test) fall through theincludesguard and get reassigned tobi/di.Tracking integrity
/bifiresABTracker variant="b",/difiresvariant="d"→ PostHog/Clarity cleanly separate the two copies. (The combo string now omits theme since there's no theme dimension.)Test plan
/repeatedly in fresh incognito windows → confirm it rewrites to/bior/di(~50/50), URL stays/./biand/distill load by direct link; cream/b/c/d/estill load by direct link but are out of rotation.🤖 Generated with Claude Code
Summary by CodeRabbit