Skip to content

Commit e4539c8

Browse files
committed
push changes
1 parent ba92df7 commit e4539c8

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

src/products/ready-to-review.njk

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
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">HYPER-INTELLIGENT PULL REQUEST NOTIFICATION & ASSIGNMENT SYSTEM - FOR OSS, STARTUPS, AND ENTERPRISES ALIKE</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>
18+
<p class="support-hero-title">SMART PR NOTIFICATIONS THAT KNOW WHOSE TURN IT IS</p>
19+
<p class="support-hero-text">Stop losing PRs in notification noise. Ready to Review tracks every pull request from open to merged, automatically assigning reviewers and notifying the right person only when they need to act. Keep your team in flow with perfectly timed, actionable notifications.</p>
2020
</div>
2121
</div>
2222

2323
<div class="support-hero-card">
2424
<div style="width: 100%;">
2525
<h2 style="margin-top: 0; color: #333;">The Problem</h2>
26-
<p>GitHub's native PR flow creates ambiguity. Nobody knows whose turn it is. PRs sit for 4.5 days on average (industry standard). Engineers context-switch constantly. Managers ask "what's blocking this?" in every standup.</p>
26+
<p>GitHub's native PR flow creates ambiguity. Nobody knows whose turn it is. PRs become lost and forgotten under the daily deluge of GitHub notifications that both enterprise and open-source users encounter. PRs sit for 4.5 days on average (industry standard). Engineers context-switch constantly. Managers ask "what's blocking this?" in every standup.</p>
2727

2828
<p><strong>For a 20-person team, that's $1M annually in lost productivity.</strong> Or 2-3 engineers worth of capacity just... gone.</p>
2929

@@ -51,21 +51,17 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
5151
</div>
5252

5353
<h2>How It Works</h2>
54-
<p>A deterministic state machine tracks every PR in your organization—shepherding them from open to merged. At each stage, it knows what needs to happen next and who should do it.</p>
54+
<p>Ready to Review acts like a traffic controller for your PRs—tracking each one from open to merged and automatically figuring out what needs to happen next and who should do it. If a PR needs a reviewer, we assign one. If someone needs to take action to move it forward, we ping them on Slack or their Desktop.</p>
5555

5656
<h3>When a PR Opens</h3>
5757
<p>If the author or CODEOWNERS hasn't already assigned reviewers, the system does it automatically based on who actually touched the code. Git history shows who knows this code and who has recently contributed to it.</p>
5858

59-
<p>Workload gets balanced automatically. If someone already has 9 active PRs, they're skipped. Assignments respect timezones—reviewers in active hours get priority. Bots get filtered out.</p>
60-
61-
<p>Result: The right people see it immediately.</p>
59+
<p>Workload gets balanced automatically. If someone already has 9 active PRs, they're skipped. Assignments respect timezones—reviewers in active hours get priority. Bots get filtered out. The right people see it immediately.</p>
6260

6361
<h3>During Review</h3>
6462
<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>
6563

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>
67-
68-
<p>Result: Engineers know what's blocking their work without asking in Slack or standups.</p>
64+
<p>Smart 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. Engineers know what's blocking their work without asking in Slack or standups.</p>
6965

7066
<h3>Work Your Way — Multiple Integrations</h3>
7167
<p>Get notifications wherever you work:</p>
@@ -76,9 +72,7 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
7672
<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>
7773
</ul>
7874

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>
75+
<p>Daily reminders arrive at 8-9am in each person's local timezone, so nothing gets forgotten or falls through the cracks.</p>
8276

8377
<h3>For More Information</h3>
8478
<p>Technical details, architecture diagrams, and API documentation: <a href="https://docs.ready-to-review.dev/">docs.ready-to-review.dev</a></p>
@@ -172,7 +166,7 @@ title: Ready to Review - Hyper-Intelligent Pull Request Notification & Assignmen
172166

173167
<div class="groove-card groove-card--yellow" style="text-align: center; padding: 40px; margin-top: 50px;">
174168
<p style="font-size: 24px; font-weight: 700; margin-bottom: 15px; color: var(--white);">KEEP YOUR TEAM IN FLOW</p>
175-
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Hyper-Intelligent Pull Request Notification & Assignment System - for OSS, Startups, and Enterprises alike - with perfectly timed notifications. Two-minute setup. Free for open source.</p>
169+
<p style="margin-bottom: 30px; font-size: 18px; color: var(--white);">Smart PR management with perfectly timed notifications. One-minute setup. Free for open source.</p>
176170
<div style="display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;">
177171
<a href="https://docs.ready-to-review.dev/getting-started/" class="cta-button cta-button--green">Get Started</a>
178172
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" class="cta-button">Schedule a Call</a>

0 commit comments

Comments
 (0)