aicoolies logo
Node-RED logo

Node-RED

Low-code visual programming for event-driven apps

Share
open-sourceOpen Source
Visit Website →

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

Alternatives

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

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-sourceOpen 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

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

Notion MCP Server

Official Notion MCP server for AI-agent workspace access

Notion MCP Server is Notion's official MIT-licensed MCP server for connecting AI assistants to Notion workspaces. It supports the vendor-backed remote OAuth path and tools designed for page, workspace, and Markdown-style operations, making it a safer default than unofficial Notion bridges for teams already using Notion for docs, projects, or internal knowledge bases.

open-sourceOpen SourceTelemetry

Linear MCP Server

Official authenticated remote MCP endpoint for Linear issues, projects, comments, and coding-agent workflows.

Linear MCP Server is Linear’s official authenticated remote MCP endpoint for agent access to issues, projects, and comments. It gives Claude, Codex, Cursor, VS Code, Windsurf, Zed, and other clients a centrally hosted way to find, create, and update Linear work items through OAuth-backed MCP without maintaining a local connector or brittle API glue.

freemiumTelemetry

Slack MCP Server

Official Slack MCP server for approved workspace search, messaging, canvas, and user-context actions.

Slack MCP Server is Slack’s official remote MCP layer for giving approved AI clients workspace context and controlled actions. It lets agents search messages, files, users, and channels, draft or send messages, read threads, manage canvases, and authenticate through Slack OAuth while workspace admins approve integrations and normal Slack rate limits still apply.

freemiumTelemetry

Spotlight by Backplanes

Session reports for Claude Code and Codex runs

Spotlight by Backplanes turns completed Claude Code and Codex sessions into concise reports for engineering, security, and spend review. The CLI installs on macOS, Linux, or WSL 2, watches sessions after they finish, redacts PII and credentials locally before upload, then summarizes files touched, commands run, external domains reached, scope drift, risky actions, and next-session improvements.

freemiumTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source