[{"data":1,"prerenderedAt":219},["ShallowReactive",2],{"node-red-\u002Fnode-red\u002Fgetting-started\u002Flibrary":3},{"id":4,"title":5,"body":6,"description":211,"extension":212,"meta":213,"navigation":214,"path":215,"seo":216,"stem":217,"__hash__":218},"nodeRed\u002Fnode-red\u002Fgetting-started\u002Flibrary.md","Node-RED Library – A Curated and Actively Maintained List of Nodes",{"type":7,"value":8,"toc":202},"minimark",[9,14,18,21,26,29,40,74,77,84,92,96,101,104,135,144,147,151,154,171,195,198],[10,11,13],"h1",{"id":12},"node-red-library","Node-RED Library",[15,16,17],"p",{},"The Node-RED library contains thousands of community-contributed nodes that extend Node-RED's core functionality. These pre-built nodes enable connections to hardware devices, cloud services, databases, APIs, and industrial protocols without requiring custom development.",[15,19,20],{},"The library operates as a central repository where developers share installable packages. Each package adds new nodes to your Node-RED palette, from basic utility functions to sophisticated enterprise integrations. If you need to connect to a specific system or protocol, there's likely an existing node available.",[22,23,25],"h2",{"id":24},"flowfuse-integration-catalog","FlowFuse Integration Catalog",[15,27,28],{},"While the community library offers extensive options, finding production-ready integrations can be challenging. Documentation quality varies significantly, maintenance is inconsistent, and enterprise scalability isn't always guaranteed.",[15,30,31,32,39],{},"The ",[33,34,35],"strong",{},[36,37,25],"a",{"href":38},"\u002Fintegrations\u002F"," provides vetted, production-grade integrations designed for industrial and enterprise deployments. Created and curated by FlowFuse and the Node-RED community, the catalog includes:",[41,42,43,50,56,62,68],"ul",{},[44,45,46,49],"li",{},[33,47,48],{},"Tested integrations"," verified for enterprise-scale applications",[44,51,52,55],{},[33,53,54],{},"Complete documentation"," with implementation examples and troubleshooting guides",[44,57,58,61],{},[33,59,60],{},"Security-focused"," configurations following industry best practices",[44,63,64,67],{},[33,65,66],{},"Active maintenance"," with regular updates and version compatibility",[44,69,70,73],{},[33,71,72],{},"Professional support"," available for critical implementations",[15,75,76],{},"Our catalog covers databases, communication protocols, IoT devices, and automation workflows. Each integration includes detailed setup instructions, real-world use cases, and configuration recommendations. New nodes are continuously being added to expand the catalog's capabilities.",[15,78,79,80,83],{},"To strengthen the ecosystem and ensure high-quality nodes, FlowFuse launched the ",[33,81,82],{},"Certified Nodes 2.0"," program, which partners with expert node developers and provides financial rewards for maintaining enterprise-grade nodes.",[15,85,86,87,91],{},"FlowFuse takes full responsibility for maintaining and supporting these integrations. If you need a specific integration or feature added to the catalog, ",[36,88,90],{"href":89},"\u002Fcontact-us\u002F","reach out to us","—we're here to help ensure you have the tools needed for your production deployments.",[22,93,95],{"id":94},"installing-nodes-from-the-library","Installing Nodes from the Library",[97,98,100],"h3",{"id":99},"using-the-palette-manager","Using the Palette Manager",[15,102,103],{},"To install nodes through the Node-RED editor:",[105,106,107,110,113,119,126,129],"ol",{},[44,108,109],{},"Open your Node-RED editor",[44,111,112],{},"Click the menu icon (☰) in the top-right corner",[44,114,115,116],{},"Select ",[33,117,118],{},"Manage palette",[44,120,121,122,125],{},"Navigate to the ",[33,123,124],{},"Install"," tab",[44,127,128],{},"Search for the required node",[44,130,131,132,134],{},"Click ",[33,133,124],{}," next to the package",[15,136,137],{},[138,139],"img",{"alt":140,"dataZoomable":141,"src":142,"title":143},"Installing a Node-RED node through the Palette Manager in the Node-RED editor","","\u002Fnode-red-media\u002Fgetting-started\u002Flibrary\u002Fimages\u002Finstalling-node-red-node.gif","Installing a Node-RED node through the Palette Manager",[15,145,146],{},"Installed nodes appear in your palette immediately and are ready for use in your flows.",[97,148,150],{"id":149},"using-command-line-npm","Using Command Line (npm)",[15,152,153],{},"For automated deployments or when working directly on the server, you can install nodes using npm.",[15,155,156,157,161,162,165,166,170],{},"Navigate to your Node-RED user directory (typically ",[158,159,160],"code",{},"~\u002F.node-red"," or ",[158,163,164],{},"\u002Fopt\u002Fflowfuse-device"," if using ",[36,167,169],{"href":168},"\u002Fplatform\u002Fdevice-agent\u002F","flowfuse agent",") and run:",[172,173,177],"pre",{"className":174,"code":175,"language":176,"meta":141,"style":141},"language-bash shiki shiki-themes github-light github-dark","npm install node-red-contrib-example\n","bash",[158,178,179],{"__ignoreMap":141},[180,181,184,188,192],"span",{"class":182,"line":183},"line",1,[180,185,187],{"class":186},"sScJk","npm",[180,189,191],{"class":190},"sZZnC"," install",[180,193,194],{"class":190}," node-red-contrib-example\n",[15,196,197],{},"After installation, restart Node-RED to load the new nodes into your palette.",[199,200,201],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":141,"searchDepth":203,"depth":203,"links":204},2,[205,206],{"id":24,"depth":203,"text":25},{"id":94,"depth":203,"text":95,"children":207},[208,210],{"id":99,"depth":209,"text":100},3,{"id":149,"depth":209,"text":150},"Browse the Node-RED Library for community-built nodes and integrations. FlowFuse's curated catalog offers tested, documented, enterprise-ready solutions with professional support for critical deployments.","md",{},true,"\u002Fnode-red\u002Fgetting-started\u002Flibrary",{"title":5,"description":211},"node-red\u002Fgetting-started\u002Flibrary","wR7ohadMYsv1r-qYxhAy-YEr3t1qIvohiIU93TvlViU",1780070557222]