For the vibe coding era

Your AI wrote 2,000 lines.
Now make it reviewable.

Vibe coding is fast. Reviewing vibe coded PRs is painful. VibeRequest uses AI to split your massive PRs into focused, reviewable chunks.

$ npx viberequest
Get Started

The vibe coding problem

AI makes writing code fast. But it creates a new bottleneck: code review.

47
files changed

"Claude went crazy on this one. Can someone review?"

+3,847
lines added

"It's all good, the AI wrote it. Just approve."

LGTM
review quality

"I'm not reading all that. Looks good to me."

The old way vs. the new way

Without VibeRequest
#84747 files

Add user auth, dashboard, settings, API...

+3,847 -203

Reviewer opens PR, sees 47 files
Skims through, misses bugs
Clicks "Approve" to unblock
Bug ships to production
3 days
avg. time to merge
With VibeRequest
#8484 files

Add auth types and middleware

#8496 files

Add login and signup pages

#8508 files

Add user dashboard

Focused, reviewable PRs
Bugs caught in review
Ship incrementally
4 hours
avg. time to merge first PR

Dead simple

Three steps. One minute. Done.

1

Run the CLI

Just run npx viberequest in your terminal. Uses your existing GitHub CLI auth.

2

AI splits it up

Our AI analyzes dependencies, groups related changes, and suggests a clean split strategy.

3

Ship it

Review the split, tweak if needed, create your new PRs. Start getting approvals.

"I vibe coded an entire feature in 30 minutes. It took 4 days to get the PR reviewed. Now I split first, and get incremental approvals the same day."
— Every developer using AI in 2026

Stop torturing your reviewers

Vibe code all you want. Just split it before you PR.

# Install and run
$ npx viberequest
# Or install globally
$ npm install -g viberequest
$ viberequest

Free and open source. Runs locally. Your code never leaves your machine.