Skip to content

Draft blog post on FlowFuse Certified Nodes#5152

Open
KristopherLeads wants to merge 8 commits into
mainfrom
blog-why-certified
Open

Draft blog post on FlowFuse Certified Nodes#5152
KristopherLeads wants to merge 8 commits into
mainfrom
blog-why-certified

Conversation

@KristopherLeads

@KristopherLeads KristopherLeads commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Description

On request from ZJ: draft blog post for certified nodes.

Related Issue(s)

Checklist

  • I have read the contribution guidelines
  • I have considered the performance impact of these changes
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
  • For blog PRs, an Art Request has been created (instructions)

@netlify

netlify Bot commented Jun 5, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit aca0c77
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a2aaccc3ac02a000899337f
😎 Deploy Preview https://deploy-preview-5152--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 70 (🟢 up 8 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 91 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated
Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated
Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated

**Security:** FlowFuse proactively resolves potential vulnerabilities and revokes certification from any node that falls short - and notifies affected customers when that happens, so you're never the last to find out. Your nodes are secure by default - removing an entire headache from your workflow.

**Support:** When a Certified Node gives you trouble, you get real troubleshooting help and a defined path to resolution, not an unanswered issue queue. FlowFuse node certification also means FlowFuse supported - so you get real, human support, not automatically generated documentation that may or may not map to solutions.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think the long term goal is to support each minor semver version for a decade. We cannot promise that today, but if you've built something now, it should continue to work and improve long term. (Performance etc)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Is that something we want to call out here, or do we want to be somewhat general in our public stance to give us flexibility?

Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated
Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated
Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md Outdated
Comment thread src/blog/2026/06/why-flowfuse-certified-nodes.md
KristopherLeads and others added 2 commits June 7, 2026 15:59
Co-authored-by: Zeger-Jan van de Weg <ZJvandeWeg@users.noreply.github.com>
Co-authored-by: Zeger-Jan van de Weg <ZJvandeWeg@users.noreply.github.com>
Adding liability comment based on #5152 (comment).
Updated text to emphasize the importance of security in handling sensitive data and the benefits of using Certified Nodes for compliance and risk management. #5152 (comment)
Added section about Certified Nodes and their benefits. #5152 (comment)
@KristopherLeads

KristopherLeads commented Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

@ZJvandeWeg I added in a bunch of content to match these requests. Please take a look and let me know what you think. @PabloFilomeno83 let me know once you run your review.


But if your flows touch sensitive data, fall under industry regulations, carry any uptime obligations, or back a team that can't afford to debug alone, then the vetting, monitoring, and support you'd otherwise have to build yourself is exactly what FlowFuse provides. The value is not just in the nodes themselves - it's in handing off work that was quietly becoming yours by default.

## Certified Ndoes Today

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.

Are we going to talk about previously certified nodes as well? Also, since this blog will be published alongside the launch of the OPC UA node, I think we should cover that and remove the reference to node-red-contrib-opcua, as that's not the node we're certifying. The certification is for Sterfive's OPC UA node, so we should make that clear in the blog

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.

@@ -0,0 +1,126 @@
---
title: "Why FlowFuse Certified Nodes?"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
title: "Why FlowFuse Certified Nodes?"
title: "The what and the why: FlowFuse Certified Nodes"

title: "Why FlowFuse Certified Nodes?"
subtitle: "Depend on maintained, secure, and supported nodes to reliably integrate your systems."
description: "FlowFuse Certified Nodes take the vetting, security monitoring, and support burden of community nodes off your plate. Read which four situations where they're the clear solve."
date: 2026-06-05

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
date: 2026-06-05
date: 2026-06-17

date: 2026-06-05
keywords: flowfuse certified nodes, node-red security, vetted nodes, node-red compliance, industrial node-red, node-red support, secure node-red deployment
authors: ["kristopher-sandoval"]
image:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you link the art request?

title: "Not sure if Certified Nodes fit your deployment?"
description: "See how FlowFuse Certified Nodes take the vetting, security monitoring, and support burden off your team. Talk to us about your setup and which use case describes you."
---

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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


FlowFuse certifies a node against three pillars, each aimed at a specific failure mode.

**Quality:** Every Certified Node is tested for operational reliability and compatibility, so it behaves predictably across versions instead of surprising you in production. This means no more guesswork, no more deep vetting, and significantly quicker time to value. We pick only the best-in-class OSS nodes, sub-license best-in-class properietary nodes, and build custom integrations for FlowFuse users. This means you get true best-in-class integrations in a single catalog - with no need to select new vendors or navigate complex licenses.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is a bit too much AI for my taste. The bold combined with the :, it's offputting to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants