UI fabric for Nu.
- Shapes are the schema โ defined in code, rendered automatically
- Every interaction is a Term โ navigate, edit, filter, slice
- Three writers, one tree โ human, agent, machine
pip install nudle, then instrument your code:
from nudle import run_ui
run_ui(MyShape, storage, port=8080)You provide the Shape and storage โ nudle runs the server and UI. See the full usage guide.
make install
make dev