Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
5484709
Update plc-to-mqtt-using-flowfuse.md
KristopherLeads Aug 13, 2026
d14a925
Revise FlowFuse account information and format warning
KristopherLeads Aug 13, 2026
0cd607d
Update plc-to-mqtt-using-flowfuse.md
KristopherLeads Aug 13, 2026
e4792d0
Update plc-to-mqtt-using-flowfuse.md
KristopherLeads Aug 13, 2026
bd20fd3
Update plc-to-mqtt-using-flowfuse.md
KristopherLeads Aug 13, 2026
6b1a9bc
Update mqtt-influxdb-tutorial.md
KristopherLeads Aug 13, 2026
be03c8d
Add FlowFuse product update to Modbus data article
KristopherLeads Aug 13, 2026
22b5feb
Update blog post with FlowFuse product information
KristopherLeads Aug 13, 2026
5ec9461
Update InfluxDB article with FlowFuse product information
KristopherLeads Aug 13, 2026
97dfc3b
Update interacting-with-arduino-using-node-red.md
KristopherLeads Aug 13, 2026
6eaa8b9
Update how-to-choose-right-iot-device-management-tool.md
KristopherLeads Aug 13, 2026
c119b7b
Update armxy-bl340.md with FlowFuse product info
KristopherLeads Aug 13, 2026
69950de
Update annual billing announcement with new products
KristopherLeads Aug 13, 2026
dc021ac
Update flowfuse-release-2-15.md
KristopherLeads Aug 13, 2026
23effd0
Update flowfuse-release-2-13.md
KristopherLeads Aug 13, 2026
f050e78
Update blog post with new FlowFuse product information
KristopherLeads Aug 13, 2026
777c73b
Update lastUpdated date in blog post metadata
KristopherLeads Aug 13, 2026
df2ddc7
Update how-to-choose-right-iot-device-management-tool.md
KristopherLeads Aug 13, 2026
2de82da
Update interacting-with-arduino-using-node-red.md
KristopherLeads Aug 13, 2026
376f4c0
Change lastUpdated date to 2026-08-13
KristopherLeads Aug 13, 2026
91cbf2a
Update how-to-use-mqtt-in-node-red.md
KristopherLeads Aug 13, 2026
ee53a89
Update lastUpdated date for Modbus to MQTT guide
KristopherLeads Aug 13, 2026
a64a4d6
Update mqtt-influxdb-tutorial.md
KristopherLeads Aug 13, 2026
b0fb2cf
Update flowfuse-release-2-14.md
KristopherLeads Aug 13, 2026
d0aad86
Update FlowFuse release notes for version 2.20
KristopherLeads Aug 13, 2026
8ae9963
Update flowfuse-release-2-21.md
KristopherLeads Aug 13, 2026
ede31e1
Update flowfuse-release-2-24.md
KristopherLeads Aug 13, 2026
ae4ffb2
Update MQTT announcement with lastUpdated and product info
KristopherLeads Aug 13, 2026
33f75b9
Update FlowFuse 1.11 release notes
KristopherLeads Aug 13, 2026
f75082c
Update community-news-09.md
KristopherLeads Aug 13, 2026
6dd1082
Update dashboard-multi-tenancy.md
KristopherLeads Aug 13, 2026
025ff25
Update team-to-pro-plan-rename.md
KristopherLeads Aug 13, 2026
200c6eb
Update free-tier.md
KristopherLeads Aug 13, 2026
ac3f9d1
Update free-tier-onboarding.md
KristopherLeads Aug 13, 2026
511c4fc
Update pricing-change.md
KristopherLeads Aug 13, 2026
f782530
Revise device pricing and introduce new products
KristopherLeads Aug 13, 2026
1d6f914
Add certified nodes update to changelog
KristopherLeads Aug 13, 2026
1a116d7
Update introduction-enterprise-tier.md
KristopherLeads Aug 13, 2026
cf25190
Update changelog with devices integration details
KristopherLeads Aug 13, 2026
965dd35
Update changelog for email alerting feature
KristopherLeads Aug 13, 2026
4b706ff
Update scheduled-maintenance.md
KristopherLeads Aug 13, 2026
851071c
Update march-scheduled-maintenance.md
KristopherLeads Aug 13, 2026
072f789
Update July scheduled maintenance details
KristopherLeads Aug 13, 2026
e595baa
Deduplicate product-update note into a component
Yndira-E Aug 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions nuxt/components/content/ProductUpdateNote.vue

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KristopherLeads since it was the same copy for all the md files, I've created a nuxt component. It'll be easier to update if we need to.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<script setup lang="ts">
// Fixed-copy note for blog/changelog markdown: ::product-update-note
// Wraps @nuxt/ui's built-in ProseNote (::note) so the recurring "three products"
// announcement text lives in one place instead of being duplicated across every post
// (see PR #5595, which pasted the raw ::note block into ~30 files).
</script>

<template>
<ProseNote>
Exciting Update! FlowFuse is now available as three different products:
<a href="/product/edge/">FlowFuse Edge for OT teams</a>,
<a href="/product/hub/">FlowFuse Hub for IT teams</a>, and
<a href="/product/fleet/">FlowFuse Fleet</a> for managing devices at scale.
Visit the <a href="/product/">FlowFuse Product Page</a> to learn how the platform
enables you to build and manage industrial apps at scale.
</ProseNote>
</template>
5 changes: 4 additions & 1 deletion src/blog/2023/07/influxdb-historical-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Creating a Historical Data Dashboard with InfluxDB and Node-RED
subtitle: Detailed instructions on how to create a Node-RED dashboard that shows historical data.
description: Discover how to build a Historical Data Dashboard with InfluxDB and Node-RED. Capture, store, and visualize data for insightful analysis.
date: 2023-07-18
lastUpdated: 2025-07-14
lastUpdated: 2026-08-13
authors: ["andrew-lynch"]
image: /blog/2023/07/images/historical-data-dashboard.png
keywords: Node-RED InfluxDB, Time-series data, Industrial dashboard, Historical data visualization, IoT dashboard, Serial port sensor data, Live and historical charts
Expand All @@ -16,6 +16,9 @@ Every new dashboard is met with the fast-following request, “can we save this

<!--more-->

::product-update-note
::

Edge devices are often polling sensors at regular intervals and are a perfect candidate to be paired with a database purpose-built for time-series data, like InfluxDB. Let’s capture some data, create a live chart, store the data, and then create a GUI for retrieving the data.

Here’s a screenshot of the dashboard we will create, which is divided into two sections. The first section displays live data, while the second section consists of fields that enable users to query the database and retrieve historical data. Looking at the live data, the chart depicts a sinusoidal graph that represents the scale measurements used for quality assurance in the aggregate production process at an automated mining operation. The graph showcases fluctuations in weight over time, indicating variations in the samples being weighed. This monitoring process ensures the quality and consistency of the aggregates being produced. The historical data shows a snippet of this information that was retrieved from InfluxDB.
Expand Down
5 changes: 5 additions & 0 deletions src/blog/2023/08/flowfuse-1-11-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: FlowFuse 1.11 makes it easier to get started with FlowFuse and Node-RED
subtitle: Our latest release includes a new starter tier for FlowFuse Cloud, Personal Access Tokens for API access and improvements to device management.
description: The new FlowFuse 1.11 release includes a new starter tier for FlowFuse Cloud, Personal Access Tokens for API access and improvements to device management.
date: 2023-08-31
lastUpdated: 2026-08-13
authors: ["ian-skerrett"]
image: /blog/2023/08/images/release-1-11-graphic.png
tags:
Expand All @@ -14,6 +15,10 @@ tags:
FlowFuse 1.11 introduces a new starter tier for FlowFuse Cloud that makes it easier to get started with FlowFuse and Node-RED.

<!--more-->

::product-update-note
::

## New FlowFuse Cloud Starter Tier [#2328](https://github.com/FlowFuse/flowfuse/issues/2328)

It is now easier for Node-RED developers to get started with FlowFuse and Node-RED. The new starter tier allows developers to use two Node-RED instances and two remote device deployments. Ideal for creating proof of concepts or running a home automation system with Node-RED.
Expand Down
4 changes: 4 additions & 0 deletions src/blog/2023/09/community-news-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Community News September 2023
subtitle: Your monthly update for the FlowFuse and Node-RED communities
description: "A roundup of September 2023 news from the FlowFuse and Node-RED communities, covering platform updates and community highlights."
date: 2023-09-09
lastUpdated: 2026-08-13
authors: ["ian-skerrett"]
image: "/images/blog/community-news.jpeg"
tags:
Expand All @@ -18,6 +19,9 @@ The big news this month is that [FlowForge is now FlowFuse](/blog/2023/08/flowfo

<!--more-->

::product-update-note
::

## New Releases

* Node-RED 3.1 has been [released](https://nodered.org/blog/2023/09/06/version-3-1-released). Among the changes are Mermaid chart support, locking flows, and much more.
Expand Down
6 changes: 5 additions & 1 deletion src/blog/2024/06/dashboard-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Multi-Tenancy available for everyone with FlowFuse's Dashboard 2.0
subtitle: With a recent update in Node-RED Dashboard 2.0, we've made some significant changes to the multi-tenancy feature set. Discover what's new and how it can benefit your projects.
description: "With a recent Dashboard 2.0 update, discover what's new in multi-tenancy and how it can benefit your team's ongoing projects."
date: 2024-06-21
lastUpdated: 2026-08-13
authors: ["joe-pavitt"]
image: /blog/2024/06/images/tile-dashboard-2-multi-tenancy.png
tags:
Expand All @@ -22,6 +23,9 @@ Having taken that feedback on board, we've made some significant changes to how

<!--more-->

::product-update-note
::

A quick summary of the changes are as follows:

- **Socket constraints moved to core Dashboard:** The ability to constrain communications to a specific client (using the `msg._client.socketId`) has been moved to the core of Dashboard 2.0, and is no longer a feature of the FlowFuse User Addon. As such, it's available to _all_ users, for _all_ node types.
Expand Down Expand Up @@ -101,4 +105,4 @@ A huge thanks to Fred Loucks ([@fullmetal-fred](https://github.com/fullmetal-fre

## Build Multi Tenant Dashboards with FlowFuse Cloud

Start by following our [Getting Started Guide](https://dashboard.flowfuse.com/user/multi-tenancy.html#building-multi-tenant-dashboards).
Start by following our [Getting Started Guide](https://dashboard.flowfuse.com/user/multi-tenancy.html#building-multi-tenant-dashboards).
5 changes: 4 additions & 1 deletion src/blog/2024/06/how-to-use-mqtt-in-node-red.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Working with MQTT in Node-RED: Complete Guide (2026)"
subtitle: "Connect, subscribe, and publish MQTT messages in Node-RED"
description: "Complete MQTT Node-RED tutorial: configure brokers, implement pub/sub messaging, use mqtt-in and mqtt-out nodes, and create dynamic subscriptions for IoT"
lastUpdated: 2026-06-03
lastUpdated: 2026-08-13
date: 2024-06-05
authors: ["sumit-shinde"]
image: /blog/2024/06/images/working-with-mqtt.jpg
Expand Down Expand Up @@ -61,6 +61,9 @@ MQTT handles the messaging layer for most IoT deployments. Node-RED provides bui

<!--more-->

::product-update-note
::

This guide walks through the configuration steps and common patterns you'll need for working implementations.

## What You'll Need
Expand Down
6 changes: 5 additions & 1 deletion src/blog/2024/10/announcement-mqtt-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "MQTT Service Now Available on FlowFuse"
subtitle: We are thrilled to announce a significant milestone for FlowFuse, we now offer our very own MQTT service, built-in and ready to use with your Node-RED applications.
description: "FlowFuse now offers its own built-in MQTT service, ready to use with your Node-RED applications right out of the box today."
date: 2024-10-31
lastUpdated: 2026-08-13
authors: ["joe-pavitt"]
image: /blog/2024/10/images/ff-mqtt.png
tags:
Expand All @@ -17,6 +18,9 @@ In our [recent product update](/blog/2024/10/flowfuse-release-2-10) we have adde

<!--more-->

::product-update-note
::

The MQTT Service is available now on [FlowFuse Cloud](https://app.flowfuse.com/account/create/). FlowFuse permits you to setup your own secure clients to begin publishing and subscribing to your own topics.

You can now use FlowFuse to manage your own MQTT Clients alongside your Node-RED instances, making it easier to build full-stack, event-driven applications within FlowFuse.
Expand Down Expand Up @@ -83,4 +87,4 @@ Each client that you create can be constrained in two ways:
- **Action**: You can limit clients to whether than can _only_ subscribe, _only_ publish, or conduct both actions.
- **Topic**: You can control which topics a given client can interact with.

These constraints are particularly useful to ensure security throughout your MQTT network, and to ensure that data is only being sent and received by the correct components.
These constraints are particularly useful to ensure security throughout your MQTT network, and to ensure that data is only being sent and received by the correct components.
3 changes: 3 additions & 0 deletions src/blog/2024/12/flowfuse-release-2-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ The new Free plan on FlowFuse Cloud will allow you to manage two remote instance

<!--more-->

::product-update-note
::

FlowFuse is an industrial data platform that enables engineers to build, manage, scale, and secure their Node-RED solutions for digitalizing processes and operations. More fundamentally though, it's a great platform to manage multiple instances of Node-RED.


Expand Down
5 changes: 4 additions & 1 deletion src/blog/2024/12/publishing-modbus-data-to-uns.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "How to Bridge Modbus to MQTT: Step-by-Step Guide"
subtitle: Build a Production-Ready Modbus to MQTT Bridge with Node-RED
description: Learn how to bridge Modbus data to MQTT in 2026 and publish it to a Unified Namespace (UNS) using FlowFuse for real-time monitoring and cloud integration.
date: 2024-12-04
lastUpdated: 2025-12-19
lastUpdated: 2026-08-13
authors: ["sumit-shinde"]
image: /blog/2024/12/images/how-to-bridge-modbus-to-mqtt.png
keywords: modbus to mqtt, mqtt to modbus, node-red as gateway, bridging modbus to mqtt, modbus to uns, modbus data to unified namespace
Expand Down Expand Up @@ -38,6 +38,9 @@ Converting Modbus to MQTT unlocks the value trapped in legacy industrial equipme

<!--more-->

::product-update-note
::

We've built Modbus to MQTT bridges for manufacturing plants ranging from small production lines to enterprise-scale facilities, and the root problem is always the same protocol mismatch. Modbus requires a master-slave architecture with polling, one device requests data, another responds. MQTT enables publish-subscribe messaging, devices push data to a central broker where any authorized application can subscribe. These are fundamentally incompatible communication patterns.

The proven solution is protocol bridging with Node-RED. This guide shows you how to build a reliable Modbus to MQTT gateway that reads holding registers from your devices, transforms raw sensor readings into human-readable formats, and publishes structured data to a Unified Namespace using FlowFuse's integrated MQTT broker. You'll bridge the OT/IT gap and enable cloud integration, real-time monitoring, and data-driven decision-making across your operations.
Expand Down
3 changes: 3 additions & 0 deletions src/blog/2025/01/flowfuse-release-2-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Happy New Year everyone! We're back with another release of FlowFuse, and whilst

<!--more-->

::product-update-note
::

## Hosted & Remote Instances

This release you'll notice that we've changed the terminology of two of our key concepts in FlowFuse:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: How to Choose the Right IIoT Device Management Software for Your Business
subtitle: Key Features and Considerations for Effective IIoT Device Management
description: Learn how to choose the right IIoT device management software for your business with this comprehensive guide. Key features and considerations explained.
date: 2025-01-24
lastUpdated: 2026-08-13
authors: ["sumit-shinde"]
image: /blog/2025/01/images/choosing-iot-device-mangement-platform.png
tags:
Expand All @@ -17,6 +18,9 @@ With more devices being connected across industrial environments, managing them

<!--more-->

::product-update-note
::

This guide will take you through the key features and considerations to keep in mind when choosing IIoT device management software. Whether you’re just starting out with IIoT or looking to improve your current setup, we’ve got some helpful insights to point you in the right direction.

### 1. Vendor Reputation and Support
Expand Down Expand Up @@ -131,4 +135,4 @@ Built on the flexible [Node-RED](/node-red) framework, FlowFuse easily integrate

[Real-time collaboration is built into the platform](/blog/2024/12/flowfuse-team-collaboration/), enabling your team to work together on projects, monitor devices remotely, and deploy updates simultaneously, all within a secure environment. [Role-Based Access Control (RBAC)](/blog/2024/04/role-based-access-control-rbac-for-node-red-with-flowfuse/) ensures that each team member has appropriate permissions based on their role. For example, admins can make critical changes, while operators can only monitor or update devices. This helps maintain control over sensitive functions while allowing your team to collaborate effectively. Together with RBAC, FlowFuse maximizes both security and productivity by ensuring the right people have access to the right tasks, at the right time.

If things go awry, FlowFuse’s [snapshot](/blog/2024/09/node-red-version-control-with-snapshots/) feature lets you quickly revert to a previous stable state, minimizing downtime and keeping your systems running smoothly. Advanced monitoring tools continuously track device performance, sending alerts if issues like crashes or resource overloads arise, so your team can act before problems escalate. Detailed device logs and audit trails make troubleshooting straightforward, helping you quickly pinpoint issues and maintain a secure environment.
If things go awry, FlowFuse’s [snapshot](/blog/2024/09/node-red-version-control-with-snapshots/) feature lets you quickly revert to a previous stable state, minimizing downtime and keeping your systems running smoothly. Advanced monitoring tools continuously track device performance, sending alerts if issues like crashes or resource overloads arise, so your team can act before problems escalate. Detailed device logs and audit trails make troubleshooting straightforward, helping you quickly pinpoint issues and maintain a secure environment.
4 changes: 4 additions & 0 deletions src/blog/2025/02/flowfuse-release-2-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "FlowFuse 2.14: Announcing Third-Party Broker Integration, UNS Schemas, E
subtitle: A huge wave of new features in FlowFuse elevates your MQTT experience as well as providing improved Remote Instances security and version control too
description: A huge wave of new features in FlowFuse elevates your MQTT experience as well as providing improved Remote Instances security and version control too
date: 2025-02-11
lastUpdated: 2026-08-13
authors: ["joe-pavitt"]
image: /blog/2025/02/images/release-2-14.png
tags:
Expand All @@ -15,6 +16,9 @@ This release is full of highlights, which we’ll break down into two key areas

<!--more-->

::product-update-note
::

## MQTT Experience in FlowFuse

In [October we announced the FlowFuse MQTT Broker](/blog/2024/10/announcement-mqtt-broker/), included in our Starter, Team, and Enterprise tiers. It lets you setup your own secure clients to begin publishing and subscribing to your own topics, and building out your full event-driven applications.
Expand Down
5 changes: 4 additions & 1 deletion src/blog/2025/02/interacting-with-arduino-using-node-red.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Interacting with Arduino using Node-RED"
subtitle: "Control and Automate Arduino with Node-RED"
description: "Learn how to set up and control your Arduino remotely using Node-RED and FlowFuse. Explore the simplicity of automation flows"
date: 2025-02-12
lastUpdated: 2025-07-23
lastUpdated: 2026-08-13
authors: ["sumit-shinde"]
image: /blog/2025/02/images/arduino-with-node-red.png
keywords: Arduino, Node-RED, Firmata, Node-RED IoT, automation, FlowFuse, LED control with Node-RED, IR sensor, input-output, serial communication, microcontroller, Arduino Uno, remote control, object detection, dashboard.
Expand All @@ -16,6 +16,9 @@ Arduino is a popular open-source platform that lets you build cool electronics p

<!--more-->

::product-update-note
::

In this guide, I’ll show you how to control and automate your Arduino remotely using Node-RED and FlowFuse, all without writing any code. We’ll use the Firmata protocol to make it easy to send commands and get data from your Arduino. By the end of this tutorial, you’ll have a simple automation setup that you can control from anywhere. Just keep in mind, the Arduino will need to be connected to the device running Node-RED!

<lite-youtube videoid="FTuxOy16nwo" params="rel=0" style="width: 704px; height: 100%;" title="YouTube video player"></lite-youtube>
Expand Down
3 changes: 3 additions & 0 deletions src/blog/2025/03/flowfuse-release-2-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Our three focal points for the latest release of FlowFuse have been:

<!--more-->

::product-update-note
::

## Custom Node Catalogues

![Screenshot of the new "Custom Nodes" view in Team Library"](./images/screenshot-custon-catalog.png){data-zoomable}
Expand Down
6 changes: 5 additions & 1 deletion src/blog/2025/07/flowfuse-release-2-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "FlowFuse 2.20: AI-Assisted Node-RED & New Database Service"
subtitle: "Introducing FlowFuse Tables for data storage, Tables nodes for database querying, Smart Suggestions in the Node-RED editor, More Powerful Instances, Retrieval Augmented Generation Blueprint for building intelligent applications, and a redesigned Applications page for better workspace management."
description: "FlowFuse 2.20 introduces AI-assisted Node-RED and a brand new database service, plus Smart Suggestions in the flow editor."
date: 2025-07-31
lastUpdated: 2026-08-13
authors: ["greg-stoutenburg"]
image: /blog/2025/07/images/release-2-20.png
tags:
Expand All @@ -16,6 +17,9 @@ This release represents a major leap forward in FlowFuse's data management and A

<!--more-->

::product-update-note
::

## Introducing: FlowFuse Tables

![A screenshot of the new "Tables" view, now available in FlowFuse](./images/tables-ui-screenshot.png){data-zoomable}
Expand Down Expand Up @@ -97,4 +101,4 @@ The quickest way to get started is with FlowFuse Cloud.

### Self-Hosted

Get FlowFuse running locally in under 30 minutes using [Docker](/docs/install/docker/) or [Kubernetes](/docs/install/kubernetes/).
Get FlowFuse running locally in under 30 minutes using [Docker](/docs/install/docker/) or [Kubernetes](/docs/install/kubernetes/).
3 changes: 3 additions & 0 deletions src/blog/2025/08/annual_billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ We're excited to announce that FlowFuse customers can now choose annual billing

<!--more-->

::product-update-note
::

## How Annual Billing Works

Switching to annual billing is straightforward:
Expand Down
6 changes: 5 additions & 1 deletion src/blog/2025/08/flowfuse-release-2-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "FlowFuse 2.21: AI-Assisted SQL, Low-Code Custom Nodes, and Remote Instan
subtitle: "Introducing FlowFuse Expert functionality in Tables to do natural language queries of your databases, Remote Instance observability to improve performance monitoring, Team Broker nodes to make MQTT even easier to work with, a new Energy Monitoring Blueprint, Annual Billing for Self-Service, AI-Generated Snapshot Summaries, and new subflow version control to provide low-code development of custom nodes."
description: "FlowFuse 2.21 introduces AI-assisted SQL, low-code custom nodes, and remote instance performance insights for engineering teams."
date: 2025-08-28
lastUpdated: 2026-08-13
authors: ["greg-stoutenburg"]
image: /blog/2025/08/images/release-2.21.png
tags:
Expand All @@ -16,6 +17,9 @@ It's been a very busy release and we have many great new features available on F

<!--more-->

::product-update-note
::

## Assistant Functionality in Tables Nodes
![Gif showing FlowFuse Expert in Tables](./images/tables.gif)
_FlowFuse Expert in Tables recognizes table schema and turns natural language prompts into SQL queries_
Expand Down Expand Up @@ -98,4 +102,4 @@ The quickest way to get started is with FlowFuse Cloud.

### Self-Hosted

Get FlowFuse running locally in under 30 minutes using [Docker](/docs/install/docker/) or [Kubernetes](/docs/install/kubernetes/).
Get FlowFuse running locally in under 30 minutes using [Docker](/docs/install/docker/) or [Kubernetes](/docs/install/kubernetes/).
Loading