Description
NodeLogic Graph Builder lets you build dynamic logic for WordPress pages without writing code.
You create your setup directly in Gutenberg:
- Add input/output blocks from this plugin to your page.
- Add the NodeLogic Graph Builder Logic block.
- Open the graph editor and connect nodes to control values, conditions, styles, and behavior.
- Save and publish.
Key Features:
- Visual drag-and-drop node graph editor
- Gutenberg blocks for inputs/outputs and page logic
- Supports number, string, boolean, color, and basic CSS logic flows in the free version
- Logic Block for page-level runtime behavior
- Additional advanced node packs (events, memory, advanced string/math helpers, templates, and custom nodes) are available in a separate Pro extension
- Works locally inside WordPress (no license endpoint required)
Node Types Included:
- Element blocks: Seekbar, Number Input, Text Input, Radio Group, Select, Checkbox, Label, Button Group
- Graph nodes (free): Calculation, Condition, Switch/If, Boolean Logic, Math helpers, core String Logic, Colors, CSS, Outputs
Source: https://github.com/nodelogicwp/nodelogic-graph-builder
Blocks
This plugin provides 7 blocks.
- Seekbar Seekbar / progress slider element.
- Text Input Text input element.
- Number Input Numeric input element.
- Label Static label / text output element.
- Select Dropdown select element.
- Checkbox Checkbox element.
- Radio Group Radio button group element.
Installation
- Upload the plugin files to
/wp-content/plugins/nodelogic-graph-builder/ - Activate the plugin through the Plugins screen in WordPress
- Open any page/post in Gutenberg
- Add input/output blocks from NodeLogic Graph Builder
- Add the NodeLogic Graph Builder Logic block and open the graph editor
- Connect nodes, save, and publish
FAQ
-
Where do I start in the free version?
-
Open Gutenberg, add the plugin input/output blocks to your page, then add the NodeLogic Graph Builder Logic block. Build your graph there and publish.
-
Does this plugin make external HTTP requests?
-
No. This plugin works locally in WordPress and does not require a license activation endpoint.
-
Where can I find optional Pro plans?
-
Optional Pro plan details are available at https://nodelogicwp.com.
-
Where is the JavaScript source code?
-
The source is included in the
src/directory. Build artifacts are inbuild/. -
What browsers are supported?
-
All modern browsers (Chrome, Firefox, Safari, Edge). The graph editor is optimized for desktop editing.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“NodeLogic Graph Builder” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “NodeLogic Graph Builder” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4.0
- Renamed plugin to NodeLogic Graph Builder
- Updated slug/text domain and main plugin file naming
- Updated WordPress.org free build content and naming consistency
- Added/kept readable source files in
src/and documented source location