-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.njk
More file actions
114 lines (100 loc) · 3.58 KB
/
products.njk
File metadata and controls
114 lines (100 loc) · 3.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: base.njk
title: Products
description: 15X faster pull requests. From 4 days to 4 hours. ROI in week one.
---
<h1>PRODUCTS</h1>
<div class="groove-card groove-card--yellow">
<p class="mb-0 text-2xl text-bold">ENGINEERING VELOCITY TOOLS</p>
</div>
<h2>PICK YOUR GROOVE</h2>
<div class="products">
<a href="/products/hub/" class="product-clickable">
<article class="product product--yellow">
<h3>grooveHUB</h3>
<p><strong>Engineering Teams 2-256</strong></p>
<p>15X faster PRs: 4 days → 4 hours</p>
<ul>
<li>Smart auto-assignment based on expertise & availability</li>
<li>Real-time "whose turn" accountability tracking</li>
<li>Robot army that unblocks stuck PRs automatically</li>
<li>SOC 2 compliance without the friction</li>
</ul>
<p class="text-bold">View details →</p>
<p class="text-muted">15X faster PRs · 112x ROI</p>
</article>
</a>
<a href="/products/r2r/" class="product-clickable">
<article class="product">
<h3>Ready to Review</h3>
<p><strong>For Individual Developers</strong></p>
<p>Your personal PR notification system</p>
<ul>
<li>Never miss a review request</li>
<li>Turn-based notifications only</li>
<li>Works with any GitHub workflow</li>
</ul>
<p class="text-bold">View details →</p>
<p class="text-muted">Free for open source</p>
</article>
</a>
</div>
<h2 style="font-size: 24px; letter-spacing: -1px;">THE MATHEMATICS</h2>
<table>
<thead>
<tr>
<th>Plan</th>
<th>Team Size</th>
<th>Investment</th>
<th>Typical ROI</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Individual</strong></td>
<td>1</td>
<td>Free (OSS) / $3.84/mo</td>
<td>2 hours/day saved</td>
</tr>
<tr>
<td><strong>Design Partner</strong></td>
<td>2-128</td>
<td>$409.60/mo</td>
<td>$920K/year saved</td>
</tr>
<tr>
<td><strong>Main Stage</strong></td>
<td>Up to 256</td>
<td>$819.20/mo</td>
<td>$1.5M/year saved</td>
</tr>
<tr>
<td><strong>Funk Master</strong></td>
<td>Unlimited</td>
<td>$1,638.40/mo</td>
<td>$3M+/year saved</td>
</tr>
</tbody>
</table>
<h2 style="font-size: 24px; letter-spacing: -1px;">GET ON UP</h2>
<ul>
<li><strong>Day 1:</strong> Connect GitHub, configure teams</li>
<li><strong>Day 2:</strong> First PR notifications delivered</li>
<li><strong>Day 7:</strong> 15X improvement achieved (4 days → 4 hours)</li>
<li><strong>Day 30:</strong> Culture transformed, velocity sustained</li>
</ul>
<h2 style="font-size: 24px; letter-spacing: -1px;">SECURITY</h2>
<div class="groove-card groove-card--yellow">
<p class="text-lg text-bold">ENTERPRISE READY</p>
<ul>
<li>SOC 2 Type II (in progress)</li>
<li>GDPR & CCPA compliant</li>
<li>Ridiculously secure production environment</li>
<li>Self-hosted option</li>
</ul>
</div>
<div class="text-center mt-60">
<a href="https://dash.ready-to-review.dev" class="cta">HIT IT</a>
<p class="text-bold text-uppercase">FREE TRIAL · NO CARD · 7-DAY RESULTS</p>
<p class="mt-3">Need a custom demo? <a href="/contact/">Contact our team</a></p>
</div>