Skip to content

Commit a9c586a

Browse files
committed
fix(comparison): correct misleading pricing contrast on n8n page
n8n's pricing standout feature implied a per-step pricing contrast that doesn't hold up; reframe around the verified unlimited-seats difference.
1 parent be6f693 commit a9c586a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • apps/sim/lib/compare/data/competitors

apps/sim/lib/compare/data/competitors/n8n.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ export const n8nProfile: CompetitorProfile = {
3232
'n8n is a fair-code workflow automation platform combining a visual, node-based builder with custom code and built-in AI/agent nodes, available as a self-hosted or cloud-hosted product.',
3333
standoutFeatures: [
3434
{
35-
title: 'Execution-based pricing, not per-step or per-seat',
35+
title: 'Unlimited users on every plan, including the entry tier',
3636
description:
37-
'n8n bills by monthly workflow executions, not by operation, step, or user seat. A full run start-to-finish counts once, no matter how many nodes it contains, and unlimited users are included even on the Starter plan.',
38-
shortDescription: 'Bills by monthly executions, not steps or seats, with unlimited users.',
37+
'n8n includes unlimited users on every plan, including the €20/month Starter tier, and bills by monthly workflow executions rather than by user seat: a full run start-to-finish counts once no matter how many nodes it contains.',
38+
shortDescription: 'Unlimited users on every tier, billed by monthly executions, not by seat.',
3939
source: { url: 'https://n8n.io/pricing/', label: 'n8n Pricing', asOf: '2026-07-02' },
4040
},
4141
{
@@ -767,9 +767,9 @@ export const n8nProfile: CompetitorProfile = {
767767
},
768768
pricing: {
769769
pricingModel: {
770-
value: 'Per-workflow-execution pricing tiers (not per step, not per seat)',
770+
value: 'Per-workflow-execution pricing tiers, unlimited users at every tier',
771771
detail:
772-
"n8n's pricing page states workflows are billed by monthly execution count. A workflow that runs start-to-finish counts as one execution regardless of the number of steps or nodes, explicitly contrasted against competitors that charge per step or per user. Unlimited users are included at every paid tier.",
772+
"n8n's pricing page states workflows are billed by monthly execution count. A workflow that runs start-to-finish counts as one execution regardless of the number of steps or nodes. Unlimited users are included at every paid tier.",
773773
shortValue: 'Billed by monthly workflow executions',
774774
confidence: 'verified',
775775
sources: [{ url: 'https://n8n.io/pricing/', label: 'n8n Pricing', asOf: '2026-07-02' }],

0 commit comments

Comments
 (0)