DEV Community

Cover image for The Living Library of Access: Mapping the Hidden Architecture of Equity
S. M. Gitandu, B.S.
S. M. Gitandu, B.S.

Posted on

The Living Library of Access: Mapping the Hidden Architecture of Equity

WeCoded 2026: Frontend Art 💜

This is a submission for the 2026 WeCoded Challenge: Frontend Art

What if history wasn’t written—but computed?

Show us your Art

🔗 Access the System

Note to Judges:

The primary system runs on a Node.js backend hosted on Render.

If it does not load immediately, the service may be waking from a cold start (~30 seconds).

The fallback ensures immediate access to the interface.


This piece is an interactive, force-directed knowledge system—a living graph where influence is computationally derived rather than statically presented.

Users navigate a dynamic constellation of contributors across Computing, Justice, and Medicine, where each node represents a verified origin point of impact.


Inspiration

“Information is not authority. Structure is.”

As The Peculiar Librarian, this work addresses a structural failure in technological history:

the absence of systems designed to preserve marginalized contributions with integrity.

The Living Library of Access functions as a Sovereign Bureau—a deterministic system that encodes influence as structure, not narrative.

Built on the PADI (Practice-Area Depth Index) Technical Standard, the system maps 23 pioneers—including Katherine Johnson, Gladys West, and Alice Ball—as primary nodes in a relational graph.

Conceptual Model

  • Nodes → Verified contributors
  • Edges → Influence pathways
  • Clusters → Practice domains
  • Global Gravity → Structural unification force

Diversity is not additive—it is structural. It stabilizes innovation systems.


My Code

🔗 GitHub Repository: https://github.com/PeculiarLibrarian/padi-sovereign-bureau

Architecture Overview

Frontend

  • D3.js force-directed graph
  • Custom viewport-clamping physics engine
  • Real-time interaction loop

Backend

  • Node.js Sovereign Engine
  • Append-only NDJSON event ledger
    • O(1) writes
    • Immutable state tracking

Computation

  • Path-aware Breadth-First Search (BFS)
  • Influence scoring across relational paths

Methodology

  • “Vibe Coding”
    • Human → system architecture & ontology design
    • AI → simulation logic & infrastructure execution

License

Apache License 2.0


AI Disclosure

AI tools assisted in:

  • D3.js simulation design
  • BFS logic implementation
  • Backend routing and system structuring

All system architecture and conceptual modeling were human-directed.


Final Note

This is not static frontend art.

It is a computational knowledge system—a prototype for structuring, validating, and visualizing influence as a living graph.

Top comments (0)