From 8a92e7752e0517d61e7492aad343892221bee647 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Wed, 5 Aug 2026 15:34:14 +0200 Subject: [PATCH 1/4] docs: add sunset note to Flowise integration page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Flowise team has discontinued the project. The code stays open source and existing deployments keep working, so the walkthrough stays for now - this just flags the status and links to their sunset announcement. The page can be removed once usage dies out. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 5 (1M context) --- sources/platform/integrations/ai/flowise.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md index d3a58d5595..5bd1a35082 100644 --- a/sources/platform/integrations/ai/flowise.md +++ b/sources/platform/integrations/ai/flowise.md @@ -11,6 +11,12 @@ import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integrati +:::caution Flowise is sunset + +The Flowise team has [discontinued the project](https://flowiseai.com/sunset). The code stays open source, so existing deployments keep working, but there are no further releases or official support. + +::: + ## How to use Apify with Flowise ### Installation From fe31fee5c77733fbd00ad8ec27477b4493b132af Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Wed, 5 Aug 2026 15:35:14 +0200 Subject: [PATCH 2/4] docs: reword Flowise admonition title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Flowise is sunset" reads as a description of a sunset rather than a product status. Uses the house noun-phrase pattern instead, matching "Rental model sunset" and "SSE transport deprecated". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 5 (1M context) --- sources/platform/integrations/ai/flowise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md index 5bd1a35082..0adaf6aa28 100644 --- a/sources/platform/integrations/ai/flowise.md +++ b/sources/platform/integrations/ai/flowise.md @@ -11,7 +11,7 @@ import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integrati -:::caution Flowise is sunset +:::caution Flowise discontinued The Flowise team has [discontinued the project](https://flowiseai.com/sunset). The code stays open source, so existing deployments keep working, but there are no further releases or official support. From 33009cf91d465bc28faffe75ed52f6dfdcffccf6 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Wed, 5 Aug 2026 15:37:42 +0200 Subject: [PATCH 3/4] docs: reword Flowise admonition title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Flowise is sunset" read as a description of a sunset rather than a product status. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 5 (1M context) --- sources/platform/integrations/ai/flowise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md index 0adaf6aa28..2dc0f0ed88 100644 --- a/sources/platform/integrations/ai/flowise.md +++ b/sources/platform/integrations/ai/flowise.md @@ -11,7 +11,7 @@ import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integrati -:::caution Flowise discontinued +:::caution Flowise development ended The Flowise team has [discontinued the project](https://flowiseai.com/sunset). The code stays open source, so existing deployments keep working, but there are no further releases or official support. From 37446e3f4e974e389d448b344cba8834115d5504 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Fri, 7 Aug 2026 10:47:08 +0200 Subject: [PATCH 4/4] docs: move Flowise sunset note above the intro Put the discontinuation warning first, before the description of what Flowise is, so readers see it before investing time. Also stops the note sitting directly next to the third-party disclaimer admonition. Co-Authored-By: Claude Opus 5 (1M context) --- sources/platform/integrations/ai/flowise.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md index 2dc0f0ed88..c98322809d 100644 --- a/sources/platform/integrations/ai/flowise.md +++ b/sources/platform/integrations/ai/flowise.md @@ -7,15 +7,15 @@ slug: /integrations/flowise import ThirdPartyDisclaimer from '@site/sources/_partials/_third-party-integration.mdx'; -[Flowise](https://flowiseai.com/) is an open-source UI visual tool to build customized LLM flows using LangChain. +:::danger Flowise development ended - +The Flowise team has [discontinued the project](https://flowiseai.com/sunset). The code stays open source, so existing deployments keep working, but there are no further releases or official support. Consider another integration before you invest time in a new Flowise setup. -:::caution Flowise development ended +::: -The Flowise team has [discontinued the project](https://flowiseai.com/sunset). The code stays open source, so existing deployments keep working, but there are no further releases or official support. +[Flowise](https://flowiseai.com/) is an open-source UI visual tool to build customized LLM flows using LangChain. -::: + ## How to use Apify with Flowise