import { motion } from "framer-motion"; import { ArrowUpRight, Lock, Mail, Zap, Database, BarChart2, Server } from "lucide-react"; const projects = [ { icon: Lock, iconBg: "bg-blue-100 text-blue-600", title: "SafeDocs Portal", desc: "Sichere Upload-Plattform mit AES-256-GCM-Verschlüsselung, JWT-Auth, Passwort-Reset per E-Mail, Rate Limiting und Docker-Deployment.", tags: ["AES-256-GCM", "JWT", "Docker", "Security"], url: "https://safedocsportal.com", type: "Vibe-Coding Projekt", }, { icon: Mail, iconBg: "bg-violet-100 text-violet-600", title: "zensend.email", desc: "Newsletter & E-Mail-Marketing SaaS mit Double-Opt-In, DSGVO-Konformität, SPF/DKIM/DMARC, Zahlungsmodellen und Onboarding-Prozessen.", tags: ["SaaS", "DSGVO", "SMTP", "Newsletter"], url: "https://zensend.email", type: "Vibe-Coding Projekt", }, { icon: Zap, iconBg: "bg-amber-100 text-amber-600", title: "KI-Automation mit n8n", desc: "Automatisierte Bildgenerierung, Lead-Prozesse, KI-gestützte Bildprüfung und API/Webhook-Workflows für echte Geschäftsprozesse.", tags: ["n8n", "OpenAI", "Webhooks", "Automation"], type: "KI-Projekt", }, { icon: Database, iconBg: "bg-emerald-100 text-emerald-600", title: "Eigene KI- & RAG-Systeme", desc: "PDF-Verarbeitung, Vektorisierung eigener Dokumente, Pinecone-Integration und eigene Wissensdatenbanken für KI-gestützte Recherche.", tags: ["RAG", "Pinecone", "Vektoren", "LLMs"], type: "KI-Projekt", }, { icon: BarChart2, iconBg: "bg-orange-100 text-orange-600", title: "On-Premise Monitoring", desc: "Vollständige Monitoring-Stacks mit Grafana, Prometheus, Loki und Alloy auf Docker-Basis — transparent, nachvollziehbar, betreibbar.", tags: ["Grafana", "Prometheus", "Loki", "Docker"], type: "Infrastruktur", }, { icon: Server, iconBg: "bg-slate-100 text-slate-600", title: "Mailserver & Groupware", desc: "Betrieb eigener Mailinfrastruktur mit iRedMail, Mailcow, SOGo inklusive vollständiger DNS-Konfiguration, SPF/DKIM/DMARC und Zustellbarkeitsanalyse.", tags: ["Mailcow", "SPF/DKIM", "DNS", "IMAP"], type: "Infrastruktur", }, ]; export function Projects() { return (
Ausgewählte Projekte
Reale Systeme — von der sicheren Upload-Plattform bis zur Newsletter-SaaS und eigenen KI-Infrastruktur.