{
  "slug": "jotai-valtio",
  "name": "Jotai + Valtio",
  "url": "https://jotai.org",
  "cat": "dx",
  "group": "build",
  "tagline": "Atomic + proxy state",
  "price": "Free · MIT",
  "tier": "free",
  "pick": false,
  "what": "Two smaller state libraries from the same authors as Zustand. Jotai (v2) builds state from tiny composable atoms with derived values, Recoil-style. Valtio (v2) wraps an object in a proxy so you mutate it directly and components re-render automatically.",
  "why": "Reach for Jotai when state is a graph of interdependent values — a form builder or editor — where Zustand selectors get unwieldy. Valtio suits ports of mutable, class-like logic.",
  "warn": "Both have smaller communities than Zustand, so AI models generate less reliable code for them. Valtio proxies can surprise you when objects escape into non-React code.",
  "install": "npm install jotai",
  "category": {
    "key": "dx",
    "name": "Libraries & build tooling",
    "desc": "The dependencies your AI will reach for whether or not you chose them. Know what they are.",
    "group": "build",
    "groupName": "Build it"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://jotai.org/",
    "checked_at": "2026-08-18T21:22:12.874+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}