fix(pitch-deck): engineering slide — sync numbers with real data
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m4s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 33s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 30s

- 481K LoC → 960K+ (actual count across 3 repos)
- 10 Services → 320 Dokumente im RAG (aligned with Slide 7)
- 48+ SDK-Module → 70K+ Compliance Controls (from DB)
- 5 Infra → 12 Produkt-Module (aligned with Slide 8)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-15 23:26:26 +02:00
parent 6de8b33dd1
commit 7523f47468

View File

@@ -30,30 +30,30 @@ export default function EngineeringSlide({ lang }: EngineeringSlideProps) {
const heroStats = [
{
value: '481K',
value: '960K+',
label: de ? 'Zeilen Code' : 'Lines of Code',
sub: 'Go · Python · TypeScript',
color: 'text-indigo-400',
borderColor: 'border-indigo-500/30',
},
{
value: '10',
label: de ? 'Services' : 'Services',
sub: de ? 'orca → Hetzner (amd64)' : 'orca → Hetzner (amd64)',
value: '320',
label: de ? 'Dokumente im RAG' : 'Documents in RAG',
sub: de ? 'EU · DACH · Frameworks · Urteile' : 'EU · DACH · Frameworks · Rulings',
color: 'text-emerald-400',
borderColor: 'border-emerald-500/30',
},
{
value: '48+',
label: de ? 'SDK-Module' : 'SDK Modules',
sub: de ? 'DSGVO · AI Act · NIS2 · CRA' : 'GDPR · AI Act · NIS2 · CRA',
value: '70K+',
label: de ? 'Compliance Controls' : 'Compliance Controls',
sub: de ? '6 Pipeline-Versionen' : '6 pipeline versions',
color: 'text-purple-400',
borderColor: 'border-purple-500/30',
},
{
value: '5',
label: de ? 'Infra-Komponenten' : 'Infra Components',
sub: 'orca (Rust) · infisical · pg · qdrant',
value: '12',
label: de ? 'Produkt-Module' : 'Product Modules',
sub: de ? 'Security · Compliance · KI' : 'Security · Compliance · AI',
color: 'text-amber-400',
borderColor: 'border-amber-500/30',
},