Pre-AI Governance Layer

Complete ecosystem map — from visitor entry to forensic proof. Every link, every service, every guarantee.

AI processes · Human decides · WINDI guarantees
8
Services
3
Domains
3,110+
Virtue Receipts
3
Tiers P/M/G
01

Human Journey

The complete path a visitor takes from discovery to forensic proof. Every arrow is a verified link. No dead-ends.

🗺️ Navigation Map

From public landing to sealed document — the verified human journey across all 3 domains.

graph TD subgraph PUBLIC["🌐 www.windi-domain.com"] LANDING["🛡️ Landing Page"] P["Personal · Free"] M["Organization · €25-40"] G["Governance · €80-120"] end subgraph DISCOVERY["📚 master.windia4desk.tech"] ECO["Ecosystem Docs"] LIB["Library"] INV["Investor Info"] end subgraph WORKSPACE["🔶 admin.windia4desk.tech"] SUITE["Suite Dashboard"] BABEL["BABEL Editor"] VAULT["Forensic Vault"] COMM["Communiqué"] end subgraph PROOF["⚙️ Backend Services"] LEDGER["Forensic Ledger\n3,110+ receipts"] EXPORT["Export Engine"] end LANDING --> P & M & G LANDING --> ECO ECO --> LIB P & M & G --> SUITE LANDING --> SUITE SUITE --> BABEL SUITE --> VAULT SUITE --> COMM BABEL --> SUITE BABEL --> EXPORT EXPORT --> LEDGER VAULT --> LEDGER style LANDING fill:#C5A572,color:#000,stroke:#C5A572 style LEDGER fill:#4ecdc4,color:#000,stroke:#4ecdc4 style BABEL fill:#f9ca24,color:#000,stroke:#f9ca24 style SUITE fill:#45b7d1,color:#000,stroke:#45b7d1
02

Architecture

Zero-Knowledge by design. The client keeps its data. WINDI keeps only the proof of virtue — hashes, categories, governance metadata. Never sensitive content.

🏗️ Document Governance Chain

From human creation to cryptographic proof — the dual-hash architecture that guarantees document integrity.

graph LR HUMAN["👤 Human\nCreates Document"] --> BABEL["✏️ BABEL\nEditor :8085"] BABEL --> SGE["🔍 SGE\nSemantic Analysis"] BABEL --> EXPORT["📄 Export\nPDF/DOCX :8103"] EXPORT --> HASH["🔐 Dual-Hash\nSHA-256"] HASH --> CH["content_hash\n64-char hex"] HASH --> BH["bundle_hash\n64-char hex"] CH --> LEDGER["📋 Forensic Ledger\n:8101"] BH --> LEDGER LEDGER --> VR["🛡️ Virtue Receipt\nVR-BABEL-xxx"] VR --> BABEL LEDGER --> VAULT["🔒 Vault\nRead-only :8106"] style HUMAN fill:#C5A572,color:#000,stroke:#C5A572 style LEDGER fill:#4ecdc4,color:#000,stroke:#4ecdc4 style HASH fill:#f9ca24,color:#000,stroke:#f9ca24 style VR fill:#C5A572,color:#000,stroke:#C5A572

🛡️ 3-Layer Architecture

Data stays with the client. Proof stays with WINDI. Instruments without data.

graph TB subgraph L1["L1 · CLIENT EDGE"] A4["a4Desk · BABEL"] SGE["SGE · Semantic Engine"] DATA["📁 User Data\nStays Here"] end subgraph L2["L2 · WINDI MESH"] DASH["Controller Dashboard"] ISP["ISP Templates"] SENTINEL["Sentinel LAW"] end subgraph L3["L3 · FORENSIC LEDGER"] HASH["Hashes Only"] MERKLE["Merkle Tree"] VR["Virtue Receipts"] end A4 --> SGE SGE --> DASH A4 -->|"hash+metadata\nNEVER content"| HASH DASH --> SENTINEL HASH --> MERKLE MERKLE --> VR style DATA fill:#ff6b6b,color:#fff,stroke:#ff6b6b style HASH fill:#4ecdc4,color:#000,stroke:#4ecdc4 style VR fill:#C5A572,color:#000,stroke:#C5A572
03

Service Registry

Eight services forming a complete governance ecosystem. Each independently deployable, all cryptographically connected.

:8085

BABEL Editor

Tiptap-based document editor with SGE semantic analysis, ISP template support, and Ledger integration.

Operational
:8100

Suite Dashboard

Central workspace hub. Template cards route to BABEL. Gateway to all tools.

Operational
:8101

Forensic Ledger

SQLite + SHA-256. Hash-only storage. 3,110+ sealed receipts. Content never stored. GDPR/LGPD compliant.

3,110+ receipts
:8102

Sentinel LAW

Constitutional monitoring. 6 permanent invariants checked every 30s. Zero tolerance for drift.

Watching
:8103

Export Engine

Server-side PDF/DOCX generation with Dynamic Header Seal, QR code, and receipt embedding.

Operational
:8104

JMPG Viewer

Governance package viewer. Dual-hash verification. 6 templates. Verifies raw bytes before unzip.

Operational
:8105

Communiqué Engine

Institutional communications. Trilingual. Immutable publishing with Ledger sealing.

Operational
:8106

Forensic Vault

Read-only audit view over the Ledger. Pagination, filters, search, CSV export.

Operational
04

Tiers

Same core engine. Different visibility. From personal document governance to full forensic intelligence.

Personal

Personal

Free
  • BABEL Document Editor
  • Basic SGE Analysis
  • PDF Export
  • Personal Vault
Governance

Governance

€80–120 /user/mo
  • Everything in Organization
  • Forensic Ledger Access
  • Sentinel LAW Monitoring
  • Compliance: BSI C5 + ISO 27001
  • JMPG Bundles
  • Wallet Identity + Agent Certification
05

Build Log — 19 Feb 2026

Three workstreams completed in a single session. 16 prompts executed. 35+ tests passed. Zero rollbacks.

WS-6

Suite → BABEL Connection

Eliminated the dead-end. Suite template cards now route directly to BABEL editor with auto-load.

5 prompts · 9/9 tests · +216 lines · 2 files modified
WS-1

BABEL → Ledger Integration

Every export now generates dual SHA-256 hashes and registers a Virtue Receipt in the Forensic Ledger.

6 prompts · 12/12 tests · windi_hash.py + ledger_bridge.py created
WS-7

Identity Bridge — 3 Islands → 1 Continent

Created tier pages, connected all 3 domains with cross-navigation, fixed Communiqué service.

5 prompts · 14/14 tests · 3 tier pages + cross-domain links