Hot Node is a Blender add-on built for saving edited node setups and adding them back across different files. It works with Blender 4.2 LTS and newer, and adds nodes at high speed through the Shift A menu. Alongside saving and adding, it covers image matching, node sharing, and undo/redo.
You can save nodes through the right-click context menu, import and export node packs, and set a node tree reuse mode. A preference lets you disable the extend menu to return to the original Blender menu. The interface is available in English and Simplified Chinese, and the developer welcomes further translations.
Hot Node has a code architecture with a relatively high degree of decoupling, and it naturally supports some third-party nodes without guaranteeing full accuracy; support for more nodes and newer Blender versions can be added by editing its serialization modules. The add-on also exposes an API through its SerializationManager, with methods such as serialize_preset() and deserialize_preset(). It is released under the GNU General Public License v3.0 or later.