From f6ce5a4d936ae1356ac20165d2b24ff52fd583db Mon Sep 17 00:00:00 2001 From: Greg Stoutenburg Date: Wed, 4 Jun 2025 16:46:20 -0400 Subject: [PATCH 1/3] Updates to Pricing table. Removes Free, adds NPM registry, removes Volume Pricing from Team, includes AI enhanced Node-RED reference under all tiers. --- src/_data/pricingFeatures.yaml | 77 ++++---- src/pricing/index.njk | 312 +++++++++++++++------------------ src/product/cloud.njk | 2 +- 3 files changed, 182 insertions(+), 209 deletions(-) diff --git a/src/_data/pricingFeatures.yaml b/src/_data/pricingFeatures.yaml index 84e49643b6..4fd1e5dbf4 100644 --- a/src/_data/pricingFeatures.yaml +++ b/src/_data/pricingFeatures.yaml @@ -3,18 +3,18 @@ sections: rows: - id: cloud-devices label: Edge Devices - cloudValues: [ 'check', 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] tags: [ 'cloud' ] info: "" - id: nr-hosting label: Node-RED Hosting - cloudValues: [ null, 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse hosts Node-RED instances.

" - id: cloud-instances label: Hosted Instances - cloudValues: [ null, 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] tags: [ 'cloud' ] info: "" - id: self-hosted-instances @@ -44,31 +44,31 @@ sections: info: - id: custom-hostname label: Custom Hostnames - cloudValues: [ null, null, null, 'check' ] + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Access your Node-RED application via your own domain name.

" - id: persistent-files label: Persistent files - cloudValues: [ null, '1 GB', '10 GB', '100 GB' ] + cloudValues: [ '1 GB', '10 GB', '100 GB' ] tags: [ 'cloud' ] info: "

FlowFuse allows Node-RED instances to store files persistently to local file system. This is the space limit for these files.

" - id: persistent-context label: Persistent Context - cloudValues: [ null, '10 MB', '100 MB', '1 GB' ] + cloudValues: [ '10 MB', '100 MB', '1 GB' ] tags: [ 'cloud' ] info: "

In-memory values defined in a Node-RED flow will persist across project restarts and upgrades.

" - label: Scale rows: - id: device-mgmt label: Device Management - cloudValues: [ 'check', 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes. All securely without requiring full device access for your whole organization.

" - id: mqtt-broker-cloud label: MQTT Broker - cloudValues: [ null, 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] tags: [ 'cloud' ] info: "

Easily manage and create MQTT clients to transport data for efficient messaging and communication within your applications. The Starter Tier includes 2 clients, the Team Tier includes 5 clients, and the Enterprise Tier includes 20 clients as part of your existing plan. Additional clients can be purchased as needed in the future.

" - id: mqtt-broker-sh @@ -78,43 +78,43 @@ sections: info: "

Easily manage and create MQTT clients to transport data efficiently within your applications. The Team Tier includes 8 clients for free as part of your existing plan, and the Enterprise Tier includes 20. You can purchase additional clients as needed in the future.

" - id: volume-pricing label: Volume Pricing - cloudValues: [ null, null, 'check', 'check' ] - selfHostedValues: [ 'check', 'check' ] + cloudValues: [ null, null, 'check' ] + selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Scaling to hundreds or thousands of Node-RED instances? Contact us for customized volume discounts!

" - id: edge-development label: Edge Development - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Connect to an edge device and develop your flows.

" - id: pipelines label: DevOps Pipelines - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

DevOps pipelines allows for you to setup different environments for development, testing and production Node-RED instances.

" - id: project-nodes label: Seamless Data Stream - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects, included with all FlowFuse Projects by default.

" - id: device-groups label: Device Group Management - cloudValues: [ null, null, null, 'check' ] + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Device Groups enables users to logically group their devices assigned to an application. Additionally, Device Groups can be integrated into the DevOps Pipeline.

" - id: git-integration label: Git Integration - cloudValues: [ null, null, null, 'check' ] + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Backup your flows to a remote git repository through a DevOps Pipeline.

" - id: ha label: High Availability - cloudValues: [ null, null, null, 'check' ] + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Leverage horizontal scaling for reliable and scalible processing of your data through Node-RED.

" @@ -122,49 +122,61 @@ sections: rows: - id: audit-log label: Audit Log - cloudValues: [ 'check', 'check', 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Keep track of everything going on in your Node-RED instances and FlowFuse.

Audit Logs provide details on what actions have taken place, when they happened, and who did them.

" - id: rbac label: Role-Based Access Control - cloudValues: [ null, 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse's intuitive team management tooling makes it easy for you to control whom has access to what.

" - id: security label: Endpoint Security - cloudValues: [ null, 'None
HTTP Basic Auth', 'None
HTTP Basic Auth
FlowFuse Authentication', 'None
HTTP Basic Auth
FlowFuse Authentication' ] + cloudValues: [ 'None
HTTP Basic Auth', 'None
HTTP Basic Auth
FlowFuse Authentication', 'None
HTTP Basic Auth
FlowFuse Authentication' ] selfHostedValues: [ 'None
HTTP Basic Auth', 'None
HTTP Basic Auth
FlowFuse Authentication' ] tags: [ 'cloud', 'self-hosted' ] info: "

Use FlowFuse credentials to secure HTTP endpoints for hosted instances.

" - id: 2fa label: Two-factor authentication - cloudValues: [ 'check', 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Two-factor authentication adds an extra layer of security to your account.

" + - id: private-npm-registry + label: Private NPM Registry + cloudValues: [ null, 'check', 'check' ] + selfHostedValues: [ 'check', 'check' ] + tags: [ 'cloud', 'self-hosted' ] + info: "

Access to private NPM registries for secure package management.

" - id: certified-nodes label: Certified Nodes - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse Certified Nodes a selection of certfied Node-RED nodes, enhancing efficiency and security.

" - id: instance-monitoring label: Instance Monitoring - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

You can enable alerts to be sent to you via email. Learn more

" + - id: performance-observability + label: Performance Observability + cloudValues: [ null, null, 'check' ] + selfHostedValues: [ null, 'check' ] + tags: [ 'cloud', 'self-hosted' ] + info: "

Advanced performance monitoring and observability tools for enterprise deployments.

" - id: sso label: Single Sign-On (SSO) - cloudValues: [ null, null, null, 'check' ] + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowFuse with a single set of login credentials, improving security, user experience, and save them time.

" - id: hipaa - label: BAA for Hipaa - cloudValues: [ null, null, null, 'check' ] + label: BAA for HIPAA + cloudValues: [ null, null, 'check' ] selfHostedValues: [ null, 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Ensure FlowFuse properly safeguards protected health information (PHI) they handle on your business's behalf, mitigating the risk of data breaches and potential HIPAA violations.

" @@ -177,24 +189,24 @@ sections: info: "

FlowFuse allows multiple team members to collaborate on the same Node-RED flows.

" - id: team-members label: Team Members - cloudValues: [ '1', '2', '20', 'Unlimited' ] + cloudValues: [ '2', '20', 'Unlimited' ] selfHostedValues: [ '20', 'Unlimited' ] tags: [ 'cloud', 'self-hosted' ] info: "

FlowFuse allows multiple team members to collaborate on the same Node-RED flows.

" - id: blueprints-cloud label: Access to Blueprints - cloudValues: [ null, 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] tags: [ 'cloud' ] info: "

FlowFuse's Blueprints simplify Node-RED deployments by offering pre-built, customizable flows for specific use cases.

" - id: dashboard label: Node-RED Dashboard - cloudValues: [ 'check', 'check', 'check', 'check' ] + cloudValues: [ 'check', 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Visualize your data with the powerful and intuitive Node-RED Dashboard

" - id: multi-user-dashboard label: Personalised Multi-user Dashboards - cloudValues: [ null, null, 'check', 'check' ] + cloudValues: [ null, 'check', 'check' ] selfHostedValues: [ 'check', 'check' ] tags: [ 'cloud', 'self-hosted' ] info: "

Personalised Multi-user Dashboard allow you to build applications that provide unique data to each user Learn more

" @@ -210,9 +222,6 @@ sections: info: "

Setup standard nodes and flows that can be shared with all team members.

" buttons: cloud: - - cta: GET STARTED - url: https://app.flowfuse.com/account/create - onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-free'})" - cta: TRY FOR FREE url: https://app.flowfuse.com/account/create onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-starter'})" @@ -221,11 +230,11 @@ buttons: onclick: "capture('cta-join', {'position': 'secondary'}, {'plan': 'cloud-team'})" - cta: Request a Quote url: /pricing/request-quote/ - onclick: "capture('cta-request-quote', {'position': 'secondary'}, {'plan': 'sh-enterprise'})" + onclick: "capture('cta-request-quote', {'position': 'secondary'}, {'plan': 'cloud-enterprise'})" selfHosted: - cta: INSTALL NOW url: /docs/install/introduction/ onclick: "capture('cta-install', {'position': 'secondary'}, {'plan': 'sh-starter'})" - cta: Request a Quote url: /pricing/request-quote/ - onclick: "capture('cta-request-quote', {'position': 'secondary'}, {'plan': 'sh-enterprise'})" + onclick: "capture('cta-request-quote', {'position': 'secondary'}, {'plan': 'sh-enterprise'})" \ No newline at end of file diff --git a/src/pricing/index.njk b/src/pricing/index.njk index c860b44b8f..06955a1e2e 100644 --- a/src/pricing/index.njk +++ b/src/pricing/index.njk @@ -11,9 +11,6 @@ meta: - question: "Does FlowFuse offer annual discounts for FlowFuse Cloud?" answer: > Yes, Team customers on an annual subscription receive a 20% discount off of the monthly subscription price. Please reach out to request the discount. Please reach out to request the discount. - - question: "Why is self-hosted the same price as cloud?" - answer: > - Self-hosted environments require more support and configuration than FlowFuse Cloud, which offset any resources saved. - question: "Are flat-fee or site-wide licenses available?" answer: > It is not possible at this time to purchase an unlimited-use license, but contact us to discuss pricing for your unique use case. @@ -60,191 +57,158 @@ hubspot: -
-
- -
-
-
-
-
-

Free

-
-

For edge device management. Free to you.

-
-
- 2 remote instances, and includes: - -
    -
  • 1 Team member
  • -
  • Device auto snapshots
  • -
-
-
-
- -
-
-
-

- Free -

-
-
-
-
- GET STARTED + + +
+
+ +
+
+
+
+
+

Starter

+

Get started with AI-enhanced Node-RED in the cloud.

- -
-
-
-
-
-

Starter

-
-

For smaller-scale applications. The fastest, easiest way to host Node-RED instances.

-
-
- Starts at 2 hosted instances, 2 remote instances, and includes: - -
    -
  • 2 Team members
  • -
  • Device management
  • -
  • Device Auto Snapshots
  • -
  • Blueprints
  • -
  • Option to upgrade up to 3 hosted/3 remote instances
  • -
-
-
-
- -
-
-
- Starting at -

- $20 -

-
- - /month -
- after free trial of Team -
-
-
+
+ Includes 2 hosted instances, 2 remote instances, and provides: + +
    +
  • AI Node-RED features
  • +
  • 2 Team members
  • +
  • Device Auto Snapshots
  • +
  • Blueprints
  • +
  • Option to upgrade up to 3 hosted/3 remote instances
  • +
+
+
+
+ +
+
+
+ Starting at +

+ $20 +

- TRY FOR FREE + + /month +
+ after free trial of Team +
- -
- {% macro team(cloud=true) %} -
-
-
-
-

Team

-
-

Empower your Node-RED developer - teams with the collaborative features of FlowFuse{% if cloud %} Cloud.{% else %}.{% endif %}

-
-
- Starts at {% if cloud %}5{% else %}10{% endif %} hosted instances or remote instances, and includes: - -
    -
  • 20 Team members
  • -
  • Team collaboration
  • -
  • MQTT Broker (8 clients to start)
  • - {% if cloud %} -
  • Standard Support + SLA: 99.5%
  • - {% else %} -
  • Enterprise support
  • -
  • Dedicated Success Management
  • - {% endif %} -
-
-
-
- -
-
-
- Starting at -

- ${% if cloud %}175{% else %}699{% endif %} -

-
- - /month - {% if not cloud %} -
- Billed annually - {% endif %} -
-
-
-
- - {% if cloud %}TRY FOR FREE{% else %}CONTACT US{% endif %} - +
+ TRY FOR FREE +
+
+ +
+ {% macro team(cloud=true) %} +
+
+
+
+

Team

- {% endmacro %} - {{ team() }} +

Build bespoke applications collaboratively, empower developer teams in your organization or small business{% if cloud %}.{% else %}.{% endif %}

- - {% macro enterprise(show_sla=true, cloud=true) %} -
-
-
-
-
-

Enterprise

-
-

For business critical applications that require high availability and enterprise support.

-
-
- Starts at 20 hosted instances or remote instances, and includes: -
    -
  • Unlimited team members
  • -
  • Single Sign-On
  • - {% if cloud %} -
  • MQTT Broker (20 clients to start)
  • - {% endif %} -
  • Enterprise support{% if show_sla %} + SLA: 99.9%{% endif %}
  • - {% if not cloud %} -
  • Dedicated Success Management
  • - {% endif %} -
  • Device group management
  • -
-
-
-
- -
-

{% if cloud %}Let's Talk{% else %}Free Trial{% endif %}

-
-
- + Includes {% if cloud %}5{% else %}10{% endif %} hosted instances or remote instances, and provides: + + +
+
+
+ +
+
+
+ Starting at +

+ ${% if cloud %}175{% else %}699{% endif %} +

+
+ + /month + {% if not cloud %} +
+ Billed annually + {% endif %} +
- {% endmacro %} - {{ enterprise() }}
+ + {% if cloud %}TRY FOR FREE{% else %}CONTACT US{% endif %} +
+ {% endmacro %} + {{ team() }} +
+ + {% macro enterprise(show_sla=true, cloud=true) %} +
+
+
+
+
+

Enterprise

+
+

For business critical applications that require high availability and enterprise support.

+
+
+ Includes 20 hosted instances or remote instances, and provides: +
    +
  • AI Node-RED features
  • +
  • Unlimited team members
  • +
  • Single Sign-On
  • + {% if cloud %} +
  • MQTT Broker (20 clients to start)
  • + {% endif %} +
  • Enterprise support{% if show_sla %} + SLA: 99.9%{% endif %}
  • + {% if not cloud %} +
  • Dedicated Success Management
  • + {% endif %} +
  • Device group management
  • +
+
+
+
+ +
+

{% if cloud %}Let's Talk{% else %}Free Trial{% endif %}

+
+
+ Contact Us + {% else %} + href="#request-trial-license" onclick="scrollToAnchor(event, 'request-trial-license'); capture('cta-trial-license', {'position': 'primary'}, {'plan': 'sh-enterprise'});">Get 30-day Trial License + {% endif %} +
+
+ {% endmacro %} + {{ enterprise() }} +
+
diff --git a/src/product/cloud.njk b/src/product/cloud.njk index 2b8438586b..324454c472 100644 --- a/src/product/cloud.njk +++ b/src/product/cloud.njk @@ -8,7 +8,7 @@ meta: faq: - question: "How much does FlowFuse Cloud cost?" answer: > - After the 2-week free trial, the Starter Tier costs $15 a month for 2 team members, 2 Node-RED instances and 2 Devices. For more details on advanced tiers and features see Pricing. + After the 2-week free trial, the Starter Tier costs $20 a month for 2 team members, 2 hosted Node-RED instances and 2 remote Node-RED instances. For more details on advanced tiers and features see Pricing. - question: "Does FlowFuse offer annual discounts for FlowFuse Cloud?" answer: > Yes, we offer a 10% discount for annual subscriptions. Please reach out to request the discount. From 35ca632809c2396d7aaa631b3bbc201cf82779b3 Mon Sep 17 00:00:00 2001 From: Greg Stoutenburg Date: Thu, 5 Jun 2025 10:00:14 -0400 Subject: [PATCH 2/3] Remove Free column Removes Free column from Pricing features table. --- src/_includes/feature_lists/features-table-base.njk | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_includes/feature_lists/features-table-base.njk b/src/_includes/feature_lists/features-table-base.njk index cd37c96925..a0a0d020e7 100644 --- a/src/_includes/feature_lists/features-table-base.njk +++ b/src/_includes/feature_lists/features-table-base.njk @@ -3,9 +3,6 @@
  • {% if hosting == "cloud" %} - From 3ecd6edfba8cb5bd83087f4b9fd557cd199de32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cyndira-flowforge=E2=80=9D?= <“yndira@flowforge.com”> Date: Thu, 5 Jun 2025 18:30:18 +0200 Subject: [PATCH 3/3] Fix styling --- .../feature_lists/features-table-base.njk | 2 +- src/css/style.css | 6 +- src/css/style.page.css | 2 +- src/pricing/index.njk | 281 +++++++++--------- 4 files changed, 145 insertions(+), 146 deletions(-) diff --git a/src/_includes/feature_lists/features-table-base.njk b/src/_includes/feature_lists/features-table-base.njk index a0a0d020e7..09aa6a9ee6 100644 --- a/src/_includes/feature_lists/features-table-base.njk +++ b/src/_includes/feature_lists/features-table-base.njk @@ -1,7 +1,7 @@
    • - + {% if hosting == "cloud" %}
    - - -
    -
    - -
    -
    -
    -
    -
    -

    Starter

    -
    -

    Get started with AI-enhanced Node-RED in the cloud.

    -
    -
    - Includes 2 hosted instances, 2 remote instances, and provides: - -
      -
    • AI Node-RED features
    • -
    • 2 Team members
    • -
    • Device Auto Snapshots
    • -
    • Blueprints
    • -
    • Option to upgrade up to 3 hosted/3 remote instances
    • -
    -
    -
    -
    - -
    -
    -
    - Starting at -

    - $20 -

    +
    +
    + +
    +
    +
    +
    +
    +

    Starter

    +
    +

    Get started with AI-enhanced Node-RED in the cloud.

    +
    +
    + Starts at 2 hosted instances, 2 remote instances, and includes: + +
      +
    • AI Node-RED features
    • +
    • 2 Team members
    • +
    • Device management
    • +
    • Device Auto Snapshots
    • +
    • Blueprints
    • +
    • Option to upgrade up to 3 hosted/3 remote instances
    • +
    +
    +
    +
    + +
    +
    +
    + Starting at +

    + $20 +

    +
    + + /month +
    + after free trial of Team +
    +
    +
    - - /month -
    - after free trial of Team -
    + TRY FOR FREE
    -
    - TRY FOR FREE -
    -
    - -
    - {% macro team(cloud=true) %} -
    -
    -
    -
    -

    Team

    + +
    + {% macro team(cloud=true) %} +
    +
    +
    +
    +

    Team

    +
    +

    Build bespoke applications collaboratively, empower developer teams in your organization or small business.

    +
    +
    + Starts at {% if cloud %}5{% else %}10{% endif %} hosted instances or remote instances, and includes: + +
      +
    • AI Node-RED features
    • +
    • 20 Team members
    • +
    • Team collaboration
    • +
    • MQTT Broker (8 clients to start)
    • + {% if cloud %} +
    • Standard Support + SLA: 99.5%
    • + {% else %} +
    • Enterprise support
    • +
    • Dedicated Success Management
    • + {% endif %} +
    +
    +
    +
    + +
    +
    +
    + Starting at +

    + ${% if cloud %}175{% else %}699{% endif %} +

    +
    + + /month + {% if not cloud %} +
    + Billed annually + {% endif %} +
    +
    +
    +
    + + {% if cloud %}TRY FOR FREE{% else %}CONTACT US{% endif %} +
    -

    Build bespoke applications collaboratively, empower developer teams in your organization or small business{% if cloud %}.{% else %}.{% endif %}

    + {% endmacro %} + {{ team() }}
    -
    - Includes {% if cloud %}5{% else %}10{% endif %} hosted instances or remote instances, and provides: - -
      -
    • AI Node-RED features
    • -
    • 20 Team members
    • -
    • Team collaboration
    • -
    • MQTT Broker (8 clients to start)
    • + + {% macro enterprise(show_sla=true, cloud=true) %} +
      +
      +
      +
      +
      +

      Enterprise

      +
      +

      For business critical applications that require high availability and enterprise support.

      +
      +
      + Starts at 20 hosted instances or remote instances, and includes: +
        +
      • AI Node-RED features
      • +
      • Unlimited team members
      • +
      • Single Sign-On
      • + {% if cloud %} +
      • MQTT Broker (20 clients to start)
      • + {% endif %} +
      • Enterprise support{% if show_sla %} + SLA: 99.9%{% endif %}
      • + {% if not cloud %} +
      • Dedicated Success Management
      • + {% endif %} +
      • Device group management
      • +
      +
      +
      +
      + +
      +

      {% if cloud %}Let's Talk{% else %}Free Trial{% endif %}

      +
      +
      + Standard Support + SLA: 99.5% + href="#contact-us" onclick="scrollToAnchor(event, 'contact-us'); capture('cta-contact-us', {'position': 'primary'}, {'plan': 'cloud-enterprise'})">Contact Us {% else %} -
    • Enterprise support
    • -
    • Dedicated Success Management
    • + href="#request-trial-license" onclick="scrollToAnchor(event, 'request-trial-license'); capture('cta-trial-license', {'position': 'primary'}, {'plan': 'sh-enterprise'});">Get 30-day Trial License {% endif %} -
    -
    -
    -
    - -
    -
    -
    - Starting at -

    - ${% if cloud %}175{% else %}699{% endif %} -

    -
    - - /month - {% if not cloud %} -
    - Billed annually - {% endif %} -
    + {% endmacro %} + {{ enterprise() }}
    - - {% if cloud %}TRY FOR FREE{% else %}CONTACT US{% endif %} -
    - {% endmacro %} - {{ team() }} -
    - - {% macro enterprise(show_sla=true, cloud=true) %} -
    -
    -
    -
    -
    -

    Enterprise

    -
    -

    For business critical applications that require high availability and enterprise support.

    -
    -
    - Includes 20 hosted instances or remote instances, and provides: -
      -
    • AI Node-RED features
    • -
    • Unlimited team members
    • -
    • Single Sign-On
    • - {% if cloud %} -
    • MQTT Broker (20 clients to start)
    • - {% endif %} -
    • Enterprise support{% if show_sla %} + SLA: 99.9%{% endif %}
    • - {% if not cloud %} -
    • Dedicated Success Management
    • - {% endif %} -
    • Device group management
    • -
    -
    -
    -
    - -
    -

    {% if cloud %}Let's Talk{% else %}Free Trial{% endif %}

    -
    -
    - Contact Us - {% else %} - href="#request-trial-license" onclick="scrollToAnchor(event, 'request-trial-license'); capture('cta-trial-license', {'position': 'primary'}, {'plan': 'sh-enterprise'});">Get 30-day Trial License - {% endif %} -
    -
    - {% endmacro %} - {{ enterprise() }} -
    -
    -
    +
    {{ team(false) }}