feat: Executive Summary Onepager-Slide mit PDF-Download

Neue Folie als erste Content-Slide (nach Intro) mit kompakter
Investor-Uebersicht: Problem/Loesung, KPIs, Markt, Team, Funding.
PDF-Download via window.print() ohne zusaetzliche Dependencies.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-26 15:00:54 +01:00
parent 322e2d9cb3
commit 4bce3724f2
6 changed files with 411 additions and 1 deletions

View File

@@ -26,7 +26,27 @@ export const PRESENTER_SCRIPT: SlideScript[] = [
transition_hint_en: 'Let us begin.',
},
// 1 — cover (20s)
// 1 — executive-summary (30s)
{
slideId: 'executive-summary',
duration: 30,
paragraphs: [
{
text_de: 'Bevor wir ins Detail gehen, hier das Wichtigste auf einen Blick: BreakPilot ComplAI ist die einzige Self-Hosted Compliance- und Code-Security-Plattform speziell für den Maschinenbau.',
text_en: 'Before we dive into details, here is the key summary: BreakPilot ComplAI is the only self-hosted compliance and code security platform specifically for machine manufacturing.',
pause_after: 1500,
},
{
text_de: '57 SDK-Module, 19 Regularien, 761.000 Zeilen Code — und Sie können diesen Onepager als PDF herunterladen, um ihn weiterzuleiten.',
text_en: '57 SDK modules, 19 regulations, 761,000 lines of code — and you can download this one-pager as PDF to share it.',
pause_after: 1000,
},
],
transition_hint_de: 'Nun zum vollständigen Pitch.',
transition_hint_en: 'Now for the full pitch.',
},
// 2 — cover (20s)
{
slideId: 'cover',
duration: 20,