Skip to content

Commit e254e65

Browse files
committed
minor improvements
1 parent 4f15808 commit e254e65

File tree

2 files changed

+60
-25
lines changed

2 files changed

+60
-25
lines changed

src/products/ready-to-review.njk

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: base.njk
3-
title: Ready to Review - PRs merge in an hour, not 4.5 days
3+
title: Ready to Review - Enterprise-grade PR Management
44
---
55

66
<section class="content-hero">
@@ -15,8 +15,8 @@ title: Ready to Review - PRs merge in an hour, not 4.5 days
1515
<img src="/assets/review-goose.png" alt="Ready to Review" class="support-hero-image" />
1616
</picture>
1717
<div class="support-hero-content">
18-
<p class="support-hero-title">PRs MERGE IN AN HOUR, NOT 4.5 DAYS</p>
19-
<p class="support-hero-text">A deterministic state engine that shepherds pull requests to merge. Always knows whose turn it is. What's blocking progress. Who should act next.</p>
18+
<p class="support-hero-title">ENTERPRISE-GRADE PR MANAGEMENT</p>
19+
<p class="support-hero-text">Perfectly timed, actionable notifications that keep your team in flow. A deterministic state engine that always knows whose turn it is, what's blocking progress, and who should act next. The right notification, at the right time, in the right place.</p>
2020
</div>
2121
</div>
2222

@@ -63,14 +63,22 @@ title: Ready to Review - PRs merge in an hour, not 4.5 days
6363
<h3>During Review</h3>
6464
<p>Every PR shows exactly whose turn it is and what needs to happen next. The author needs to fix failing tests. The reviewer needs to approve changes. Someone needs to resolve merge conflicts. No ambiguity about who's responsible.</p>
6565

66-
<p>Notifications go out only when the state changes—when CI fails, when review is requested, when changes get pushed. Not for every comment thread. Just when someone needs to act.</p>
66+
<p>Perfectly timed notifications arrive only when the state changes—when CI fails, when review is requested, when changes get pushed. Not for every comment thread. Just when someone needs to act. This keeps developers in flow instead of constantly context-switching.</p>
6767

6868
<p>Result: Engineers know what's blocking their work without asking in Slack or standups.</p>
6969

70-
<h3>Anytime</h3>
71-
<p>Engineers can always see which work they're blocking by checking the dashboard, the Goose desktop app, or the Slack app. Daily reminders arrive at 8-9am in each person's local timezone, so nothing gets forgotten.</p>
70+
<h3>Work Your Way — Multiple Integrations</h3>
71+
<p>Get notifications wherever you work:</p>
72+
<ul style="font-size: 16px; line-height: 1.8; margin: 15px 0; padding-left: 0; list-style: none;">
73+
<li style="margin-bottom: 10px; padding-left: 25px; position: relative;"><span style="position: absolute; left: 0; color: var(--cyan); font-weight: 700;">→</span><strong>Slack integration</strong> — notifications arrive in your team's Slack workspace</li>
74+
<li style="margin-bottom: 10px; padding-left: 25px; position: relative;"><span style="position: absolute; left: 0; color: var(--cyan); font-weight: 700;">→</span><strong>Desktop app (Goose)</strong> — menubar (Mac) or system tray (Windows/Linux) notifications</li>
75+
<li style="margin-bottom: 10px; padding-left: 25px; position: relative;"><span style="position: absolute; left: 0; color: var(--cyan); font-weight: 700;">→</span><strong>Command-line interface</strong> — check PR status from your terminal</li>
76+
<li style="margin-bottom: 0; padding-left: 25px; position: relative;"><span style="position: absolute; left: 0; color: var(--cyan); font-weight: 700;">→</span><strong>Web dashboard</strong> — full visibility across all your PRs</li>
77+
</ul>
7278

73-
<p>Result: Nothing falls through the cracks.</p>
79+
<p>Daily reminders arrive at 8-9am in each person's local timezone, so nothing gets forgotten.</p>
80+
81+
<p>Result: Nothing falls through the cracks, and you're notified in the tools you already use.</p>
7482

7583
<h3>For More Information</h3>
7684
<p>Technical details, architecture diagrams, and API documentation: <a href="https://docs.ready-to-review.dev/">docs.ready-to-review.dev</a></p>
@@ -100,11 +108,12 @@ title: Ready to Review - PRs merge in an hour, not 4.5 days
100108
</div>
101109
</div>
102110
<div class="pricing-tier-body">
103-
<p class="pricing-tier-description">For open-source projects</p>
111+
<p class="pricing-tier-description">For open-source projects — free forever</p>
104112
<ul class="pricing-features">
105113
<li>Automated reviewer assignments</li>
106114
<li>Turn-based PR tracking</li>
107-
<li>Real-time notifications</li>
115+
<li>Perfectly timed notifications</li>
116+
<li>All integrations (Slack, Desktop, CLI)</li>
108117
<li>Analytics & leaderboard</li>
109118
</ul>
110119
</div>
@@ -168,8 +177,8 @@ title: Ready to Review - PRs merge in an hour, not 4.5 days
168177
</div>
169178

170179
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px; margin-top: 50px;">
171-
<p style="font-size: 24px; font-weight: 700; margin-bottom: 15px; color: var(--white);">RECLAIM 10-15% OF YOUR TEAM'S THROUGHPUT</p>
172-
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Two-minute setup. Works with your existing workflow. Free for open source.</p>
180+
<p style="font-size: 24px; font-weight: 700; margin-bottom: 15px; color: var(--white);">KEEP YOUR TEAM IN FLOW</p>
181+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Enterprise-grade PR management with perfectly timed notifications. Two-minute setup. Free for open source.</p>
173182
<div style="display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;">
174183
<a href="https://docs.ready-to-review.dev/getting-started/" class="cta-button cta-button--green">Get Started</a>
175184
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" class="cta-button">Schedule a Call</a>

src/qr/index.njk

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,60 @@ title: Welcome
1515
<div style="flex: 1; min-width: 250px;">
1616
<p style="margin: 0 0 10px 0; font-size: 24px; font-weight: 700; color: #333;">DUDE, YOU'RE AT KUBECON TOO?</p>
1717
<p style="margin: 0 0 15px 0; font-size: 18px; color: #333;">THANKS FOR SCANNING THE QR CODE.</p>
18-
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Welcome! We're former Kubernetes contributors who got tired of high PR review latency - so we built a company to help companies and OSS projects merge code 20X faster. Thanks for scanning our QR code!</p>
18+
<p style="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Built by former Kubernetes contributors who got tired of waiting days for PR reviews. We're on a mission to eliminate code review latency—helping teams merge code 20X faster while keeping developers in flow.</p>
1919
</div>
2020
</div>
2121
</div>
2222

23-
<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);">
24-
<h2 style="margin-top: 0;">WHERE TO START</h2>
23+
<div style="background: var(--black); border: 8px solid var(--yellow); border-radius: 20px; padding: 40px; margin: 40px 0; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);">
24+
<h2 style="margin-top: 0; color: var(--yellow); font-size: 32px;">Ready to Review</h2>
25+
<p style="font-size: 20px; font-weight: 600; color: var(--cyan); margin-bottom: 20px;">Enterprise-grade GitHub pull request management.</p>
26+
<p style="font-size: 18px; line-height: 1.6; margin-bottom: 20px;">Perfectly timed, actionable notifications that keep your team in flow. The right notification, at the right time, in the right place.</p>
2527

26-
<div style="margin-bottom: 30px;">
27-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">For Open Source Enthusiasts</h3>
28-
<p>Want to see what we're building? Check out <strong><a href="https://github.com/codeGROOVE-dev/goose">Goose</a></strong> — our PR tracker that honks when you're the bottleneck.</p>
29-
<p style="margin-bottom: 0;">All our open source projects are free forever. <a href="/opensource/">Learn more about our OSS commitment</a></p>
28+
<div style="margin: 30px 0;">
29+
<h3 style="margin-bottom: 15px; color: var(--cyan); font-size: 22px;">Why Teams Choose Us</h3>
30+
<ul style="font-size: 17px; line-height: 1.8; margin: 0; padding-left: 0; list-style: none;">
31+
<li style="margin-bottom: 12px; padding-left: 30px; position: relative;">
32+
<span style="position: absolute; left: 0; color: var(--yellow); font-weight: 700;">✓</span>
33+
<strong>Always know whose turn it is</strong> — deterministic state tracking eliminates ambiguity
34+
</li>
35+
<li style="margin-bottom: 12px; padding-left: 30px; position: relative;">
36+
<span style="position: absolute; left: 0; color: var(--yellow); font-weight: 700;">✓</span>
37+
<strong>Stay in flow</strong> — get notified only when action is needed, not for every comment
38+
</li>
39+
<li style="margin-bottom: 12px; padding-left: 30px; position: relative;">
40+
<span style="position: absolute; left: 0; color: var(--yellow); font-weight: 700;">✓</span>
41+
<strong>Work your way</strong> — Slack, Desktop (menubar/tray), or command-line integrations
42+
</li>
43+
<li style="margin-bottom: 0; padding-left: 30px; position: relative;">
44+
<span style="position: absolute; left: 0; color: var(--yellow); font-weight: 700;">✓</span>
45+
<strong>Free for open source</strong> — forever, no strings attached
46+
</li>
47+
</ul>
3048
</div>
3149

50+
<div style="text-align: center; margin-top: 35px;">
51+
<a href="/products/ready-to-review/" class="cta-button cta-button--green" style="font-size: 18px; padding: 16px 32px;">Learn More & Get Started</a>
52+
</div>
53+
</div>
54+
55+
<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);">
56+
<h2 style="margin-top: 0;">EXPLORE MORE</h2>
57+
3258
<div style="margin-bottom: 30px;">
33-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">Measure Your PR Latency Cost</h3>
34-
<p>Curious how much PR latency is costing your organization? Try our free tool to measure the cost of PR latency for your GitHub org:</p>
35-
<p style="margin-bottom: 0;"><strong><a href="https://cost.github.codegroove.app/?mode=org">cost.github.codegroove.app</a></strong></p>
59+
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">Try the Desktop App</h3>
60+
<p>Check out <strong><a href="https://github.com/codeGROOVE-dev/goose">Goose</a></strong> — our open-source PR notification app that lives in your menubar (Mac) or system tray (Windows/Linux). Honks when it's your turn to act.</p>
61+
<p style="margin-bottom: 0;">Open source forever. <a href="/opensource/">Learn more about our OSS commitment</a></p>
3662
</div>
3763

3864
<div style="margin-bottom: 0;">
39-
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">For Teams</h3>
40-
<p>Merge PRs 20X faster with our flagship product.</p>
41-
<p style="margin-bottom: 0;"><a href="/products/">Explore our products</a></p>
65+
<h3 style="margin-bottom: 10px; color: var(--yellow); padding-bottom: 8px; border-bottom: 3px solid var(--yellow); display: inline-block;">Calculate Your Savings</h3>
66+
<p>Curious how much PR latency is costing your team? Our free calculator analyzes your GitHub org's public repositories and shows the real cost of context switching.</p>
67+
<p style="margin-bottom: 0;"><strong><a href="https://cost.github.codegroove.app/?mode=org">cost.github.codegroove.app</a></strong></p>
4268
</div>
4369
</div>
4470

4571
<h2>GET IN TOUCH</h2>
46-
<p>Questions? Email us at <a href="mailto:go-faster@codegroove.dev">go-faster@codegroove.dev</a></p>
72+
<p>Questions? Want to chat? Email us at <a href="mailto:go-faster@codegroove.dev">go-faster@codegroove.dev</a> or <a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89">schedule a call</a>.</p>
4773
</div>
4874
</section>

0 commit comments

Comments
 (0)