CYBERSIREN — DOCUMENTATION INDEX

Document: DOCS-INDEX-v1.0 Date: 2026-03-15 Status: GitHub Pages Landing Page Classification: Internal / Graduation Project
Purpose: This index publishes the detailed system specification and the architecture diagram from a single landing page. The HTML documents below render locally and deploy directly to GitHub Pages from the docs directory.

1. Published HTML Documents

System Architecture Specification
DOC-01

Detailed architecture spec sheet with services, message flows, storage responsibilities, and tracked deltas.

FormatPurpose
HTMLPrimary browser-readable spec sheet for GitHub Pages
System Architecture Diagram
DOC-02

Large-format system diagram showing service boundaries, shared data stores, Kafka topics, and end-to-end flow.

FormatPurpose
HTMLInteractive browser view with scalable diagram rendering
URL Low-Latency Model Specification
DOC-03

Full specification for the phishing URL detection model: feature engineering pipeline, training methodology, champion model selection, and evaluation results.

FormatPurpose
HTMLModel internals reference for the URL inference subsystem
Related reference: The only Markdown reference kept alongside these HTML documents is database-schema.md, which documents the database schema in detail.
Viewing note: Use the direct HTML links when a full-window view is preferred. The embedded previews below are intended for quick navigation from the landing page.

2. Embedded Previews

SPECIFICATION PREVIEW Live preview of architecture/architecture-spec-detail.html
DIAGRAM PREVIEW Live preview of diagrams/architecture-diagram.html
URL MODEL SPECIFICATION PREVIEW Live preview of internals/CyberSiren_URL_Low_latency_Model_Specification.html
Deployment note: GitHub Pages serves this file as the site root after the deployment workflow uploads the docs directory artifact.