Skip to content

Commit f74a3af

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
more text tuning
1 parent e131ee3 commit f74a3af

File tree

3 files changed

+39
-24
lines changed

3 files changed

+39
-24
lines changed

src/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ body {
598598
.pricing-tier-name {
599599
font-family: "Passion One", cursive;
600600
font-size: 28px;
601-
font-weight: 700;
601+
font-weight: 400;
602602
color: var(--yellow);
603603
margin: 0 0 16px 0;
604604
letter-spacing: 0.5px;

src/index.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ title: Supercharge your dev teams
1515
<li>Automated review assignments.</li>
1616
<li>Real-time notifications.</li>
1717
<li>Team leaderboards.</li>
18+
<li>No bullshit.</li>
1819
</ul>
1920

2021
<p class="hero-cta">Out-run your competition.</p>

src/products/ready-to-review.njk

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: base.njk
3-
title: Ready to Review
3+
title: Ready to Review - Eliminate PR coordination overhead
44
---
55

66
<section class="content-hero">
@@ -16,16 +16,31 @@ title: Ready to Review
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;">A PR lifecycle manager that shepherds every pull request from push to merge</p>
20-
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Ready to Review is backed by a deterministic state machine that constantly analyzes PRs to identify the action and actor most likely to push each PR forward. From hand-picking reviewers based on code context to notifying people exactly when they need to act — it eliminates ambiguity at every step.</p>
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>
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>PRs take <strong>4.5 days to merge</strong> on average because GitHub notifications suck and nobody knows who's responsible for getting a PR across the line at any given moment. <strong>For a 20-person team, that's $1M annually</strong> in lost productivity.</p>
28-
<p>Ready-to-Review brings this average down to <strong>45 minutes</strong>, saving you a boatload of time and money. Don't believe us? <a href="https://cost.github.codegroove.app/?mode=org">Measure the cost savings for your org</a> (public repos) or run <a href="https://github.com/codeGROOVE-dev/prcost">prcost</a> locally for private repos.</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 roughly <strong>$1M annually</strong> in lost productivity.</p>
28+
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>
30+
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>
34+
</div>
35+
36+
<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);">
37+
<h2 style="margin-top: 0;">OUR SOLUTION</h2>
38+
<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>
43+
</ul>
2944
</div>
3045

3146
<h2>SCREENSHOTS</h2>
@@ -60,19 +75,21 @@ title: Ready to Review
6075
</div>
6176
</div>
6277

63-
<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);">
64-
<h2 style="margin-top: 0;">HOW IT WORKS</h2>
78+
<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);">
79+
<h2 style="margin-top: 0; color: var(--yellow);">WHAT MAKES THIS DIFFERENT</h2>
80+
<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>
81+
<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>
82+
</div>
6583

66-
<p>At the core of Ready to Review is a <strong>deterministic state machine</strong> that constantly analyzes every PR to determine the optimal next action and actor. It understands the full PR lifecycle — from initial assignment through reviews, change requests, updates, approvals, and merge.</p>
84+
<h2>HOW IT WORKS</h2>
85+
<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);">
86+
<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>
6787

68-
<h3 style="color: var(--yellow); margin-top: 30px; margin-bottom: 15px;">Key Capabilities</h3>
88+
<h3 style="color: var(--yellow); margin-top: 30px; margin-bottom: 15px;">Additional Capabilities</h3>
6989
<ul style="margin: 0; padding-left: 20px;">
70-
<li style="margin-bottom: 12px;"><strong>Context-aware reviewer selection</strong> - Automatically assigns PRs to the engineers who last modified the same code you're changing, balanced by current workload and availability</li>
71-
<li style="margin-bottom: 12px;"><strong>Turn-based tracking</strong> - Crystal clear whose turn it is at every moment: author or reviewer. No more guessing, no more ping spam</li>
7290
<li style="margin-bottom: 12px;"><strong>Timezone intelligence</strong> - Assigns reviewers during their active hours and adjusts notifications based on work patterns</li>
73-
<li style="margin-bottom: 12px;"><strong>Multi-channel notifications</strong> - Native desktop notifications via <a href="https://github.com/codeGROOVE-dev/goose">Goose</a> (macOS, Linux, Windows) that auto-open PRs and play a delightful goose noise when you're responsible for the next move, plus Slack integration for team coordination</li>
74-
<li style="margin-bottom: 12px;"><strong>Lifecycle management</strong> - Tracks PRs from creation through merge, identifying bottlenecks and nudging the right people at the right time</li>
75-
<li style="margin-bottom: 0;"><strong>Team analytics</strong> - Identify patterns, celebrate contributors, measure real improvement</li>
91+
<li style="margin-bottom: 12px;"><strong>Team analytics</strong> - Identify patterns, celebrate contributors, measure real improvement with leaderboards and insights</li>
92+
<li style="margin-bottom: 0;"><strong>Security-conscious</strong> - Minimal permissions required, select just the GitHub repos you want to enable access to</li>
7693
</ul>
7794

7895
<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>
@@ -82,7 +99,7 @@ title: Ready to Review
8299
<div class="pricing-grid">
83100
<div class="pricing-tier">
84101
<div class="pricing-tier-header">
85-
<h3 class="pricing-tier-name">Community</h3>
102+
<h3 class="pricing-tier-name">Grass Roots</h3>
86103
<div class="pricing-tier-price">
87104
<span class="pricing-price-amount">Free</span>
88105
</div>
@@ -109,9 +126,8 @@ title: Ready to Review
109126
<div class="pricing-tier-body">
110127
<p class="pricing-tier-description">For individual developers</p>
111128
<ul class="pricing-features">
112-
<li><strong>Everything in Community, plus:</strong></li>
113-
<li>Support for private repositories anywhere</li>
114-
<li>Real-time notifications for personal repos</li>
129+
<li><strong>Everything in Grass Roots, plus:</strong></li>
130+
<li>Support for private repos</li>
115131
</ul>
116132
</div>
117133
</div>
@@ -126,9 +142,8 @@ title: Ready to Review
126142
<div class="pricing-tier-body">
127143
<p class="pricing-tier-description">For engineering teams that move fast</p>
128144
<ul class="pricing-features">
129-
<li><strong>Everything in Super-fan, plus:</strong></li>
130-
<li>Org-specific dashboard and workspace</li>
131-
<li>Real-time notifications for org repos</li>
145+
<li><strong>Support for private repos</strong></li>
146+
<li>Org-specific workspace</li>
132147
<li>Team leaderboards & insights</li>
133148
<li>Priority support</li>
134149
</ul>
@@ -143,12 +158,11 @@ title: Ready to Review
143158
</div>
144159
</div>
145160
<div class="pricing-tier-body">
146-
<p class="pricing-tier-description">Enterprise-grade for security-conscious orgs</p>
161+
<p class="pricing-tier-description">Extra support for complicated orgs</p>
147162
<ul class="pricing-features">
148163
<li><strong>Everything in Main Stage, plus:</strong></li>
149164
<li>Custom contracts & DPAs</li>
150165
<li>Security questionnaire support</li>
151-
<li>Dedicated account manager</li>
152166
</ul>
153167
</div>
154168
</div>

0 commit comments

Comments
 (0)