Neue Folie "Investition & Cap Table" nach The Ask: - Pie Chart: Gründer 75%, Investor 19,6%, ESOP 5,4% - Pre-Seed Details: 4M Pre-Money, 975k Investment, 4,975M Post-Money - Gründergehälter: 0 (2026) → 7k (2027) → 8k (2028) → 9,1k (2029+) - Gewinnverwendung: 100% Reinvestition, kein Dividende bis Series A - INVEST-Programm (BAFA): 20% Zuschuss = 195.000 EUR zurück - ESOP: 5,4% für Schlüsselmitarbeiter, 4J Vesting, 1J Cliff - Series A Ausblick: 15-25M Bewertung bei 3M+ ARR Finanzplan: Gründer 7.000 EUR/Mo ab Jan 2027, 14% jährl. Erhöhung FAQs: Cap Table + Gewinnverwendung als Fließtext Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
33 lines
583 B
TypeScript
33 lines
583 B
TypeScript
import { SlideId } from './types'
|
|
|
|
export const SLIDE_ORDER: SlideId[] = [
|
|
'intro-presenter',
|
|
'executive-summary',
|
|
'cover',
|
|
'problem',
|
|
'solution',
|
|
'regulatory-landscape',
|
|
'product',
|
|
'how-it-works',
|
|
'market',
|
|
'business-model',
|
|
'traction',
|
|
'competition',
|
|
'team',
|
|
'financials',
|
|
'the-ask',
|
|
'cap-table',
|
|
'ai-qa',
|
|
'annex-assumptions',
|
|
'annex-architecture',
|
|
'annex-gtm',
|
|
'annex-regulatory',
|
|
'annex-engineering',
|
|
'annex-aipipeline',
|
|
'annex-sdk-demo',
|
|
'annex-strategy',
|
|
'annex-finanzplan',
|
|
]
|
|
|
|
export const TOTAL_SLIDES = SLIDE_ORDER.length
|