tools / jotai
Buoy Jotai shows every registered atom with its live value — including derived atoms, objects, and arrays updating in real time — plus a stream of every atom write with prev → next transitions and split-screen diffs. All of it on the device, with no wrappers and no polling.
npm i @buoy-gg/jotai



Every registered atom with name, type, and live current value — reflected the moment it changes.
Watch derived atoms recompute in real time as their dependencies change, with change counts.
Every write captured with prev → next values; split-screen diffs show exactly what changed.
Add Jotai DevTools to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core