feat: Add staged funding model, financial compute engine, annex slides and UI enhancements
Some checks failed
ci/woodpecker/push/integration Pipeline failed
ci/woodpecker/push/main Pipeline failed
CI/CD Pipeline / Go Tests (push) Has been cancelled
CI/CD Pipeline / Python Tests (push) Has been cancelled
CI/CD Pipeline / Website Tests (push) Has been cancelled
CI/CD Pipeline / Linting (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Docker Build & Push (push) Has been cancelled
CI/CD Pipeline / Integration Tests (push) Has been cancelled
Security Scanning / Dependency Vulnerability Scan (push) Has been cancelled
Security Scanning / Go Security Scan (push) Has been cancelled
Security Scanning / Python Security Scan (push) Has been cancelled
Security Scanning / Node.js Security Scan (push) Has been cancelled
Security Scanning / Docker Image Security (push) Has been cancelled
Security Scanning / Security Summary (push) Has been cancelled
Tests / All Checks Passed (push) Has been cancelled
Tests / Go Tests (push) Has been cancelled
Tests / Python Tests (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / CI Summary (push) Has been cancelled
Security Scanning / Secret Scanning (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / Go Lint (push) Has been cancelled
Tests / Python Lint (push) Has been cancelled
Tests / Security Scan (push) Has been cancelled

Restructure financial plan from single 200k SAFE to realistic staged funding
(25k Stammkapital, 25k Angel, 200k Wandeldarlehen, 1M Series A = 1.25M total).
Add 60-month compute engine with CAPEX/OPEX accounting, cash constraints,
hardware financing (30% upfront / 70% leasing), and revenue-based hiring caps.
Rebuild TheAskSlide with 4-event funding timeline, update i18n (DE/EN),
chat agent core messages, and add 15 new annex/technology slides with
supporting UI components (KPICard, RunwayGauge, WaterfallChart, etc.).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
BreakPilot Dev
2026-02-14 21:20:02 +01:00
parent ac1bb1d97b
commit b464366341
44 changed files with 5196 additions and 262 deletions

View File

@@ -18,13 +18,28 @@ const translations = {
'Traction',
'Wettbewerb',
'Team',
'Technologie',
'Finanzen',
'The Ask',
'KI Q&A',
'Appendix',
'Infrastruktur',
'KI-Stack',
'RAG Pipeline',
'Sicherheit',
'DevOps & CI/CD',
'Agent Architektur',
'Rechtsdokumente',
'Compliance Workflow',
'5 USPs',
'Wettbewerbsvergleich',
'Marktposition',
'Roadmap 2027',
'Roadmap 2028',
],
cover: {
tagline: 'Datensouveraenitaet meets KI-Compliance',
subtitle: 'Pre-Seed · Q4 2026',
subtitle: 'Seed · 2026-2027',
cta: 'Pitch starten',
},
problem: {
@@ -148,6 +163,46 @@ const translations = {
equity: 'Equity',
expertise: 'Expertise',
},
technology: {
title: 'Technologie-Roadmap',
subtitle: 'Von MVP zu Full Autonomy — 5-Jahres-Technologieplan',
timelineTitle: 'Meilensteine 2026-2030',
stackTitle: 'Tech-Stack',
phases: [
{
year: '2026',
phase: 'Foundation & MVP',
techs: ['Self-Hosted LLM (32B)', 'Apple M2 Mini', 'Basic Compliance SDK', 'OCR Pipeline'],
},
{
year: '2027',
phase: 'Product-Market Fit',
techs: ['Multi-Model Router', 'RAG 2.0 mit Qdrant', 'Auto Compliance-Scan', 'Echtzeit-Monitoring'],
},
{
year: '2028',
phase: 'Enterprise Scale',
techs: ['Federated Learning', 'Cluster-Management', 'API Marketplace', 'Multi-Tenant'],
},
{
year: '2029',
phase: 'AI Platform',
techs: ['Custom Fine-Tuned (40B+)', 'Predictive Compliance', 'Auto-Audits', 'Partner-Integrationen'],
},
{
year: '2030',
phase: 'Full Autonomy',
techs: ['Agent-Netzwerk', 'Self-Healing', 'Zero-Day Compliance', '1000B Parameter'],
},
],
layers: [
{ name: 'Application', techs: 'Next.js, React, TailwindCSS, REST/GraphQL API' },
{ name: 'AI/ML', techs: 'Qwen 32B → 1000B, RAG Pipeline, NLP, OCR (PaddleOCR)' },
{ name: 'Infrastructure', techs: 'Apple Silicon (M2/M4 Pro), Docker, Self-Hosted' },
{ name: 'Security', techs: 'BSI-TR-03161, E2E Verschluesselung, Vault' },
{ name: 'Data', techs: 'PostgreSQL + PostGIS, Qdrant (Vektoren), MinIO (S3)' },
],
},
financials: {
title: 'Finanzprognose',
subtitle: 'AI-First Kostenstruktur — skaliert ohne lineares Personalwachstum',
@@ -166,16 +221,17 @@ const translations = {
},
theAsk: {
title: 'The Ask',
subtitle: 'Pre-Seed Finanzierung',
subtitle: 'Gestaffelte Finanzierung 2026-2027',
amount: 'Funding',
instrument: 'Instrument',
useOfFunds: 'Use of Funds',
engineering: 'Engineering',
sales: 'Vertrieb',
hardware: 'Hardware',
personnel: 'Personal',
legal: 'Legal',
reserve: 'Reserve',
targetDate: 'Zieldatum',
targetDate: 'Zeitraum',
},
aiqa: {
title: 'Fragen? Die KI antwortet.',
@@ -208,13 +264,28 @@ const translations = {
'Traction',
'Competition',
'Team',
'Technology',
'Financials',
'The Ask',
'AI Q&A',
'Appendix',
'Infrastructure',
'AI Stack',
'RAG Pipeline',
'Security',
'DevOps & CI/CD',
'Agent Architecture',
'Legal Documents',
'Compliance Workflow',
'5 USPs',
'Competitor Comparison',
'Market Position',
'Roadmap 2027',
'Roadmap 2028',
],
cover: {
tagline: 'Data Sovereignty meets AI Compliance',
subtitle: 'Pre-Seed · Q4 2026',
subtitle: 'Seed · 2026-2027',
cta: 'Start Pitch',
},
problem: {
@@ -338,6 +409,46 @@ const translations = {
equity: 'Equity',
expertise: 'Expertise',
},
technology: {
title: 'Technology Roadmap',
subtitle: 'From MVP to Full Autonomy — 5-Year Technology Plan',
timelineTitle: 'Milestones 2026-2030',
stackTitle: 'Tech Stack',
phases: [
{
year: '2026',
phase: 'Foundation & MVP',
techs: ['Self-Hosted LLM (32B)', 'Apple M2 Mini', 'Basic Compliance SDK', 'OCR Pipeline'],
},
{
year: '2027',
phase: 'Product-Market Fit',
techs: ['Multi-Model Router', 'RAG 2.0 with Qdrant', 'Auto Compliance Scan', 'Real-time Monitoring'],
},
{
year: '2028',
phase: 'Enterprise Scale',
techs: ['Federated Learning', 'Cluster Management', 'API Marketplace', 'Multi-Tenant'],
},
{
year: '2029',
phase: 'AI Platform',
techs: ['Custom Fine-Tuned (40B+)', 'Predictive Compliance', 'Auto-Audits', 'Partner Integrations'],
},
{
year: '2030',
phase: 'Full Autonomy',
techs: ['Agent Network', 'Self-Healing', 'Zero-Day Compliance', '1000B Parameters'],
},
],
layers: [
{ name: 'Application', techs: 'Next.js, React, TailwindCSS, REST/GraphQL API' },
{ name: 'AI/ML', techs: 'Qwen 32B → 1000B, RAG Pipeline, NLP, OCR (PaddleOCR)' },
{ name: 'Infrastructure', techs: 'Apple Silicon (M2/M4 Pro), Docker, Self-Hosted' },
{ name: 'Security', techs: 'BSI-TR-03161, E2E Encryption, Vault' },
{ name: 'Data', techs: 'PostgreSQL + PostGIS, Qdrant (Vectors), MinIO (S3)' },
],
},
financials: {
title: 'Financial Projections',
subtitle: 'AI-First cost structure — scales without linear headcount growth',
@@ -356,16 +467,17 @@ const translations = {
},
theAsk: {
title: 'The Ask',
subtitle: 'Pre-Seed Funding',
subtitle: 'Staged Funding 2026-2027',
amount: 'Funding',
instrument: 'Instrument',
useOfFunds: 'Use of Funds',
engineering: 'Engineering',
sales: 'Sales',
hardware: 'Hardware',
personnel: 'Personnel',
legal: 'Legal',
reserve: 'Reserve',
targetDate: 'Target Date',
targetDate: 'Timeline',
},
aiqa: {
title: 'Questions? The AI answers.',