Skip to content

Commit 7f8c849

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
r2r page optimization
1 parent 704cb51 commit 7f8c849

File tree

1 file changed

+33
-38
lines changed

1 file changed

+33
-38
lines changed

src/products/ready-to-review.njk

Lines changed: 33 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -16,35 +16,50 @@ title: Ready to Review - Eliminate PR coordination overhead
1616
<img src="/assets/review-goose.png" alt="Review Goose managing pull requests" style="width: 150px; height: 150px; flex-shrink: 0;" />
1717
</picture>
1818
<div style="flex: 1; min-width: 250px;">
19-
<p style="margin: 0 0 10px 0; font-size: 20px; font-weight: 700; color: #333;">Eliminate PR coordination overhead</p>
20-
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Ready to Review runs a deterministic state machine over every pull request to automatically determine the optimal next action and the right person to take it. From intelligent reviewer assignment to turn-based clarity, it eliminates the coordination overhead that keeps PRs in limbo.</p>
19+
<p style="margin: 0 0 10px 0; font-size: 24px; font-weight: 700; color: #333;">ELIMINATE PR COORDINATION OVERHEAD.</p>
20+
<p style="margin: 0; font-size: 18px; line-height: 1.5; color: #666;">Clear accountability. Instant visibility. Zero management overhead.</p>
2121
</div>
2222
</div>
2323
</div>
2424

2525
<div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
2626
<h2 style="margin-top: 0;">THE PROBLEM</h2>
27-
<p style="font-size: 18px; margin-bottom: 20px;"><strong>Most engineering teams lose 10-15% of throughput to PR coordination overhead.</strong> For a 20-person team, that's roughly <strong>$1M annually</strong> in lost productivity.</p>
27+
<p style="font-size: 18px; margin-bottom: 20px;"><strong>Most engineering teams lose 10-15% of throughput to PR coordination overhead.</strong> For a 20-person team, that's <strong>$1M annually</strong> in lost productivity. Or 2-3 engineers worth of capacity just... gone.</p>
2828

29-
<p><strong>Root cause:</strong> PRs take 4.5 days to merge on average because GitHub's notification system creates ambiguity—nobody knows who's responsible for moving a PR forward at any given moment.</p>
29+
<p><strong>Root cause:</strong> GitHub's notification system creates ambiguity. Nobody knows who's responsible for moving a PR forward. So PRs sit for 4.5 days on average.</p>
3030

31-
<p><strong>The impact:</strong> Ready-to-Review brings merge time down to <strong>under an hour</strong> (20X faster), eliminating coordination overhead and reclaiming that lost throughput.</p>
32-
33-
<p style="margin-bottom: 0;"><a href="https://cost.github.codegroove.app/?mode=org">Calculate your team's cost savings →</a></p>
31+
<p style="margin-bottom: 0;"><strong>The real cost:</strong> Frustrated engineers. Constant context switching. Endless status questions in stand-ups and Slack. Nobody's happy.</p>
3432
</div>
3533

3634
<div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
3735
<h2 style="margin-top: 0;">OUR SOLUTION</h2>
36+
<p style="font-size: 18px; margin-bottom: 20px;">Ready-to-Review <strong>actively manages your PR workflow</strong>. Merge time drops from 4.5 days to <strong>under an hour</strong>. That's 20X faster. Get that 2-3 engineers worth of capacity back—without hiring.</p>
3837
<ul style="font-size: 16px; line-height: 1.8;">
39-
<li><strong>Intelligent reviewer assignment</strong>: Analyzes your diff to find engineers who last modified the specific lines you're changing, balanced by current workload. No more random assignments or hunting for context.</li>
40-
<li><strong>Turn-based clarity</strong>: Always knows whose turn it is (author or reviewer) and what needs to happen next. Review it, fix tests, respond to feedback, or merge. No guessing, no ping spam.</li>
41-
<li><strong>Multi-channel notifications</strong>: Native desktop alerts via <a href="https://github.com/codeGROOVE-dev/goose">Goose</a> (macOS, Linux, Windows) that auto-open PRs when you're needed, plus Slack integration for team coordination. Get notified at the right moment, not constantly.</li>
42-
<li><strong>Full lifecycle tracking</strong>: Manages PRs from creation through merge, identifying bottlenecks and nudging the right people at the right time. Complete visibility across your entire organization without configuration.</li>
38+
<li><strong>Intelligent reviewer assignment</strong>: Routes PRs to engineers who actually touched the code. Balanced by workload. Better reviews. Faster merges.</li>
39+
<li><strong>Turn-based clarity</strong>: Always knows whose turn it is. What needs to happen next. No more status meetings. No more Slack ping-pong.</li>
40+
<li><strong>Multi-channel notifications</strong>: Native desktop alerts via <a href="https://github.com/codeGROOVE-dev/goose">Goose</a> (macOS, Linux, Windows) and Slack. Get notified at the right moment. Not constantly.</li>
41+
<li><strong>Org-wide visibility</strong>: Track every PR across your entire organization. Zero configuration. Spot bottlenecks. Recognize contributors. Measure improvement.</li>
4342
</ul>
43+
<p style="margin-top: 20px; margin-bottom: 0;"><a href="https://cost.github.codegroove.app/?mode=org">Calculate your team's cost savings →</a></p>
44+
</div>
45+
46+
<div style="background: linear-gradient(135deg, var(--yellow) 0%, #ffd700 100%); border: 8px solid var(--black); border-radius: 20px; padding: 40px; margin: 40px 0; box-shadow: 0 8px 32px rgba(255, 215, 0, 0.5); text-align: center;">
47+
<p style="font-size: 32px; font-weight: 900; margin: 0 0 15px 0; color: var(--black); text-transform: uppercase; letter-spacing: 1px;">🚀 SHIPPING NOVEMBER 17, 2025</p>
48+
<p style="font-size: 20px; margin: 0; color: var(--black); font-weight: 600;">For engineering teams and open-source projects worldwide.</p>
4449
</div>
4550

46-
<h2>VIDEO</h2>
47-
<p>Coming soon!</p>
51+
<h2>HOW IT WORKS</h2>
52+
<div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
53+
<p style="font-size: 18px; margin-bottom: 20px;">A <strong>deterministic state machine</strong> tracks every PR in your organization. Knows who should act next. Knows what needs to happen. Clear accountability. Zero manual coordination.</p>
54+
55+
<h3 style="color: var(--yellow); margin-top: 30px; margin-bottom: 15px;">BUILT FOR SCALE</h3>
56+
<ul style="margin: 0; padding-left: 20px;">
57+
<li style="margin-bottom: 12px;"><strong>Global teams</strong>: Timezone-aware. Assigns reviewers during their active hours. Works for distributed teams.</li>
58+
<li style="margin-bottom: 12px;"><strong>Analytics</strong>: Team leaderboards. Contributor recognition. Bottleneck identification. Track velocity improvements.</li>
59+
<li style="margin-bottom: 12px;"><strong>Zero config</strong>: Works with your existing GitHub workflow. No training. No process changes. Install and go.</li>
60+
<li style="margin-bottom: 0;"><strong>Security-first</strong>: Minimal GitHub permissions. Choose which repos to monitor. No code access required.</li>
61+
</ul>
62+
</div>
4863

4964
<h2>SCREENSHOTS</h2>
5065
<div class="screenshot-grid">
@@ -86,26 +101,6 @@ title: Ready to Review - Eliminate PR coordination overhead
86101
</figure>
87102
</div>
88103

89-
<div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
90-
<h2 style="margin-top: 0; color: var(--yellow);">WHAT MAKES THIS DIFFERENT</h2>
91-
<p style="font-size: 18px; line-height: 1.6;">Unlike analytics dashboards that just show you the problem, Ready-to-Review <strong>actively manages your PR workflow</strong>. It makes intelligent decisions about who should act next and ensures they know about it — without overwhelming anyone.</p>
92-
<p style="margin-bottom: 0; font-size: 18px; line-height: 1.6;">Built by engineers who got tired of watching PRs sit idle while everyone assumes someone else is handling it.</p>
93-
</div>
94-
95-
<h2>HOW IT WORKS</h2>
96-
<div style="background: var(--black); border: 8px solid var(--cyan); border-radius: 20px; padding: 30px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
97-
<p>At the core of Ready to Review is a <strong>deterministic state machine</strong> that constantly analyzes every PR to determine who should act next and what they should do. It understands the full PR lifecycle — from initial assignment through reviews, change requests, updates, approvals, and merge.</p>
98-
99-
<h3 style="color: var(--yellow); margin-top: 30px; margin-bottom: 15px;">Additional Capabilities</h3>
100-
<ul style="margin: 0; padding-left: 20px;">
101-
<li style="margin-bottom: 12px;"><strong>Timezone intelligence</strong> - Assigns reviewers during their active hours and adjusts notifications based on work patterns</li>
102-
<li style="margin-bottom: 12px;"><strong>Team analytics</strong> - Identify patterns, celebrate contributors, measure real improvement with leaderboards and insights</li>
103-
<li style="margin-bottom: 0;"><strong>Security-conscious</strong> - Minimal permissions required, select just the GitHub repos you want to enable access to</li>
104-
</ul>
105-
106-
<p style="margin-top: 30px; margin-bottom: 0;"><strong>Result: 20X faster code reviews — but don't take our word for it, <a href="https://cost.github.codegroove.app/?mode=org">measure your own improvement</a></strong></p>
107-
</div>
108-
109104
<h2 id="pricing-section">PRICING</h2>
110105
<div class="pricing-grid" role="list" aria-labelledby="pricing-section">
111106
<article class="pricing-tier" role="listitem" aria-labelledby="tier-grassroots">
@@ -181,15 +176,15 @@ title: Ready to Review - Eliminate PR coordination overhead
181176

182177
<div class="info-box" style="margin-top: 40px;">
183178
<p class="info-box-highlight">All plans are billed through the GitHub Marketplace</p>
184-
<p>Start with Community (free forever) and upgrade anytime. Paid plans include a 2-week free trial. No credit card required to get started.</p>
179+
<p>Start with Grass Roots (free forever) and upgrade anytime. Paid plans include a 2-week free trial. No credit card required.</p>
185180
</div>
186181

187182
<h2>GET STARTED</h2>
188183
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px;">
189-
<p style="font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--white);">Ready to merge 20X faster?</p>
190-
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Sign up takes 30 seconds. Free for open source projects, forever.</p>
191-
<a href="https://github.com/apps/ready-to-review-beta" role="button" aria-label="Install Ready to Review GitHub App" style="display: inline-block; background: var(--cyan); color: var(--black); padding: 16px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 12px rgba(92, 225, 230, 0.4);">Start Now →</a>
192-
<p style="margin-top: 30px; font-size: 16px; color: var(--white);">Questions? Email <a href="mailto:go-faster@codegroove.dev" style="color: var(--cyan); text-decoration: underline;">go-faster@codegroove.dev</a></p>
184+
<p style="font-size: 24px; font-weight: 700; margin-bottom: 20px; color: var(--white);">RECLAIM 10-15% OF YOUR TEAM'S THROUGHPUT.</p>
185+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Start with one team. Or your entire org. No training. Works with your existing workflow. Free for open-source projects.</p>
186+
<a href="https://github.com/apps/ready-to-review-beta" role="button" aria-label="Install Ready to Review GitHub App" style="display: inline-block; background: var(--cyan); color: var(--black); padding: 16px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 18px; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 12px rgba(92, 225, 230, 0.4);">Install on GitHub →</a>
187+
<p style="margin-top: 30px; font-size: 16px; color: var(--white);">Questions? Want a demo? <a href="mailto:go-faster@codegroove.dev" style="color: var(--cyan); text-decoration: underline;">go-faster@codegroove.dev</a></p>
193188
</div>
194189
</div>
195190
</section>

0 commit comments

Comments
 (0)