{subtitle}
| {lang === 'de' ? 'Kennzahl' : 'Metric'} | {EXTENDED_COMPETITORS.map(c => ({c.flag} {c.name} | ))}
|---|---|
| {lang === 'de' ? 'Umsatz / Mitarbeiter' : 'Revenue / Employee'} | {EXTENDED_COMPETITORS.map(c => (${ratio(c.revenueNum, c.employees)} | ))}
| {lang === 'de' ? 'Kunden / Mitarbeiter' : 'Customers / Employee'} | {EXTENDED_COMPETITORS.map(c => ({(c.customers / c.employees).toFixed(0)} | ))}
| {lang === 'de' ? 'Mitarbeiter' : 'Employees'} | {EXTENDED_COMPETITORS.map(c => ({c.employees.toLocaleString()} | ))}
| {lang === 'de' ? 'Anbieter' : 'Provider'} | {lang === 'de' ? 'Modell' : 'Model'} | {lang === 'de' ? 'Einstieg' : 'Entry'} | Mid | Enterprise | Setup | {lang === 'de' ? 'Oeffentlich' : 'Public'} |
|---|---|---|---|---|---|---|
|
{cp.flag}
{cp.isBP ?
|
{cp.model} | {cp.tiers.map((tier, idx) => (
{tier.price}
{tier.annual}
{lang === 'de' ? tier.notes.de : tier.notes.en}
|
))}
{cp.setupFee} |
{cp.publicPricing
? |
{lang === 'de' ? '~ = geschaetzte Preise (nicht oeffentlich). Alle Preise ohne MwSt. Stand: Q1 2026.' : '~ = estimated pricing (not public). All prices excl. VAT. As of Q1 2026.'}
{lang === 'de' ? 'Kein Compliance-Anbieter (Vanta, Drata, etc.) bietet DAST, SAST oder LLM-basierte Code-Fixes. Kein AppSec-Anbieter (Snyk, Veracode, etc.) bietet DSGVO/AI-Act-Compliance. ComplAI ist die einzige Plattform, die beides kombiniert.' : 'No compliance vendor (Vanta, Drata, etc.) offers DAST, SAST, or LLM-based code fixes. No AppSec vendor (Snyk, Veracode, etc.) offers GDPR/AI Act compliance. ComplAI is the only platform combining both.'}
| Feature | {labels.map((l, idx) => (
{idx === 0 ? |
))}
|---|---|
|
{f.isDiff && |
{cols.map(col => (
|
))}
| Feature | {labels.map((l, idx) => (
{idx === 0 ? |
))}
|---|---|
|
{f.isUSP && highlight && |
{cols.map(col => (
|
))}