From 98b95b2ab23e7b643eea30a7eda79dbde46a3ba0 Mon Sep 17 00:00:00 2001 From: Dries Augustyns Date: Mon, 29 Dec 2025 11:53:08 +0100 Subject: [PATCH] chore: Add additional comparison pages --- apps/landing/src/pages/vs/activecampaign.tsx | 431 +++++++++++++++++++ apps/landing/src/pages/vs/bento.tsx | 431 +++++++++++++++++++ apps/landing/src/pages/vs/convertkit.tsx | 429 ++++++++++++++++++ apps/landing/src/pages/vs/index.tsx | 34 +- apps/landing/src/pages/vs/klaviyo.tsx | 431 +++++++++++++++++++ apps/landing/src/pages/vs/mailerlite.tsx | 431 +++++++++++++++++++ 6 files changed, 2185 insertions(+), 2 deletions(-) create mode 100644 apps/landing/src/pages/vs/activecampaign.tsx create mode 100644 apps/landing/src/pages/vs/bento.tsx create mode 100644 apps/landing/src/pages/vs/convertkit.tsx create mode 100644 apps/landing/src/pages/vs/klaviyo.tsx create mode 100644 apps/landing/src/pages/vs/mailerlite.tsx diff --git a/apps/landing/src/pages/vs/activecampaign.tsx b/apps/landing/src/pages/vs/activecampaign.tsx new file mode 100644 index 0000000..8d616d8 --- /dev/null +++ b/apps/landing/src/pages/vs/activecampaign.tsx @@ -0,0 +1,431 @@ +import {ComparisonTable, FAQSection, Footer, Navbar} from '../../components'; +import {motion} from 'framer-motion'; +import {DASHBOARD_URI, WIKI_URI} from '../../lib/constants'; +import React from 'react'; +import Link from 'next/link'; +import {NextSeo} from 'next-seo'; +import {ArrowRight, Code2, DollarSign, Globe, PackageOpen, Workflow, Zap} from 'lucide-react'; +import type {ComparisonRow} from '../../components/ComparisonTable'; +import type {FAQ} from '../../components/FAQSection'; + +const comparisonData: ComparisonRow[] = [ + {feature: 'Pricing Model', plunk: 'Pay-as-you-go', competitor: 'Expensive tiers'}, + {feature: 'Setup Complexity', plunk: '5 minutes', competitor: 'Hours to days'}, + {feature: 'Open Source', plunk: true, competitor: false}, + {feature: 'Self-Hostable', plunk: true, competitor: false}, + {feature: 'Transactional Emails', plunk: true, competitor: true}, + {feature: 'Marketing Campaigns', plunk: true, competitor: true}, + {feature: 'Workflow Automation', plunk: true, competitor: true}, + {feature: 'CRM Included', plunk: false, competitor: true}, + {feature: 'Sales Automation', plunk: false, competitor: true}, + {feature: 'Machine Learning', plunk: false, competitor: true}, +]; + +const faqs: FAQ[] = [ + { + question: 'When should I choose ActiveCampaign over Plunk?', + answer: + 'Choose ActiveCampaign if you need a full CRM with sales automation, lead scoring, and machine learning features. ActiveCampaign is designed for marketing and sales teams that need an all-in-one platform. Choose Plunk if you need powerful email automation without the complexity—perfect for developers who want to integrate email into their product without CRM overhead.', + }, + { + question: 'What is the price difference between Plunk and ActiveCampaign?', + answer: + 'ActiveCampaign starts at $29/month for basic features and quickly scales to $149/month or more for automation features. Plunk uses pay-as-you-go pricing—you only pay for emails sent. For email-focused needs, Plunk typically costs 50-80% less than ActiveCampaign while providing the same email automation capabilities.', + }, + { + question: 'Can Plunk match ActiveCampaign\'s automation capabilities?', + answer: + 'For email automation, yes. Plunk supports workflow automation, event-based triggers, and audience segmentation just like ActiveCampaign. The difference is Plunk focuses purely on email, while ActiveCampaign includes CRM, sales automation, and ML-powered recommendations. If you need email automation without sales/CRM features, Plunk delivers the same capability with simpler implementation.', + }, + { + question: 'Is migration from ActiveCampaign to Plunk difficult?', + answer: + "It depends on your ActiveCampaign usage. If you're primarily using email automation and campaigns, migration is straightforward—export contacts, recreate workflows, and integrate Plunk's API. If you heavily rely on CRM, lead scoring, or sales automation, you'll need separate tools for those features. Most developers migrate in a day or less.", + }, + { + question: 'What ActiveCampaign features does Plunk not have?', + answer: + 'Plunk focuses on email, so it doesn\'t include ActiveCampaign\'s CRM, sales pipeline management, lead scoring, SMS marketing, or machine learning features. If you need those, ActiveCampaign is better. If you want powerful email automation without the enterprise complexity, Plunk is the simpler choice.', + }, +]; + +/** + * Plunk vs ActiveCampaign comparison page + */ +export default function ActiveCampaignComparison() { + return ( + <> + + + + +
+ {/* Hero Section */} +
+
+ + +
+ Comparing + Plunk vs ActiveCampaign +
+ +

+ Open-source alternative +
+ for ActiveCampaign +

+ +

+ ActiveCampaign is powerful but expensive and complex. Plunk delivers essential email automation without + CRM bloat, sales features, or enterprise pricing. Built for developers, not marketing departments. +

+ +
+ + + Get started free + + + + + View documentation + +
+
+
+ + {/* Pricing Model Comparison */} +
+ +

+ Enterprise Features Without Enterprise Prices +

+

Email automation that doesn't break the bank

+
+ +
+ +
+ Plunk +
+

Simple pay-as-you-go

+

+ Only pay for emails sent. All features included, no tier gating, no forced upgrades. +

+
Pay-as-you-go
+
+
+
+
+
+ All automation features included +
+
+
+
+
+ No monthly minimums or contracts +
+
+
+
+
+ Typical savings: 50-80% vs ActiveCampaign +
+
+ + + +
+ ActiveCampaign +
+

Expensive subscription tiers

+

+ Complex pricing with feature gating. Automation requires higher tiers. +

+
From $29/month
+
+
+
+
+
+ Advanced automation: $149+/month +
+
+
+
+
+ Feature limits on lower tiers +
+
+
+
+
+ Includes CRM/sales features you may not need +
+
+ +
+
+ + {/* Key Advantages */} +
+ +

+ Automation Without Complexity +

+
+ +
+ +
+ +
+

Affordable Pricing

+

+ Pay-as-you-go with all features included. No expensive tier upgrades required for automation. Typically + 50-80% cheaper than ActiveCampaign. +

+
+ + +
+ +
+

5-Minute Setup

+

+ Start sending in minutes. No CRM to configure, no sales pipeline to set up. Just authenticate and build + your email workflows. +

+
+ + +
+ +
+

Developer-First

+

+ Clean API designed for developers, not marketing teams. Integrate email into your product without + learning complex enterprise software. +

+
+ + +
+ +
+

Open Source

+

+ AGPL-3.0 licensed. Full transparency into how your emails are processed. Contribute features, + understand the system. ActiveCampaign is proprietary. +

+
+ + +
+ +
+

Self-Hostable

+

+ Deploy on your own infrastructure with Docker. Full data control, compliance-ready, no vendor lock-in. + ActiveCampaign is cloud-only. +

+
+ + +
+ +
+

Workflow Automation

+

+ Event-based triggers, segmentation, and automated sequences. All the email automation power of + ActiveCampaign without CRM complexity. +

+
+
+
+ + {/* Feature Comparison */} +
+ +

Feature Comparison

+
+ + +
+ + {/* FAQ */} + + + {/* CTA */} +
+ +

+ Get email automation without the bloat +

+

+ Join developers choosing focused email automation over enterprise complexity. Start free, no credit card + required. +

+
+ + Start free trial + + + View pricing + +
+
+
+
+ +