---
title: N1 Knowledge Base & Architecture Library
template: splash
---

import { LinkCard, CardGrid } from '@astrojs/starlight/components';

<div class="biotech-hero">
  <h1>N1 Knowledge Base & Architecture</h1>
  <p>Single source of truth for N1 core architecture, security models, system landscapes, technical presentations, and operational guides.</p>
</div>

<div class="biotech-card-grid">
  <a href="/architecture/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 18h12"/><path d="M3 22h18"/><path d="M12 2v12"/><path d="m7 7 5-5 5 5"/></svg>
    </div>
    <h3>System Architecture</h3>
    <p>Service graphs, Forge Runner execution engine, Rosetta translation core, Phoenix Pipeline, and de-identification rules.</p>
    <span class="biotech-badge">14 Specs & Diagrams</span>
  </a>

  <a href="/security/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/><path d="m9 12 2 2 4-4"/></svg>
    </div>
    <h3>Security & Incident Reviews</h3>
    <p>Aegis security protocols, zero-trust network models, forensic incident post-mortems, and threat matrix assessments.</p>
    <span class="biotech-badge">5 Security Logs</span>
  </a>

  <a href="/presentations/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 3h20"/><path d="M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3"/><path d="m7 21 5-5 5 5"/></svg>
    </div>
    <h3>Technical Presentations</h3>
    <p>Nexus product authoring decks, Pinax, Claude Spec System, and Datadog defensive programming architecture.</p>
    <span class="biotech-badge">18 Slide Decks</span>
  </a>

  <a href="/landscape/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect width="18" height="18" x="3" y="3" rx="2"/><path d="M3 9h18"/><path d="M9 21V9"/></svg>
    </div>
    <h3>System Landscape Map</h3>
    <p>End-to-end infrastructure graph covering AWS, Kubernetes clusters, Cloudflare One, AI models, and CI/CD pipelines.</p>
    <span class="biotech-badge">22 Node Maps</span>
  </a>

  <a href="/guides/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1-2.5-2.5Z"/><path d="M6 6h10"/><path d="M6 10h10"/></svg>
    </div>
    <h3>Operational Guides</h3>
    <p>Subscription rollout master plan, phased execution playbooks, pricing specifications, and onboarding models.</p>
    <span class="biotech-badge">9 Guides</span>
  </a>

  <a href="/reports/" class="biotech-card">
    <div class="icon-wrapper">
      <svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/><polyline points="10 9 9 9 8 9"/></svg>
    </div>
    <h3>Clinical Reports & Samples</h3>
    <p>Comprehensive health report samples, longitudinal biomarker profiles, and clinical v1 benchmarks.</p>
    <span class="biotech-badge">4 Sample Specs</span>
  </a>
</div>

<div class="demos-section">
  <h2>Static Report Artifacts</h2>
  <p>Compiled report examples are retained as standalone static HTML:</p>

  <div class="demos-grid">
    <a href="/report-examples/health-data-analysis-report.html" class="demo-chip">
      <span class="demo-icon">📄</span>
      <div>
        <strong>Report Examples Catalog</strong>
        <small>Static clinical output & data analysis</small>
      </div>
    </a>
  </div>
</div>
