From 1a963f9e66805438f38e8991b2090915295a8bf4 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 22 Apr 2026 11:12:40 +0200 Subject: [PATCH] fix(pitch-deck): presenter text matches all current slides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - USP: describes bridge layout, Compliance↔Code sync, MOAT quote - Pricing: 3 tiers (Starter/Professional/Enterprise) instead of 55k savings - The Ask: 200k WD (40k+160k), flexible up to 400k - Customer Savings: no specific amounts, general savings narrative - Removed all remaining 55.000 EUR references Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/lib/presenter/presenter-script.ts | 42 ++++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/pitch-deck/lib/presenter/presenter-script.ts b/pitch-deck/lib/presenter/presenter-script.ts index 7127264..3930469 100644 --- a/pitch-deck/lib/presenter/presenter-script.ts +++ b/pitch-deck/lib/presenter/presenter-script.ts @@ -116,19 +116,24 @@ export const PRESENTER_SCRIPT: SlideScript[] = [ transition_hint_en: 'Let us look at the regulatory landscape more closely.', }, - // — usp (40s) + // — usp (45s) { slideId: 'usp', - duration: 40, + duration: 45, paragraphs: [ { - text_de: 'Was macht uns wirklich einzigartig? Drei Dinge, die kein Wettbewerber kombiniert: Erstens — wir vereinen organisatorische Compliance, Produkt-Compliance und Code-Security auf einer einzigen Plattform. Kein Medienbruch, keine Insellösungen.', - text_en: 'What makes us truly unique? Three things no competitor combines: First — we unify organizational compliance, product compliance and code security on a single platform. No media breaks, no isolated solutions.', + text_de: 'Unsere Plattform verbindet zwei Welten, die heute getrennt sind: Compliance und Code. Links sehen Sie die Compliance-Seite — RFQ-Prüfung und Prozess-Compliance. Rechts die Code-Seite — bidirektionale Synchronisation und kontinuierliche Prüfung bei jedem Commit.', + text_en: 'Our platform connects two worlds that are separate today: compliance and code. On the left you see the compliance side — RFQ verification and process compliance. On the right the code side — bidirectional synchronization and continuous checks on every commit.', pause_after: 2000, }, { - text_de: 'Zweitens — 100 Prozent EU-Infrastruktur. Bundesamt für Sicherheit in der Informationstechnik-zertifiziert, kein US Software-as-a-Service im Stack. Drittens — KI-gestützte Automatisierung mit über 380 Regularien und 25.000 Controls. Nicht als Spielerei, sondern als leistungsfähige Engine, die Compliance-Arbeit automatisiert.', - text_en: 'Second — 100 percent EU infrastructure. BSI-certified, no US SaaS in the stack. Third — AI-powered automation with over 380 regulations and 25,000 controls. Not as a gimmick, but as a productive engine that handles compliance work every day.', + text_de: 'In der Mitte: Alles ist immer synchron. Compliance-Änderungen fliessen automatisch in den Code. Code-Änderungen aktualisieren automatisch die Compliance-Dokumentation. Kein Informationsverlust zwischen Audit und Entwicklung.', + text_en: 'In the center: everything is always in sync. Compliance changes flow automatically into code. Code changes automatically update compliance documentation. No information loss between audit and development.', + pause_after: 2000, + }, + { + text_de: 'Unser MOAT: Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit man maximal gehen kann. Das ist unser Produkt — der Compliance Optimizer.', + text_en: 'Our MOAT: Everyone can say what is forbidden. Almost no one can tell you how far you can actually go. That is our product — the Compliance Optimizer.', pause_after: 1500, }, ], @@ -241,24 +246,19 @@ export const PRESENTER_SCRIPT: SlideScript[] = [ transition_hint_en: 'How do we make money?', }, - // 9 — business-model (50s) + // 9 — business-model / Pricing (40s) { slideId: 'business-model', - duration: 50, + duration: 40, paragraphs: [ { - text_de: 'Unser Geschäftsmodell hat einen eingebauten Überzeugungsmechanismus: Kunden sparen mehr als sie zahlen. Das ist kein Marketing-Versprechen — das sind nachrechenbare Zahlen.', - text_en: 'Our business model has a built-in convincing mechanism: customers save more than they pay. This is not a marketing promise — these are verifiable numbers.', + text_de: 'Unser Pricing basiert auf drei Tiers: Starter für kleine Unternehmen ab 3.600 Euro im Jahr. Professional für den Mittelstand ab 15.000 Euro. Und Enterprise für Konzerne ab 50.000 Euro — inklusive dedizierter Instanz und Custom-Integrationen.', + text_en: 'Our pricing is based on three tiers: Starter for small companies from EUR 3,600 per year. Professional for mid-market from EUR 15,000. And Enterprise for large companies from EUR 50,000 — including dedicated instance and custom integrations.', pause_after: 2000, }, { - text_de: 'Ein kleine und mittlere Unternehmen mit 25 Mitarbeitern spart 55.000 Euro im Jahr: 13.000 Euro für Pentests, 9.000 Euro für C. E. Risikobeurteilungen, 15.000 Euro durch produktivere Compliance-Arbeitszeit, 9.000 Euro bei der Audit-Vorbereitung. Das ergibt einen Return on Investment von 3,7x.', - text_en: 'An SME with 25 employees saves EUR 55,000 per year: EUR 13,000 on pentests, EUR 9,000 on CE risk assessments, EUR 15,000 through more productive compliance work time, EUR 9,000 on audit preparation. That is a 3.7x ROI.', - pause_after: 2500, - }, - { - text_de: 'Die Unit Economics sind überzeugend: Bruttomarge über 80 Prozent dank Cloud-nativer Architektur auf europäischen Providern. SysEleven und Hetzner kosten einen Bruchteil von AWS — und die Daten bleiben in der EU.', - text_en: 'The unit economics are compelling: gross margin above 80 percent thanks to cloud-native architecture on European providers. SysEleven and Hetzner cost a fraction of AWS — and the data stays in the EU.', + text_de: 'Dazu kommt Beratung und Service als zusätzliche Einnahmequelle. Das Entscheidende: Unsere Kunden sparen mehr als sie zahlen — durch Einsparungen bei Security Tests, Zertifizierungen, Auditkosten und Entwicklerzeit.', + text_en: 'Additionally, consulting and service as an extra revenue stream. The key point: our customers save more than they pay — through savings on security tests, certifications, audit costs and developer time.', pause_after: 1500, }, ], @@ -357,8 +357,8 @@ export const PRESENTER_SCRIPT: SlideScript[] = [ pause_after: 1500, }, { - text_de: 'Das Investment fliesst in vier Bereiche: Vertrieb und Marketing für die ersten Pilotkunden. Engineering für Enterprise-Features. Service und Kunden-Workshops. Und eine kluge Reserve für regulatorische Anforderungen.', - text_en: 'The investment flows into four areas: Sales and marketing for the first pilot customers. Engineering for enterprise features. Service and customer workshops. And a smart reserve for regulatory requirements.', + text_de: 'Das Wandeldarlehen über 200.000 Euro — bestehend aus 40.000 Euro Investor-Anteil und 160.000 Euro L-Bank Co-Finanzierung — fließt primär in Personal, Cloud-Infrastruktur und die ersten Vertriebsaktivitäten. Bei Bedarf kann die Höhe flexibel auf bis zu 400.000 Euro verdoppelt werden.', + text_en: 'The convertible loan of EUR 200,000 — consisting of EUR 40,000 investor share and EUR 160,000 L-Bank co-financing — flows primarily into personnel, cloud infrastructure and initial sales activities. If needed, the amount can be flexibly doubled to up to EUR 400,000.', pause_after: 2500, }, { @@ -382,8 +382,8 @@ export const PRESENTER_SCRIPT: SlideScript[] = [ pause_after: 2500, }, { - text_de: 'Ein kleine und mittlere Unternehmen spart 55.000 Euro pro Jahr bei 15.000 Euro Kosten. Ein mittelständischer Betrieb spart 193.000 Euro. Und ein Konzern sogar 780.000 Euro. Das sind keine Schätzungen — das sind nachrechenbare Positionen.', - text_en: 'An SME saves EUR 55,000 per year at EUR 15,000 cost. A mid-sized company saves EUR 193,000. And an enterprise even EUR 780,000. These are not estimates — these are verifiable line items.', + text_de: 'Die konkreten Einsparpotentiale sind erheblich — bei Rechtsberatung, Security Tests, Auditkosten und Entwicklerzeit. Je größer das Unternehmen und je mehr Anwendungen und Produkte, desto höher die Ersparnis. Das sind keine Schätzungen — das sind nachrechenbare Positionen.', + text_en: 'The concrete savings potential is substantial — in legal consulting, security tests, audit costs and developer time. The larger the company and the more applications and products, the higher the savings. These are not estimates — these are verifiable line items.', pause_after: 2000, }, ],