Skip to content

Commit 308d7ce

Browse files
committed
clarify beta
1 parent 4febdd6 commit 308d7ce

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

src/products/r2r.njk

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
layout: base.njk
3-
title: Ready to Review
3+
title: Ready to Review (Beta)
44
description: Your personal PR dashboard. Never miss a review again.
55
---
66

7-
<h1>READY TO REVIEW</h1>
7+
<h1>READY TO REVIEW <span class="text-muted text-small">(BETA)</span></h1>
88

99
<section class="hero">
1010
<h2 class="hero-subtitle mb-0">IT'S YOUR TURN</h2>
@@ -49,6 +49,11 @@ description: Your personal PR dashboard. Never miss a review again.
4949

5050
<h2>PRICING</h2>
5151

52+
<div class="groove-card">
53+
<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>
55+
</div>
56+
5257
<table>
5358
<thead>
5459
<tr>
@@ -66,17 +71,27 @@ description: Your personal PR dashboard. Never miss a review again.
6671
<tr>
6772
<td><strong>Individual</strong></td>
6873
<td>Public + Private</td>
69-
<td>$3.84/mo</td>
74+
<td>$3.84/mo <span class="text-muted">(coming soon)</span></td>
75+
</tr>
76+
<tr>
77+
<td><strong>Teams</strong></td>
78+
<td>All repos + Team features</td>
79+
<td><a href="/products/hub/">See grooveHUB →</a></td>
7080
</tr>
7181
</tbody>
7282
</table>
7383

84+
<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.
86+
</p>
87+
7488
<h2>WHAT YOU GET</h2>
7589

7690
<table>
7791
<thead>
7892
<tr>
7993
<th>Feature</th>
94+
<th>Beta (Free)</th>
8095
<th>OSS</th>
8196
<th>Individual</th>
8297
</tr>
@@ -86,30 +101,37 @@ description: Your personal PR dashboard. Never miss a review again.
86101
<td>Dashboard</td>
87102
<td>✓</td>
88103
<td>✓</td>
104+
<td>✓</td>
89105
</tr>
90106
<tr>
91107
<td>Goose app</td>
92108
<td>✓</td>
93109
<td>✓</td>
110+
<td>✓</td>
94111
</tr>
95112
<tr>
96113
<td>Browser extension</td>
97114
<td>✓</td>
98115
<td>✓</td>
116+
<td>✓</td>
99117
</tr>
100118
<tr>
101119
<td>Real-time notifications</td>
120+
<td>✓</td>
102121
<td>🚫</td>
103122
<td>✓</td>
104123
</tr>
105124
<tr>
106125
<td>Private repositories</td>
126+
<td>✓</td>
107127
<td>🚫</td>
108128
<td>✓</td>
109129
</tr>
110130
</tbody>
111131
</table>
112132

133+
<p class="text-muted text-center">* Beta features subject to change</p>
134+
113135
<div class="text-center mt-60">
114136
<a href="https://dash.ready-to-review.dev" class="cta">TRY IT NOW</a>
115137
</div>

0 commit comments

Comments
 (0)