Visual RSC boundary inspector for Next.js App Router.
Full documentation lives in
turbosight-react-overlay/README.md— that file is also what gets published to npm.
| Package | Description |
|---|---|
@thinkgrid/turbosight |
React overlay components, context, and flight-stream interceptor hook |
@thinkgrid/turbosight-swc-plugin |
Rust/WASM SWC plugin that auto-wraps "use client" exports at compile time |
test-app |
Next.js demo app with four real-world boundary scenarios |
# From this directory
npm install
npm run build # build the overlay library
npm run dev # build + start test-app dev server at http://localhost:3000See the full README for installation, API reference, and configuration.