feat(pitch): add SDK demo slide with screenshot gallery + inline preview

- New annex slide 'annex-sdk-demo' with auto-scrolling screenshot gallery
  (22 real screenshots from Müller Maschinenbau demo project)
- Browser chrome mockup, fullscreen view, thumbnail strip navigation
- Inline SDK dashboard preview on Product slide
- Seed script for creating demo data + taking Playwright screenshots
- Presenter script for SDK demo narration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-20 20:51:17 +01:00
parent 978f0297eb
commit 87b00a94c0
32 changed files with 873 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ export const SLIDE_ORDER: SlideId[] = [
'annex-regulatory',
'annex-engineering',
'annex-aipipeline',
'annex-sdk-demo',
]
export const TOTAL_SLIDES = SLIDE_ORDER.length