Next.js SSR DevTools

Chrome DevTools panel for inspecting Next.js SSR fetch calls.

As of June 2026, Next.js SSR DevTools has 22 users in the Developer Tools category.

Usersno change0%
22
22
Ratingno change0%
— reviews
Reviewsno change0%
Version
0.1.4
Manifest V3
90-day change · In the last 90 days this extension 2 version updates.

History

7 snapshots

Tracking since May 4, 2026.

23.12156.879999999999999May 4, 2026Jun 9, 2026
View as table
DateUsersRatingReviewsVersion
May 4, 20260.1.1
May 9, 20260.1.1
May 14, 202680.1.3
May 20, 202690.1.3
May 27, 2026100.1.3
Jun 3, 2026110.1.3
Jun 9, 2026150.1.4
Now220.1.4

Permissions & access

Permissions
None declared
Host access
None declared

Screenshots

Next.js SSR DevTools screenshot 1

About

Inspect Next.js App Router server-side fetch() calls in Chrome DevTools.

  ▍ THE PROBLEM
  In Next.js App Router, fetch() calls inside Server Components run on the Node.js server. The browser only receives the rendered HTML, so none of these
  fetches appear in the regular Network tab. You can't see URLs, headers, status codes, durations, or response bodies of your SSR data layer.

  ▍ WHAT THIS DOES
  This extension adds an "SSR Fetches" panel to Chrome DevTools that lists every SSR fetch the server captured during page render. Click any row to inspect
   General info, Headers (request + response), Request body, and Response body — like the Network tab, but for SSR.

  ▍ FEATURES
  • URL, HTTP method, status code, duration, response size at a glance
  • Color-coded methods (GET / POST / PUT / DELETE / PATCH) and status codes (2xx / 3xx / 4xx / 5xx)
  • Inspect request and response headers — sensitive ones (Authorization, Cookie, Set-Cookie, X-API-Key) auto-redacted
  • Pretty-printed JSON response bodies (truncated at 100 KB by default; configurable)
  • Refresh button to capture new fetches from server actions, mutations, route handlers, revalidations
  • Auto-refresh on full page navigation
  • Light / dark mode (follows system preference)

  ▍ SETUP
  This extension is the viewer. Your Next.js project needs the companion server package:

    npm install @leesuyeon/ssr-devtools

  Add three lines of wiring (instrumentation.ts, app/layout.tsx, app/api/ssr-devtools/route.ts). Full guide:
  https://www.npmjs.com/package/@leesuyeon/ssr-devtools

  Requirements: Next.js 14+ App Router. (Next 14.x: enable experimental.instrumentationHook in next.config; stable in 15.0+.)

  ▍ FOR WHOM
  • Frontend developers debugging SSR data fetching
  • QA / product managers verifying staging server-side data without reading terminal logs
  • Anyone tired of console.log-debugging Next.js Server Components

  ▍ PRIVACY
  This extension does not collect, store, or transmit any user data. It only reads SSR fetch metadata from the page you are inspecting — data your own
  server captured — and renders it locally in the DevTools panel. No analytics, no telemetry, no external requests, no remote code execution. No
  permissions beyond the standard chrome.devtools API.

  ▍ OPEN SOURCE
  MIT licensed. Source, issues, contributions:
  https://github.com/leeyounagh/ssr-devtools

Technical

Version
0.1.4
Manifest
V3
Size
17.45KiB
Min Chrome
108
Languages
1
Featured
No

Metadata

ID
pjnjiopickmfphfiomfondfmbkdhkbnm
Developer ID
u7670fa93f0ec0301f4478fedb6c54e88
Developer Email
[email protected]
Created
May 3, 2026
Last Updated (Store)
May 31, 2026
Last Scraped
Jun 9, 2026
Website
Support URL
Privacy Policy

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