|
| 1 | +import { PRODUCT } from '@/config/product' |
| 2 | +import { useI18n } from '@/i18n' |
| 3 | +import Layout from '@/layouts/Default' |
| 4 | +import { |
| 5 | + ComparisonHero, |
| 6 | + TLDRCards, |
| 7 | + FeatureTable, |
| 8 | + AdvantagesGrid, |
| 9 | + PricingComparison, |
| 10 | + HonestTake, |
| 11 | + FinalCTA, |
| 12 | +} from './components' |
| 13 | +import localeI18n from './i18n' |
| 14 | + |
| 15 | +const ALT_NAME = 'AgenticSeek' |
| 16 | + |
| 17 | +export const CompareAgenticSeekPage = () => { |
| 18 | + const { t } = useI18n(localeI18n) |
| 19 | + |
| 20 | + return ( |
| 21 | + <Layout showBackButton={false}> |
| 22 | + <ComparisonHero |
| 23 | + title={t('{productName} vs {alternative}', { |
| 24 | + productName: PRODUCT.displayName, |
| 25 | + alternative: ALT_NAME, |
| 26 | + })} |
| 27 | + subtitle={t( |
| 28 | + 'Full AI agent orchestration that runs in your browser \u2014 no Docker, no Python, no setup.', |
| 29 | + )} |
| 30 | + /> |
| 31 | + |
| 32 | + <TLDRCards |
| 33 | + items={[ |
| 34 | + { |
| 35 | + icon: 'WindowCheck', |
| 36 | + title: t('Setup'), |
| 37 | + devs: t('Zero install (browser)'), |
| 38 | + alt: t('Docker + Python setup'), |
| 39 | + }, |
| 40 | + { |
| 41 | + icon: 'Group', |
| 42 | + title: t('Orchestration'), |
| 43 | + devs: t('Multi-agent teams'), |
| 44 | + alt: t('Single agent routing'), |
| 45 | + }, |
| 46 | + { |
| 47 | + icon: 'Globe', |
| 48 | + title: t('Architecture'), |
| 49 | + devs: t('Browser-native PWA'), |
| 50 | + alt: t('Desktop (Python + Docker)'), |
| 51 | + }, |
| 52 | + ]} |
| 53 | + altName={ALT_NAME} |
| 54 | + /> |
| 55 | + |
| 56 | + <FeatureTable |
| 57 | + features={[ |
| 58 | + [t('Open Source'), t('MIT License'), t('GPL-3.0'), 'yes', 'yes'], |
| 59 | + [ |
| 60 | + t('Browser-Native'), |
| 61 | + t('Yes'), |
| 62 | + t('No (Python + Docker)'), |
| 63 | + 'yes', |
| 64 | + 'no', |
| 65 | + ], |
| 66 | + [t('Data Stays Local'), t('Yes'), t('Yes'), 'yes', 'yes'], |
| 67 | + [ |
| 68 | + t('Multi-Agent Orchestration'), |
| 69 | + t('Advanced'), |
| 70 | + t('Smart routing'), |
| 71 | + 'yes', |
| 72 | + 'partial', |
| 73 | + ], |
| 74 | + [t('Bring Your Own Keys'), t('Yes'), t('Yes'), 'yes', 'yes'], |
| 75 | + [t('Offline Capable'), t('Yes'), t('Yes (local LLM)'), 'yes', 'yes'], |
| 76 | + [t('P2P Sync'), t('Yes'), t('No'), 'yes', 'no'], |
| 77 | + [ |
| 78 | + t('Agent Memory'), |
| 79 | + t('Yes'), |
| 80 | + t('Session recovery'), |
| 81 | + 'yes', |
| 82 | + 'partial', |
| 83 | + ], |
| 84 | + [ |
| 85 | + t('LLM Provider Choice'), |
| 86 | + t('6+ providers'), |
| 87 | + t('8+ providers'), |
| 88 | + 'yes', |
| 89 | + 'yes', |
| 90 | + ], |
| 91 | + [t('Free Tier'), t('Unlimited'), t('Unlimited'), 'yes', 'yes'], |
| 92 | + ]} |
| 93 | + altName={ALT_NAME} |
| 94 | + /> |
| 95 | + |
| 96 | + <AdvantagesGrid |
| 97 | + chipLabel={t('Why {productName}', { productName: PRODUCT.displayName })} |
| 98 | + title={t('Why Teams Choose {productName} over {alternative}', { |
| 99 | + productName: PRODUCT.displayName, |
| 100 | + alternative: ALT_NAME, |
| 101 | + })} |
| 102 | + advantages={[ |
| 103 | + { |
| 104 | + icon: 'Flash', |
| 105 | + title: t('Zero Setup'), |
| 106 | + desc: t( |
| 107 | + 'No Python, no Docker, no SearxNG \u2014 just open your browser. {alternative} requires a full Docker + Python environment.', |
| 108 | + { alternative: ALT_NAME }, |
| 109 | + ), |
| 110 | + gradient: 'from-emerald-500/10 via-transparent to-transparent', |
| 111 | + }, |
| 112 | + { |
| 113 | + icon: 'Group', |
| 114 | + title: t('Multi-Agent Teams'), |
| 115 | + desc: t( |
| 116 | + 'Full team orchestration with dependency resolution and parallel execution. {alternative} uses smart routing to a single agent.', |
| 117 | + { alternative: ALT_NAME }, |
| 118 | + ), |
| 119 | + gradient: 'from-blue-500/10 via-transparent to-transparent', |
| 120 | + }, |
| 121 | + { |
| 122 | + icon: 'Globe', |
| 123 | + title: t('Browser-Native'), |
| 124 | + desc: t( |
| 125 | + 'Works on any device including mobile. {alternative} is desktop-only with Python + Docker.', |
| 126 | + { alternative: ALT_NAME }, |
| 127 | + ), |
| 128 | + gradient: 'from-amber-500/10 via-transparent to-transparent', |
| 129 | + }, |
| 130 | + { |
| 131 | + icon: 'CloudSync', |
| 132 | + title: t('P2P Collaboration'), |
| 133 | + desc: t( |
| 134 | + 'Cross-device sync via Yjs/WebRTC. {alternative} has no collaboration features.', |
| 135 | + { alternative: ALT_NAME }, |
| 136 | + ), |
| 137 | + gradient: 'from-purple-500/10 via-transparent to-transparent', |
| 138 | + }, |
| 139 | + ]} |
| 140 | + /> |
| 141 | + |
| 142 | + <PricingComparison |
| 143 | + altTier={{ |
| 144 | + name: ALT_NAME, |
| 145 | + price: t('Free (self-hosted)'), |
| 146 | + features: [ |
| 147 | + { text: t('Requires Docker + Python'), included: false }, |
| 148 | + { text: t('SearxNG setup needed'), included: false }, |
| 149 | + { text: t('Desktop only \u2014 no mobile'), included: false }, |
| 150 | + { text: t('GPL-3.0 license (restrictive)'), included: false }, |
| 151 | + ], |
| 152 | + }} |
| 153 | + /> |
| 154 | + |
| 155 | + <HonestTake |
| 156 | + warningSide={{ |
| 157 | + title: t('Consider {alternative} if you\u2026', { |
| 158 | + alternative: ALT_NAME, |
| 159 | + }), |
| 160 | + items: [ |
| 161 | + t('Need autonomous web browsing with stealth capabilities'), |
| 162 | + t( |
| 163 | + 'Want local code execution in multiple languages (Python, C, Go, Java)', |
| 164 | + ), |
| 165 | + t('Prefer voice-enabled interaction with speech-to-text'), |
| 166 | + ], |
| 167 | + }} |
| 168 | + /> |
| 169 | + |
| 170 | + <FinalCTA /> |
| 171 | + </Layout> |
| 172 | + ) |
| 173 | +} |
0 commit comments