FuncNodes browser-based visual editor built with React and React Flow. It provides
the web UI used by funcnodes runserver and connects to the Workermanager for
worker discovery plus individual workers for graph manipulation.
- Graph editor (drag-and-drop canvas)
- Library browser for available nodes
- Property panel for inputs and outputs
- Worker selector and status
- Preview renderers (images, plots, tables)
This package ships a small CLI wrapper around funcnodes runserver.
cd funcnodes_react_flow
uv sync
uv run funcnodes_react_flowCommon flags:
--portto override the port--no-browserto skip auto-opening a browser
You can also run the UI via FuncNodes directly:
run funcnodes runserver --frontend react_flow (default)The React sources live in src/react with Yarn workspaces under packages/*.
Other useful commands:
yarn buildyarn testyarn typecheckyarn watch
FuncNodes modules can expose React plugins to customize input widgets or output
previews. This package registers a FuncNodes plugin that collects react_plugin
entry points (or REACT_PLUGIN exports) so the UI can load them.