From 2244efec29ae97ef42bafda8ff17e1b8236efb26 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 18 Sep 2026 09:50:51 -0700 Subject: [PATCH 1/2] Add self-hosted deployments section to pricing page Added a new section for self-hosted deployments, detailing FlowFuse Cloud and self-hosted options with descriptions and call-to-action buttons. --- nuxt/pages/pricing/index.vue | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/nuxt/pages/pricing/index.vue b/nuxt/pages/pricing/index.vue index 1bafcf9d90..5e15bd5302 100644 --- a/nuxt/pages/pricing/index.vue +++ b/nuxt/pages/pricing/index.vue @@ -73,6 +73,29 @@ useSchemaOrg([ +
+

Self-hosted deployments

+

FlowFuse is available in two ways. Pick the hosting model that fits your environment - and start building immediately.

+
+
+
+ +

FlowFuse Cloud

+
+

Fully managed and maintained by us. Nothing to install, nothing to patch - start building in minutes.

+ +
+
+
+ +

Self-hosted / on-premise

+
+

Run FlowFuse on your own infrastructure with Docker or Kubernetes - on-premise, in your private cloud, or fully air-gapped. See the installation docs.

+ +
+
+
+ From 7d3099b3c59eee0b0b9f8ee99a393ada96375210 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 18 Sep 2026 09:51:33 -0700 Subject: [PATCH 2/2] Add new FAQ about self-hosting FlowFuse --- nuxt/content/faq/pricing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt/content/faq/pricing.yml b/nuxt/content/faq/pricing.yml index 42b216a8ec..828be7cdae 100644 --- a/nuxt/content/faq/pricing.yml +++ b/nuxt/content/faq/pricing.yml @@ -3,6 +3,8 @@ title: 'Frequently Asked Questions' items: - question: "What's the difference between Edge and Hub?" answer: "Edge is a product designed specifically for OT teams and the unique challenges they manage. With Edge, you can connect PLCs, machines, and systems, applying a standardised methodology for deploying automation at scale. This tier comes with everything in the FlowFuse core platform, but also includes support for Device Fleet Updates and Device Group Management. Additionally, this tier includes the OT Certified Nodes collection and deployable OT Application Blueprints.

Hub is a product better suited for IT teams moving data between their systems and orchestrating multi-plant installations. For this reason, it includes everything in the FlowFuse core platform, as well as some particularly useful features for this use case. It includes Git Integration, High Availability, BAA for HIPAA, and Protected Instances. It also includes the IT Certified Nodes collection and deployable IT Application Blueprints.

For customers requiring something between these two featuresets, please Contact Us so we can help build a tailored solution for your environment!" + - question: "Can I self-host FlowFuse, or is it cloud only?" + answer: "Both are available. Edge, Hub, and Fleet can run on FlowFuse Cloud, fully managed by us, or self-hosted on your own infrastructure - on-premise, in your private cloud, or in a fully air-gapped network. Self-hosted installs are supported on Docker and Kubernetes; see the installation documentation to get started, or Contact Us to discuss a self-hosted deployment for your environment." - question: "How does customer support work for FlowFuse?" answer: "FlowFuse provides active support for Certified Nodes and the FlowFuse platform per the SLA. Customers with these features can get support by filing a ticket or via help information in the FlowFuse Support Portal. For general issues related to Node-RED or third party modules, raise issues in the community forum." - question: "How does FlowFuse secure my data?"