nustack
ReferenceFabrics

Fabrics

A Fabric is the substrate a Ref lives on. One page per Fabric: the Refs it ships, the Interactions on top of them, the shape of what it stores.

FabricModuleWhat
kvnu.kvVirtual collections over any KV backend. Persistent, paged, view-composable.
uinu.uiReactive UI fabric: shape trees rendered live in the browser.
clusternu.clusterDistributed fabric backed by Ray actors and object refs.
llmnu.llmOpenAI-compatible chat fabric: one wire, N providers.
memnu.memIn-process fabric: plain nested Python dicts as the data bag. Zero setup.
proxynu.proxyProxy fabric: transparent remote objects, local calls, remote execution.
httpnu.httpHTTP fabric: expose Nu Refs as endpoints, or build on top of any HTTP service.
servicenu.serviceIn-process service fabric: any Python object as a tree of Refs.
ccnu.ccClaude Code as a Ref: prompts from your Nu tree, session brackets, text and metadata back.
mpnu.mpLocal multiprocessing fabric: teleport subtrees onto spawned worker processes.