Skip to content

Commit c18f790

Browse files
committed
Improve R2R messaging
1 parent 308d7ce commit c18f790

File tree

1 file changed

+70
-17
lines changed

1 file changed

+70
-17
lines changed

src/products/r2r.njk

Lines changed: 70 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,70 @@ description: Your personal PR dashboard. Never miss a review again.
77
<h1>READY TO REVIEW <span class="text-muted text-small">(BETA)</span></h1>
88

99
<section class="hero">
10-
<h2 class="hero-subtitle mb-0">IT'S YOUR TURN</h2>
11-
<p class="hero-text-large">NO SPAM. NO NOISE.<br>
12-
<span class="text-highlight">JUST THE GOOD STUFF.</span></p>
10+
<h2 class="hero-subtitle mb-0">STOP MISSING PRS</h2>
11+
<p class="hero-text-large">SICK OF STALE REVIEWS?<br>
12+
<span class="text-highlight">WE FUCKING GET IT.</span></p>
13+
<div class="groove-card mt-2">
14+
<p class="text-bold text-large mb-1">FREE FOREVER FOR OPEN SOURCE</p>
15+
<p class="mb-0">Built by maintainers who are tired of this shit. Zero cost for public repos.</p>
16+
</div>
1317
</section>
1418

15-
<h2>THE GROOVE</h2>
19+
<h2>THE PROBLEM IS REAL</h2>
1620

17-
<p>Ready to Review is your personal code review assistant. It tracks every GitHub pull request that needs your attention and notifies you at exactly the right moment.</p>
21+
<p><strong>You know the drill:</strong> PRs sit for days. Contributors get frustrated. Security patches rot. Your inbox is full of GitHub noise you don't give a shit about.</p>
1822

19-
<p><strong>The "It's Your Turn" alert:</strong> Get notified only when action is required from you. No noise. No spam. Just actionable notifications.</p>
23+
<div class="groove-card">
24+
<p class="text-large text-bold mb-0">DEVELOPERS WASTE 25% OF THEIR TIME</p>
25+
<p class="mt-1">→ Waiting for reviews that never come<br>
26+
→ Context switching between 47 different notifications<br>
27+
→ Missing the ONE PR that actually matters<br>
28+
→ Watching contributors disappear because you didn't see their work</p>
29+
<p class="text-small text-muted mt-2">THIS IS WHY WE CAN'T HAVE NICE THINGS</p>
30+
</div>
31+
32+
<p><strong>Ready to Review fixes this bullshit.</strong> Perfect for:</p>
33+
<ul>
34+
<li><strong>OSS maintainers:</strong> Stop losing contributors to stale PRs. Track everything that matters across dozens of repos.</li>
35+
<li><strong>Corporate developers:</strong> Cut through the notification hell. Works with your company's GitHub without asking IT for permission.</li>
36+
<li><strong>DevOps & Security teams:</strong> Never miss another critical infrastructure change or security patch again.</li>
37+
</ul>
2038

21-
<p><strong>We save your most limited resource: time.</strong></p>
39+
<p><strong>One simple rule:</strong> You only get notified when it's actually your turn to do something. No bullshit. No noise. Just the PRs that need YOU.</p>
40+
41+
<h2>USE CASES</h2>
42+
43+
<div class="products">
44+
<article class="product">
45+
<h3>For Burned-Out OSS Maintainers</h3>
46+
<ul>
47+
<li><strong>Stop losing contributors:</strong> First-time PRs get buried? Not anymore.</li>
48+
<li><strong>Triage like a pro:</strong> Focus on what matters, ignore the noise</li>
49+
<li><strong>Cross-repo sanity:</strong> Managing 20+ repos without losing your mind</li>
50+
<li><strong>Guilt-free breaks:</strong> Take time off without returning to 200 stale PRs</li>
51+
</ul>
52+
</article>
53+
54+
<article class="product">
55+
<h3>For Corporate Code Warriors</h3>
56+
<ul>
57+
<li><strong>Stealth productivity:</strong> IT doesn't need to know about your workflow hacks</li>
58+
<li><strong>Enterprise-friendly:</strong> Works with your company's locked-down GitHub setup</li>
59+
<li><strong>Cross-team survival:</strong> Track dependencies without drowning in Slack pings</li>
60+
<li><strong>Meeting-proof focus:</strong> Less context switching, more actual coding</li>
61+
</ul>
62+
</article>
63+
64+
<article class="product">
65+
<h3>For DevOps & Security Heroes</h3>
66+
<ul>
67+
<li><strong>Infrastructure vigilance:</strong> Terraform changes won't slip past you anymore</li>
68+
<li><strong>Critical change tracking:</strong> Don't let important infrastructure updates slip through</li>
69+
<li><strong>Deployment disaster prevention:</strong> Catch the breaking changes before 3 AM pages</li>
70+
<li><strong>Microservice madness management:</strong> Visibility across 50+ repos without losing it</li>
71+
</ul>
72+
</article>
73+
</div>
2274

2375
<h2>DASHBOARD</h2>
2476
<p><a href="https://dash.ready-to-review.dev" class="cta-button-small">Open Dashboard</a></p>
@@ -51,7 +103,7 @@ description: Your personal PR dashboard. Never miss a review again.
51103

52104
<div class="groove-card">
53105
<p class="text-bold mb-1">FREE DURING BETA</p>
54-
<p>Ready to Review is currently free while in beta. Paid plans will launch soon ($3.84/mo).</p>
106+
<p>Ready to Review is currently free while in beta. <strong>OSS maintainers never pay—this shit should be free.</strong> Corporate developers pay $3.84/mo because your company can afford it.</p>
55107
</div>
56108

57109
<table>
@@ -64,13 +116,13 @@ description: Your personal PR dashboard. Never miss a review again.
64116
</thead>
65117
<tbody>
66118
<tr>
67-
<td><strong>OSS</strong></td>
68-
<td>Public only</td>
69-
<td>Free forever</td>
119+
<td><strong>OSS Maintainers</strong></td>
120+
<td>Public repos only</td>
121+
<td><strong>Free forever</strong></td>
70122
</tr>
71123
<tr>
72-
<td><strong>Individual</strong></td>
73-
<td>Public + Private</td>
124+
<td><strong>Corporate Developers</strong></td>
125+
<td>Public + Private repos</td>
74126
<td>$3.84/mo <span class="text-muted">(coming soon)</span></td>
75127
</tr>
76128
<tr>
@@ -82,7 +134,7 @@ description: Your personal PR dashboard. Never miss a review again.
82134
</table>
83135

84136
<p class="text-center mt-2">
85-
<strong>For teams:</strong> Check out <a href="/products/hub/">grooveHUB</a>, which includes Ready to Review plus team collaboration, conflict prevention, and compliance features.
137+
<strong>Are pull requests without a reviewer assigned a problem for your organization?</strong> Check out <a href="/products/hub/">grooveHUB</a>, which pairs Ready to Review with a Robot Army to achieve 15X less pull request latency.
86138
</p>
87139

88140
<h2>WHAT YOU GET</h2>
@@ -92,8 +144,8 @@ description: Your personal PR dashboard. Never miss a review again.
92144
<tr>
93145
<th>Feature</th>
94146
<th>Beta (Free)</th>
95-
<th>OSS</th>
96-
<th>Individual</th>
147+
<th>OSS Maintainers</th>
148+
<th>Corporate Developers</th>
97149
</tr>
98150
</thead>
99151
<tbody>
@@ -133,6 +185,7 @@ description: Your personal PR dashboard. Never miss a review again.
133185
<p class="text-muted text-center">* Beta features subject to change</p>
134186

135187
<div class="text-center mt-60">
136-
<a href="https://dash.ready-to-review.dev" class="cta">TRY IT NOW</a>
188+
<a href="https://dash.ready-to-review.dev" class="cta">STOP THE MADNESS</a>
189+
<p class="text-bold text-uppercase mt-2">CONNECT GITHUB · FREE TO TRY · FIXES THIS SHIT TODAY</p>
137190
</div>
138191

0 commit comments

Comments
 (0)