Add SaaS A/B test sample size calculator#4
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughREADME's "Tools and Companies" section gains a new list entry for a SaaS A/B Test Sample Size Calculator with a Vercel deployment link and source repository reference. ChangesTools and Companies Documentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Soffi AI SummaryThis PR adds a single entry to the Tools and Companies section of the README, listing a SaaS A/B Test Sample Size Calculator. The motivation is to contribute a free, open-source, browser-only planning tool tailored specifically for SaaS trial-to-paid conversion A/B testing — covering sample size estimation, readout timing, and local Markdown/CSV note-taking, with no sign-up, analytics, or tracking required. The second commit was a minor formatting fix to align the new entry with the existing list style. Commits
Create a Soffi project for this repository to deploy PR previews. Updated: 2026-05-18 02:15 UTC |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
116-116: ⚡ Quick winConsider matching the format of existing entries.
All other entries in the "Tools and Companies" section follow a simple format with just the name and URL. This entry includes an extended description and secondary source code link, creating visual inconsistency in the list.
Consider simplifying to match the existing pattern, or if the additional detail is valuable, consider whether other entries should also include descriptions for consistency.
♻️ Possible simplified format
-* [SaaS A/B Test Sample Size Calculator](https://trial-to-paid-conversion-sample-size-calculator.vercel.app/) - Free browser-only planner for SaaS trial-to-paid A/B test sample size, readout timing, and local Markdown/CSV experiment notes. ([Source Code](https://github.com/Turner-Levey/trial-to-paid-conversion-sample-size-calculator)) +* [SaaS A/B Test Sample Size Calculator](https://trial-to-paid-conversion-sample-size-calculator.vercel.app/)Alternatively, if you prefer to keep the source link:
-* [SaaS A/B Test Sample Size Calculator](https://trial-to-paid-conversion-sample-size-calculator.vercel.app/) - Free browser-only planner for SaaS trial-to-paid A/B test sample size, readout timing, and local Markdown/CSV experiment notes. ([Source Code](https://github.com/Turner-Levey/trial-to-paid-conversion-sample-size-calculator)) +* [SaaS A/B Test Sample Size Calculator](https://trial-to-paid-conversion-sample-size-calculator.vercel.app/) ([Source Code](https://github.com/Turner-Levey/trial-to-paid-conversion-sample-size-calculator))🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` at line 116, The README entry for "SaaS A/B Test Sample Size Calculator" is more verbose than other "Tools and Companies" items; change the list item to match the simple "name - URL" pattern by replacing the current line with either "SaaS A/B Test Sample Size Calculator - https://trial-to-paid-conversion-sample-size-calculator.vercel.app/" or, if you want to keep the source link, use the compact two-link form "SaaS A/B Test Sample Size Calculator - https://trial-to-paid-conversion-sample-size-calculator.vercel.app/ (Source: https://github.com/Turner-Levey/trial-to-paid-conversion-sample-size-calculator)". Ensure the displayed text exactly matches the project name "SaaS A/B Test Sample Size Calculator" so it stays consistent with other entries.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@README.md`:
- Line 116: The README entry for "SaaS A/B Test Sample Size Calculator" is more
verbose than other "Tools and Companies" items; change the list item to match
the simple "name - URL" pattern by replacing the current line with either "SaaS
A/B Test Sample Size Calculator -
https://trial-to-paid-conversion-sample-size-calculator.vercel.app/" or, if you
want to keep the source link, use the compact two-link form "SaaS A/B Test
Sample Size Calculator -
https://trial-to-paid-conversion-sample-size-calculator.vercel.app/ (Source:
https://github.com/Turner-Levey/trial-to-paid-conversion-sample-size-calculator)".
Ensure the displayed text exactly matches the project name "SaaS A/B Test Sample
Size Calculator" so it stays consistent with other entries.
Adds one free, browser-only sample-size planning tool to the Tools and Companies section.
Disclosure: I maintain the linked tool and source repository as Turner Levey. The tool is free, open source, no-signup, and runs locally in the browser with no analytics or tracking. It focuses on SaaS trial-to-paid A/B test planning, including sample size, readout timing, and local Markdown/CSV notes.
Summary by CodeRabbit