Next API Capture

Inspect server (SSR/RSC) + client API calls of Next.js App Router apps in a DevTools panel.

As of June 2026, Next API Capture has users in the Developer Tools category.

Usersno change0%
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.1.0
Manifest V3

History

1 snapshots

Tracking since Jun 24, 2026.

Not enough history yet for this metric — the chart fills in as we collect more snapshots.
View as table
DateUsersRatingReviewsVersion
Jun 24, 20260.1.0
Now0.1.0

Permissions & access

Permissions
storagealarms
Host access
http://localhost/*, http://127.0.0.1/*

Screenshots

Next API Capture screenshot 1

About

In the Next.js App Router, most data is fetched on the server — during the RSC
render, inside route handlers, and inside server actions. Those requests never
show up in the browser's Network tab, which makes them hard to see while you
build and debug.
Next API Capture instruments fetch (and Node http/https — so axios, got and
node-fetch are covered too) on the server, correlates every call to the page
navigation that triggered it, and streams them to a dedicated DevTools panel —
right next to your client-side fetch and XHR calls.
What you get:
• Server + client capture — server:rsc, server:route-handler, server:action, plus client fetch and XHR.
• A real DevTools panel — filter by source, search by URL, group by navigation, clear-on-nav, live counts.
• Full request / response detail — headers and bodies (gzip/deflate/br decoded), with a resizable detail pane.
• Safe by default — never auto-on in production; sensitive headers masked; bodies size-capped and pattern-redacted.
• Drop-in and fail-safe — three small touch-points; feature-detects at runtime and degrades gracefully (warns, never throws).
How it works (in your app):
instrumentation.ts → registerCapture()
middleware.ts → createCaptureMiddleware()
Load this extension and open the “API Capture” panel in DevTools.
The library streams captures to the extension over a loopback dev WebSocket
(127.0.0.1). The extension only runs on http://localhost and http://127.0.0.1,
and nothing is sent to any remote server.
Open source: https://github.com/yeo11200/next-api-capture

Technical

Version
0.1.0
Manifest
V3
Size
20.82KiB
Min Chrome
111
Languages
1
Featured
No

Metadata

ID
jhbgbomlmdnjiahdinlndejedgnepbdk
Developer ID
u19b871d926420618670112d7446794a9
Developer Email
[email protected]
Created
Jun 23, 2026
Last Updated (Store)
Jun 23, 2026
Last Scraped
Jun 24, 2026
Website
Support URL

Data sourced from the Chrome Web Store · last verified Jun 24, 2026.