feat(web): initial landing page in cyber teal v1.0

This commit is contained in:
benzj 2026-09-11 06:48:55 +02:00
commit 8573c8d687
7 changed files with 693 additions and 0 deletions

0
.nojekyll Normal file
View File

BIN
bin/local-ai-worker-linux-amd64 Executable file

Binary file not shown.

Binary file not shown.

223
index.html Normal file
View File

@ -0,0 +1,223 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>local-ai-worker Local-First AI Worker & Obsidian RAG Agent</title>
<meta name="description" content="Autarker Go 1.22 Hintergrunddienst mit semantischer Obsidian-Vault RAG-Suche, Feedback-Lernschleife, CAD- & Bildschirmanalyse und Zero-Dummy-Security.">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧠</text></svg>">
</head>
<body>
<!-- Header -->
<header class="site-header">
<div class="header-container">
<div class="header-brand">
<a href="https://benzjeremy.github.io/" class="breadcrumb-link">← benzjeremy.github.io</a>
<span class="brand-title">🧠 local-ai-worker <span class="brand-badge">v1.0</span></span>
</div>
<nav>
<ul class="nav-links">
<li><a href="#features" class="nav-link">Features</a></li>
<li><a href="#security" class="nav-link">Sicherheit</a></li>
<li><a href="#install" class="nav-link">Installation</a></li>
<li><a href="#about" class="nav-link">Über das Projekt</a></li>
<li><a href="https://github.com/benzjeremy/local-ai-worker" target="_blank" rel="noopener" class="btn btn-secondary" style="padding: 6px 14px; font-size: 0.85rem;">GitHub</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero-section">
<div class="hero-pill">
<span>🛡️ Version v1.0 • GNU GPL-3.0 • 100% Local-First Inferenz</span>
</div>
<h1 class="hero-title">
Der datenschutztreue <span class="gradient-text">Second Brain</span> KI-Mitarbeiter.
</h1>
<p class="hero-subtitle">
Autarker Go 1.22 Daemon für semantische Obsidian-Vault RAG-Suche (<a href="https://de.wikipedia.org/wiki/Okapi_BM25" target="_blank" rel="noopener">Okapi BM25</a>), Feedback-Lernschleifen, CAD- & Vision-Inspektion und Zero-Dummy-Security. Kein Cloud-Abfluss, vollständige Datenhoheit auf eigener Hardware.
</p>
<div class="hero-actions">
<a href="#install" class="btn btn-primary">📦 v1.0 Herunterladen</a>
<a href="https://github.com/benzjeremy/local-ai-worker" target="_blank" rel="noopener" class="btn btn-secondary">Quellcode auf GitHub</a>
</div>
<div class="cmd-box">
<span>Quick Install:</span>
<code>go install github.com/benzjeremy/local-ai-worker@latest</code>
</div>
</section>
<!-- Features Section -->
<section id="features" class="content-section">
<div class="section-header">
<h2 class="section-title">Kernkompetenzen & Architektur</h2>
<p class="section-subtitle">Entwickelt für reibungslose Assistenz, absolute Privatsphäre und minimale Latenz.</p>
</div>
<div class="feature-grid">
<article class="feature-card">
<div class="f-icon">📚</div>
<h3 class="f-title">Obsidian Vault RAG</h3>
<p class="f-desc">Rekursiver Dateisystem-Scanner für Obsidian-Markdown-Archive. Automatischer In-Memory Okapi BM25 Volltext-Index mit Sub-Millisekunden-Reaktionszeit, Tag-Hierarchie (#level-...) und Frontmatter-Parsing.</p>
</article>
<article class="feature-card">
<div class="f-icon">🔄</div>
<h3 class="f-title">Feedback Learning Loop</h3>
<p class="f-desc">Korrekturen von Vorgesetzten und Mitarbeitern werden verschlüsselt im Vault persistiert. Bei künftigen Anfragen reichert das Modul LLM-Prompts dynamisch mit Few-Shot Alignment-Regeln an stetiges Lernen ohne Retraining.</p>
</article>
<article class="feature-card">
<div class="f-icon">📐</div>
<h3 class="f-title">Vision & CAD-Inspektion</h3>
<p class="f-desc">Direkte Analyse technischer Zeichnungen, Toleranzmaße, Architektur-Diagramme und Screenshots über lokale Vision-Modelle (llava:7b). Spezialisierte Systemprompts für präzise Ingenieursauswertungen.</p>
</article>
<article class="feature-card">
<div class="f-icon"></div>
<h3 class="f-title">Vordefinierte Assistenzaufgaben</h3>
<p class="f-desc">Automatisierte Workflows zur Notiz-Zusammenfassung (summarize), Erstellung faktenbasierter E-Mail-Entwürfe (email_draft), CAD-Datenextraktion und Graph-Hierarchie-Audits zur Einhaltung der Mindmap-Struktur.</p>
</article>
<article class="feature-card">
<div class="f-icon">🔒</div>
<h3 class="f-title">Zero-Dummy-Security</h3>
<p class="f-desc">AES-256-GCM Verschlüsselung aller persistierten Daten, PBKDF2 mit 100.000 Runden, 32-Byte CSPRNG API-Tokens, strikter Anti-DNS-Rebinding Host-Filter und Anti-CSRF Origin-Validierung.</p>
</article>
<article class="feature-card">
<div class="f-icon">🛡️</div>
<h3 class="f-title">Strict Localhost Isolation</h3>
<p class="f-desc">Keine Cloud-Calls, keine Telemetrie, keine externen Abhängigkeiten. Der Dienst bindet ausschließlich an 127.0.0.1:8081 und kommuniziert lokal mit Ollama auf 127.0.0.1:11434.</p>
</article>
</div>
</section>
<!-- Security Section -->
<section id="security" class="content-section" style="background: rgba(14, 18, 27, 0.5); border-radius: var(--radius-lg); border: 1px solid var(--border-subtle);">
<div class="section-header">
<h2 class="section-title">Sicherheit nach Jeremy Benz Standards</h2>
<p class="section-subtitle">Militärisch gehärtete Produktionssicherheit ab Werk ausnahmslos in jeder Codezeile.</p>
</div>
<div class="feature-grid">
<div style="background: var(--bg-surface); padding: 24px; border-radius: var(--radius-md); border: 1px solid var(--border-subtle);">
<h4 style="color: var(--accent-secondary); margin-bottom: 8px;">🔐 Kryptografie & Vault</h4>
<p style="font-size: 0.92rem; color: var(--text-muted);">Sämtliche Konfigurationsdaten, Feedback-Korrekturen und Notizen-Caches werden in <code>worker_vault.enc</code> mit AES-256-GCM und PBKDF2 (100.000 Iterationen, SHA-256, 32-Byte Salt) verschlüsselt.</p>
</div>
<div style="background: var(--bg-surface); padding: 24px; border-radius: var(--radius-md); border: 1px solid var(--border-subtle);">
<h4 style="color: var(--accent-secondary); margin-bottom: 8px;">🌐 Netzwerk-Immunität</h4>
<p style="font-size: 0.92rem; color: var(--text-muted);">Der HTTP-Host-Header wird strikt auf <code>127.0.0.1</code> / <code>localhost</code> geprüft. Fremde Domains oder manipulierter Host-Header führen zum sofortigen Abbruch mit HTTP 403 Forbidden.</p>
</div>
<div style="background: var(--bg-surface); padding: 24px; border-radius: var(--radius-md); border: 1px solid var(--border-subtle);">
<h4 style="color: var(--accent-secondary); margin-bottom: 8px;">🔑 Token-Authentifizierung</h4>
<p style="font-size: 0.92rem; color: var(--text-muted);">Jeder API-Aufruf erfordert ein 32-Byte CSPRNG Hex-Token im Header <code>X-Worker-Token</code>. Ungültige oder fehlende Tokens werden kompromisslos mit HTTP 401 Unauthorized abgewiesen.</p>
</div>
</div>
</section>
<!-- Installation Section -->
<section id="install" class="content-section">
<div class="section-header">
<h2 class="section-title">Multi-Platform Download & Setup</h2>
<p class="section-subtitle">Offizielle, reproduzierbare Binaries für Linux und Windows.</p>
</div>
<div class="install-grid">
<div class="install-card">
<div class="install-header">
<span class="install-platform">🐧 Linux (x86_64)</span>
<span class="brand-badge">tar.gz</span>
</div>
<div class="code-block">
tar -xzf local-ai-worker-v1.0-linux.tar.gz
sudo cp local-ai-worker /usr/local/bin/
local-ai-worker --vault-dir ~/Projekte/obsidian_vault
</div>
<a href="https://github.com/benzjeremy/local-ai-worker/releases/download/v1.0/local-ai-worker-v1.0-linux.tar.gz" class="btn btn-primary" style="width: 100%; justify-content: center;">Download Linux Binary (.tar.gz)</a>
</div>
<div class="install-card">
<div class="install-header">
<span class="install-platform">🪟 Windows (x86_64)</span>
<span class="brand-badge">zip</span>
</div>
<div class="code-block">
# ZIP-Archiv entpacken und starten:
local-ai-worker.exe --vault-dir C:\Users\Username\Vault
</div>
<a href="https://github.com/benzjeremy/local-ai-worker/releases/download/v1.0/local-ai-worker-v1.0-windows.zip" class="btn btn-secondary" style="width: 100%; justify-content: center;">Download Windows Binary (.zip)</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="content-section">
<div class="section-header">
<h2 class="section-title">Mitwirkende & Autoren</h2>
<p class="section-subtitle">Open-Source-Entwicklung unter der GNU General Public License v3.0.</p>
</div>
<div class="about-grid">
<div class="about-card">
<div class="about-profile">
<div class="avatar-badge">JB</div>
<div>
<h3 class="profile-name">Jeremy Benz</h3>
<p class="profile-role">Projektgründer & Lead Developer</p>
</div>
</div>
<p class="about-text">
17 Jahre alt, aus Nordrhein-Westfalen (NRW), Deutschland. Leidenschaftlicher Softwareentwickler mit starkem Fokus auf Go (Golang), Systemprogrammierung, echte Sicherheit und ressourcenschonende Desktop-Lösungen.
</p>
<div class="chip-row">
<span class="chip">Go 1.22</span>
<span class="chip">Zero-Dummy-Security</span>
<span class="chip">Claude Code & Antigravity</span>
<span class="chip">© 2026 Jeremy Benz</span>
</div>
</div>
<div class="about-card">
<div class="about-profile">
<div class="avatar-badge" style="background: linear-gradient(135deg, #0ea5e9 0%, #38bdf8 100%);">📄</div>
<div>
<h3 class="profile-name">Freie & Open Source Software</h3>
<p class="profile-role">GNU General Public License v3.0</p>
</div>
</div>
<p class="about-text">
Dieses Projekt garantiert uneingeschränkte Softwarefreiheit. Der gesamte Quellcode ist öffentlich zugänglich, auditierbar und darf unter den Bedingungen der GPL-3.0 modifiziert und weitergegeben werden.
</p>
<div style="display: flex; gap: 12px; margin-top: 16px;">
<a href="https://github.com/benzjeremy/local-ai-worker/blob/main/LICENSE" target="_blank" rel="noopener" class="btn btn-secondary" style="padding: 8px 16px; font-size: 0.88rem;">Lizenz (GPL-3.0)</a>
<a href="https://github.com/benzjeremy/local-ai-worker/releases" target="_blank" rel="noopener" class="btn btn-secondary" style="padding: 8px 16px; font-size: 0.88rem;">Releases</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer">
<div class="footer-container">
<div>
<span>© 2026 Jeremy Benz • local-ai-worker</span>
</div>
<ul class="footer-links">
<li><a href="https://github.com/benzjeremy/local-ai-worker" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://github.com/benzjeremy/local-ai-worker/releases" target="_blank" rel="noopener">Releases</a></li>
<li><a href="https://github.com/benzjeremy/local-ai-worker/issues" target="_blank" rel="noopener">Fehler melden</a></li>
<li><a href="https://github.com/benzjeremy/local-ai-worker/blob/main/LICENSE" target="_blank" rel="noopener">Lizenz</a></li>
<li><a href="https://benzjeremy.github.io/impressum.html">Impressum</a></li>
<li><a href="https://benzjeremy.github.io/datenschutz.html">Datenschutz</a></li>
</ul>
</div>
</footer>
</body>
</html>

Binary file not shown.

Binary file not shown.

470
style.css Normal file
View File

@ -0,0 +1,470 @@
:root {
--bg-page: #080a0f;
--bg-surface: #0e121b;
--bg-card: #121824;
--bg-card-hover: #172030;
--bg-input: #0a0d14;
--border-subtle: rgba(255, 255, 255, 0.08);
--border-strong: rgba(255, 255, 255, 0.16);
--border-accent: rgba(20, 184, 166, 0.35);
--accent-primary: #14b8a6; /* Cyber Teal */
--accent-glow: rgba(20, 184, 166, 0.28);
--accent-secondary: #2dd4bf; /* Mint Cyan */
--accent-green: #10b981;
--accent-gold: #f59e0b;
--accent-rose: #f43f5e;
--text-main: #f1f5f9;
--text-muted: #94a3b8;
--text-dim: #64748b;
--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
--radius-sm: 8px;
--radius-md: 14px;
--radius-lg: 20px;
--radius-full: 9999px;
--spring-bounce: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
color-scheme: dark;
}
body {
background-color: var(--bg-page);
color: var(--text-main);
font-family: var(--font-main);
line-height: 1.6;
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
background-image:
radial-gradient(circle at 15% 15%, rgba(20, 184, 166, 0.08) 0%, transparent 40%),
radial-gradient(circle at 85% 85%, rgba(45, 212, 191, 0.06) 0%, transparent 40%);
background-attachment: fixed;
}
a {
color: var(--accent-secondary);
text-decoration: none;
transition: color 0.2s ease;
}
a:hover {
color: #5eead4;
}
/* Header */
.site-header {
position: sticky;
top: 0;
z-index: 100;
background: rgba(14, 18, 27, 0.85);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
border-bottom: 1px solid var(--border-subtle);
height: 68px;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-brand {
display: flex;
align-items: center;
gap: 12px;
}
.breadcrumb-link {
color: var(--text-muted);
font-size: 0.88rem;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 4px;
padding: 4px 8px;
border-radius: var(--radius-sm);
background: rgba(255, 255, 255, 0.03);
border: 1px solid var(--border-subtle);
}
.breadcrumb-link:hover {
color: var(--text-main);
border-color: var(--border-strong);
}
.brand-title {
font-weight: 700;
font-size: 1.15rem;
letter-spacing: -0.01em;
color: var(--text-main);
display: flex;
align-items: center;
gap: 8px;
}
.brand-badge {
font-size: 0.72rem;
font-family: var(--font-mono);
background: rgba(20, 184, 166, 0.15);
color: var(--accent-secondary);
border: 1px solid rgba(20, 184, 166, 0.3);
padding: 2px 7px;
border-radius: var(--radius-full);
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
list-style: none;
}
.nav-link {
color: var(--text-muted);
font-size: 0.92rem;
font-weight: 500;
transition: color 0.2s;
}
.nav-link:hover {
color: var(--text-main);
}
/* Hero */
.hero-section {
padding: 90px 24px 70px;
text-align: center;
max-width: 960px;
margin: 0 auto;
}
.hero-pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 16px;
border-radius: var(--radius-full);
background: rgba(20, 184, 166, 0.1);
border: 1px solid rgba(20, 184, 166, 0.3);
color: var(--accent-secondary);
font-size: 0.85rem;
font-weight: 600;
margin-bottom: 24px;
box-shadow: 0 0 20px rgba(20, 184, 166, 0.15);
}
.hero-title {
font-size: clamp(2.4rem, 5vw, 3.8rem);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.03em;
margin-bottom: 20px;
}
.gradient-text {
background: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 50%, #38bdf8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero-subtitle {
font-size: 1.15rem;
color: var(--text-muted);
max-width: 740px;
margin: 0 auto 36px;
}
.hero-actions {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
margin-bottom: 36px;
}
.btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 0.95rem;
cursor: pointer;
transition: all 0.2s var(--spring-bounce);
}
.btn-primary {
background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
color: #042f2e;
border: none;
box-shadow: 0 4px 20px var(--accent-glow);
}
.btn-primary:hover {
color: #042f2e;
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(20, 184, 166, 0.4);
}
.btn-secondary {
background: var(--bg-surface);
color: var(--text-main);
border: 1px solid var(--border-strong);
}
.btn-secondary:hover {
border-color: var(--accent-secondary);
color: var(--accent-secondary);
transform: translateY(-2px);
}
.cmd-box {
display: inline-flex;
align-items: center;
gap: 12px;
background: var(--bg-surface);
border: 1px solid var(--border-subtle);
padding: 10px 18px;
border-radius: var(--radius-md);
font-family: var(--font-mono);
font-size: 0.88rem;
color: var(--text-muted);
}
.cmd-box code {
color: var(--accent-secondary);
}
/* Sections */
.content-section {
max-width: 1200px;
margin: 0 auto;
padding: 70px 24px;
}
.section-header {
text-align: center;
margin-bottom: 50px;
}
.section-title {
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 12px;
}
.section-subtitle {
color: var(--text-muted);
font-size: 1.05rem;
}
/* Feature Grid */
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
}
.feature-card {
background: var(--bg-surface);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-lg);
padding: 30px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.feature-card:hover {
border-color: var(--border-accent);
background: var(--bg-card-hover);
transform: translateY(-4px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.f-icon {
width: 48px;
height: 48px;
border-radius: var(--radius-md);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
margin-bottom: 20px;
background: rgba(20, 184, 166, 0.12);
border: 1px solid rgba(20, 184, 166, 0.25);
color: var(--accent-secondary);
}
.f-title {
font-size: 1.25rem;
font-weight: 700;
margin-bottom: 10px;
color: var(--text-main);
}
.f-desc {
color: var(--text-muted);
font-size: 0.95rem;
line-height: 1.6;
}
/* Install Grid */
.install-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 24px;
}
.install-card {
background: var(--bg-surface);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-lg);
padding: 30px;
}
.install-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
}
.install-platform {
font-size: 1.2rem;
font-weight: 700;
}
.code-block {
background: var(--bg-input);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-md);
padding: 16px;
font-family: var(--font-mono);
font-size: 0.85rem;
overflow-x: auto;
margin-bottom: 20px;
color: #cbd5e1;
}
/* About Section */
.about-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 24px;
}
.about-card {
background: var(--bg-surface);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-lg);
padding: 32px;
}
.about-profile {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.avatar-badge {
width: 54px;
height: 54px;
border-radius: var(--radius-md);
background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 1.3rem;
color: #042f2e;
}
.profile-name {
font-size: 1.2rem;
font-weight: 700;
}
.profile-role {
font-size: 0.85rem;
color: var(--text-muted);
}
.about-text {
font-size: 0.95rem;
color: var(--text-muted);
line-height: 1.6;
margin-bottom: 20px;
}
.chip-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.chip {
padding: 4px 12px;
border-radius: var(--radius-full);
font-size: 0.78rem;
background: rgba(255, 255, 255, 0.04);
border: 1px solid var(--border-subtle);
color: var(--text-muted);
}
/* Footer */
.site-footer {
margin-top: auto;
background: var(--bg-surface);
border-top: 1px solid var(--border-subtle);
padding: 40px 24px;
font-size: 0.88rem;
color: var(--text-dim);
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.footer-links {
display: flex;
gap: 20px;
list-style: none;
}
@media (max-width: 768px) {
.nav-links {
display: none;
}
}