// Cerberus Technical Group — single bundled JSX (Babel parallel-loader workaround) // ════════════════════════════════════════════════════════════════════════════ const { useState, useEffect, useRef } = React; const ASSETS = { icon: (typeof window !== "undefined" && window.__resources?.ctgIcon) || "assets/ctg-icon.png", logo: (typeof window !== "undefined" && window.__resources?.ctgLogo) || "assets/ctg-logo-full.png", jay: (typeof window !== "undefined" && window.__resources?.teamJay) || "assets/team-jay.png", ryne: (typeof window !== "undefined" && window.__resources?.teamRyne) || "assets/team-ryne.png", }; const TWEAK_DEFAULTS = /*EDITMODE-BEGIN*/{ "animateOps": true, "accent": "red", "density": "spacious" }/*EDITMODE-END*/; // ──────────────────────────────────────────────────────────────────────── // OpsDiagram — animated operations centerpiece. Three domains converge. // ──────────────────────────────────────────────────────────────────────── // ───────────────────────────────────────────────────────────────── // OpsDiagram — Cerberus emblem with radar sweep + three-pillar readout. // The literal brand mark is the centerpiece; three pillars fan out below // in a coat-of-arms / force-structure feel rather than an abstract network. // ───────────────────────────────────────────────────────────────── function OpsDiagram({ animate = true, compact = false }) { const W = 1000, H = 800; // Three pillar columns, mapped to the three heads of the icon. const PILLARS = [ { key: "CYBER", sub: "Network · Software · SecOps", lines: ["Zero-trust deployments", "Penetration testing", "Threat hunting · IR"], color: "var(--steel-2)", x: 200, }, { key: "TACTICAL", sub: "Comms · Hardware · Field", lines: ["Resilient mesh comms", "Hardware integration", "Field-grade ops"], color: "var(--gold)", x: 500, }, { key: "INTEL", sub: "AI · ISR · Analysis", lines: ["LLM evaluation", "Edge inference", "ISR augmentation"], color: "var(--brand-2)", x: 800, }, ]; // Radar sweep tick const [tick, setTick] = useState(0); useEffect(() => { if (!animate) return; let raf, last = performance.now(); const step = (now) => { setTick(t => t + (now - last) / 1000); last = now; raf = requestAnimationFrame(step); }; raf = requestAnimationFrame(step); return () => cancelAnimationFrame(raf); }, [animate]); // Sweep rotates one full revolution every 14s (slow, contemplative). const sweepDeg = (tick * (360 / 14)) % 360; // Center of the emblem const cx = 500, cy = 290; const r1 = 220, r2 = 170, r3 = 120, r4 = 70; return (
Cerberus Technical Group is the industry's problem solver — a defense and commercial technical group built on hands-on experience across cyber, tactical communications, software, hardware integration, AI, and ISR. No task too small. No problem too big.
FIG · OPERATIONAL POSTURE · {animate ? "ACTIVE" : "STATIC"}
{i.v}
{lede}
}{c.body}
Network defense, software supply chain attestation, threat-hunt operations and incident response.
Comms, hardware integration and mesh overlays engineered for austere environments and rapid stand-up.
Applied AI/ML consulting for ISR augmentation, model evaluation, and edge inference workloads.
Cerberus Technical Group is committed to doing the right thing through a “Never Quit” and “One Team, One Fight” mentality. We strive to be the industry's problem-solvers — filling the gap where no task is too small and no problem is too big.
Consistently strengthening our core foundation of employees and knowledge base, we are becoming better for you, for our families, and for the country we call home. Through our devotion to transparency and honesty, it is our utmost commitment to utilize all resources and knowledge to do our best for you.
Our duty is to prioritize the well-being and growth of our employees, customers, and communities above all else. By investing in the personal and professional development of our team — and delivering exceptional value to our customers — we create positive impact that goes beyond monetary gains. Ethical practices, social responsibility, and a people-centric approach guide every decision.
We aspire to pioneer innovative solutions and set new benchmarks through our understanding of practical applications. By continuously honing skills and insights gained from hands-on experiences, we aim to revolutionize the landscape of our industry — solving complex challenges and inspiring a new standard of achievement.
Cerberus's proprietary self-hosted overlay VPN. Per-peer protocol selection (WireGuard or OpenVPN) inside a single overlay network. Built in-house for tactical and regulated environments where the control plane must stay on-prem.
Unparalleled remote command and control. A ruggedized, cost-effective C2 platform with cloud-based architecture for global accessibility and on-prem-grade data security. Industry-level security, web interface, over-the-air updates.
Edge-inference platform for ISR analyst augmentation — model evaluation, watchlist enrichment, and on-prem deployment of vision/LLM stacks.
Tooling in development — details available under NDA. Contact us to discuss a sponsored prototype or capability sponsorship.
{m.bio}
★ NAMES + HEADSHOTS WITHHELD ON THIS PAGE · FULL BIOS PROVIDED UNDER REQUEST
{it.s}
We respond to capability requests within one business day. Whether you're a federal program manager scoping a SOW or a commercial CISO with an incident — start the conversation. We'll be honest about fit before either side signs anything.