@fcannizzaro/streamdeck-react-devtools
v0.1.14
Published
DevTools UI for @fcannizzaro/streamdeck-react — inspect actions, events, renders, console and network
Maintainers
Readme
@fcannizzaro/streamdeck-react-devtools
Browser-based DevTools for @fcannizzaro/streamdeck-react — inspect actions, events, renders, console, and network in real time.
Install
npm install -g @fcannizzaro/streamdeck-react-devtoolspnpm add -g @fcannizzaro/streamdeck-react-devtoolsbun add -g @fcannizzaro/streamdeck-react-devtoolsUsage
streamdeck-react-devtoolsThis starts a local server and opens the DevTools UI in your browser. Running plugins are discovered automatically via port scanning.
You can optionally specify a port:
streamdeck-react-devtools 3000Panels
| Panel | Description |
| ------------ | ------------------------------------------------------ |
| Console | Plugin console.log, warn, error output |
| Network | Outgoing HTTP requests, responses, and errors |
| Elements | Live React component tree for each action |
| Preview | Visual preview of rendered keys, dials, and touch bars |
| Events | Stream Deck event bus messages per action |
Keyboard Shortcuts
| Shortcut | Action |
| ---------------- | --------------------- |
| Ctrl/Cmd + 1–5 | Toggle panel |
| Ctrl/Cmd + K | Clear active panel(s) |
Tabs can be reordered via drag-and-drop. Right-click a tab to switch between horizontal and vertical layout.
Documentation
https://streamdeckreact.fcannizzaro.com/devtools
License
MIT
