---
title: 'The results of my PostHog AB Test are in!'
date: 2024-09-30
excerpt: 'I dive into the data from my PostHog AB Test and show you how to interpret the results.'
tags: [typescript, nextjs, founder, posthog, video]
canonical: https://mikebifulco.com/posts/posthog-ab-test-results-are-in
---
# The results of my PostHog AB Test are in!

In this video from my Tiny Improvements series, I'm diving into product analytics to improve newsletter signups on my personal site. Join me as I share my engineering process, from discovering a bug with my old provider to setting up an A/B test with PostHog to find the best-performing newsletter signup form. Despite fewer-than-hoped signups, I've gathered key insights to refine my strategy. Plus, a sneak peek into my next steps, like redesigning the signup popup and enhancing site SEO. If you're a startup founder or indie hacker, you’ll find plenty of actionable tips here!

## See the code changes I made in this video

Code changes for this video are available in this pull request are available at [mbifulco/blog#856](https://github.com/mbifulco/blog/pull/856)

## Timestamps for this video

00:00 Product Analytics for Engineers
01:18 The Results are in!
04:09 Code review in Next.js
04:49 I switched from VS Code to Cursor
05:50 Looking at the variant that won
06:31 Ship a variant directly from PostHog
07:30 A surprise I didn't see coming
08:05 What we did and what's next

## Part of the Fixing my conversion problem with PostHog series

- [Product Analytics for engineers: Debugging a conversion problem on my next.js site](https://mikebifulco.com/posts/debugging-a-conversion-problem-on-my-nextjs-site)
- [Fixing the sign-up problem on my site using PostHog Product analytics](https://mikebifulco.com/posts/fixing-my-conversion-problem)
- [Unlocking A/B Testing with PostHog: Improving Newsletter Signups](https://mikebifulco.com/posts/ab-testing-with-posthog-to-fix-conversions)
- [How I found a missing change on my next.js site with PostHog](https://mikebifulco.com/posts/posthog-helped-me-find-a-bug)

Full series: https://mikebifulco.com/series/fixing-my-conversion-problem-with-posthog

## More from mikebifulco.com

- [How I found a missing change on my next.js site with PostHog](https://mikebifulco.com/posts/posthog-helped-me-find-a-bug)
- [Fixing the sign-up problem on my site using PostHog Product analytics](https://mikebifulco.com/posts/fixing-my-conversion-problem)
- [Product Analytics for engineers: Debugging a conversion problem on my next.js site](https://mikebifulco.com/posts/debugging-a-conversion-problem-on-my-nextjs-site)

---

Written by Mike Bifulco. Originally published at https://mikebifulco.com/posts/posthog-ab-test-results-are-in
