aicoolies logo
Node-RED logo
Node-RED logo

Node-RED

Low-code visual programming for event-driven apps

open sourceupdated Apr 21, 2026

Node-RED is a flow-based, low-code development tool originally created by IBM in 2013 for wiring together hardware devices, APIs, and online services. Now an OpenJS Foundation project with nearly 23,000 GitHub stars, it provides a browser-based visual editor where flows are built by dragging and connecting nodes, then deployed to the Node.js runtime in a single click. Over 5,000 community-contributed nodes cover protocols like MQTT, Modbus, and OPC-UA alongside cloud APIs and databases.

Node-RED started in 2013 as a side project by Nick O'Leary and Dave Conway-Jones at IBM's Emerging Technology Services group, originally as a proof-of-concept for visualizing MQTT topic mappings. It quickly grew into a general-purpose tool for building event-driven applications and was open-sourced in September 2013. The project moved to the JS Foundation in 2016 and now lives under the OpenJS Foundation. Its browser-based flow editor lets users wire together input, processing, and output nodes visually — flows are stored as JSON, making them easy to version control, share, and import. Custom JavaScript functions can be written directly in the editor using a built-in code editor with syntax highlighting.

The lightweight Node.js runtime takes advantage of JavaScript's event-driven, non-blocking model, which makes Node-RED equally at home on a Raspberry Pi at the network edge as in a cloud deployment. The community has published over 5,000 nodes and flows covering industrial protocols (Modbus, OPC-UA, Siemens S7, BACnet), messaging systems (MQTT, Kafka, AMQP), cloud services (AWS, Azure, Google Cloud), databases, and increasingly AI/LLM integrations including OpenAI API nodes for chat, embeddings, image generation, and real-time audio. Several PLC and IoT hardware vendors have adopted Node-RED as a standard component in their platforms, and the tool has strong adoption in industrial IoT, home automation, and prototyping use cases.

The latest stable release is v4.1.8 with active development continuing in 2026. FlowFuse, co-founded by Node-RED creator Nick O'Leary, provides an enterprise layer adding collaborative development, remote deployment management, DevOps pipelines, and cloud hosting for teams that need production-grade Node-RED at scale. For the agentic AI ecosystem, Node-RED serves as a visual integration bridge — its flows can orchestrate LLM calls, tool use, and data transformations alongside traditional automation, making it valuable for teams building AI-augmented workflows that also need to connect to legacy systems, industrial hardware, or custom APIs that newer agent-focused platforms do not natively support.

Pricing

Free and open-source under Apache 2.0 (FlowFuse for enterprise)

Platforms

Node.js, browser-based editor, Docker, Raspberry Pi, cloud, edge

Categories

Tags

Use Cases

Trigger.dev logo

Trigger.dev

Open-source background jobs and AI workflows for TypeScript

Trigger.dev is an open-source platform for building and deploying background jobs, AI agents, and long-running workflows in TypeScript. It eliminates serverless timeouts with durable task execution, automatic retries, queue-based concurrency control, and elastic scaling. Used by 30,000+ developers at companies like MagicSchool and Icon.com, it processes hundreds of millions of agent runs monthly. Backed by a $16M Series A led by Dalton Caldwell's Standard Capital fund.

freemiumOpen Source
Llamafile logo

Llamafile

Run LLMs as a single portable executable file

Llamafile by Mozilla packages a complete LLM — model weights, inference engine, and OpenAI-compatible API server — into a single executable file that runs on Mac, Windows, Linux, FreeBSD, and OpenBSD with no installation. Built on llama.cpp and Cosmopolitan Libc for cross-platform portability, it delivers GPU-accelerated inference when available and falls back to optimized CPU execution. Supports GGUF models with a built-in web chat UI and REST API for integration.

Open Source
AnythingLLM logo

AnythingLLM

All-in-one self-hosted AI app with RAG, agents, and multi-user support

AnythingLLM is an open-source, privacy-first AI application that turns any document into an interactive knowledge base. It bundles document ingestion, vector storage (built-in LanceDB), RAG pipelines, AI agents, and multi-user access into a single deployable package. Supports 30+ LLM providers including OpenAI, Anthropic, Ollama, and local models. With 62K+ GitHub stars and MIT license, it runs as a desktop app or Docker container with zero configuration required out of the box.

freemiumOpen Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
LMCache logo

LMCache

Reusable KV cache infrastructure for scalable LLM inference

Open-source KV cache management layer that persists, offloads and reuses model key-value caches across requests and serving engines to reduce repeated prefill work and improve inference throughput.

Open Source

FAQ

What is Node-RED?

Node-RED is a flow-based, low-code development tool originally created by IBM in 2013 for wiring together hardware devices, APIs, and online services. Now an OpenJS Foundation project with nearly 23,000 GitHub stars, it provides a browser-based visual editor where flows are built by dragging and connecting nodes, then deployed to the Node.js runtime in a single click. Over 5,000 community-contributed nodes cover protocols like MQTT, Modbus, and OPC-UA alongside cloud APIs and databases.

Is Node-RED free?

Yes — Node-RED is open source and free to use. Free and open-source under Apache 2.0 (FlowFuse for enterprise)

Is Node-RED open source?

Yes — Node-RED is open source.

What are the best Node-RED alternatives?

The top editor-verified Node-RED alternatives are Trigger.dev, Llamafile, AnythingLLM.