tools / jotai

Watch your atoms think

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.

Read the docsnpm i @buoy-gg/jotai
Jotai atom browser in React Native
Every atom with its live value.
Jotai derived atoms updating live
Derived atoms update in real time.
Jotai write event stream
Every write with prev → next transition.
Jotai atom diff view
Before/after split-screen diff.

What it does

Atom browser

Every registered atom with name, type, and live current value — reflected the moment it changes.

Live derived atoms

Watch derived atoms recompute in real time as their dependencies change, with change counts.

Event stream & diffs

Every write captured with prev → next values; split-screen diffs show exactly what changed.

Frequently asked questions

How do I inspect Jotai atoms in React Native?

Install @buoy-gg/jotai and register your atoms — they appear in the on-device browser with live values, write history, and diffs.

Add Jotai DevTools to your app

Free for on-device debugging. Two-minute install, no native code.

Quick startnpm i @buoy-gg/core

Works well with