Systems Directory

Engineering Projects & Codebases

Open source infrastructure projects, custom engines, zero-trust network daemons, and system utilities developed at StackByNB.

Article

SplitMate Consensus Engine

Production Ready

SplitMate Consensus Engine

A high-performance distributed transactional ledger and replication manager built in Rust, powered by lock-free CPU pinning.

Architecture Blueprint

Single-threaded consensus core communicating with a multi-threaded asynchronous network and persistence engine via MPSC ring buffers.

Article

CloudPulse Observability

Active Development

CloudPulse Observability

A Kubernetes kernel monitoring agent using eBPF, Aya, and Rust to trace microsecond latencies and TCP anomalies.

Architecture Blueprint

An in-kernel eBPF packet tracepoint mapping metrics into a shared ring buffer. A user-space daemon publishes metrics to Prometheus.

RusteBPFAyaKubernetesPrometheus
Article

NetGuard WireGuard Controller

Experiment

NetGuard WireGuard Controller

A Linux network traffic routing and security system based on dynamic WireGuard tunnels and kernel routing tables.

Architecture Blueprint

An agent tracking dynamic node registries, generating local WireGuard interfaces, and injecting kernel routes dynamically.

LinuxWireGuardGoiptables
Article

InferCache AI Router

Production Ready

InferCache AI Router

A prefix-aware, consistent hashing proxy that speeds up LLM token output by routing prompts to active GPU KV-Cache sites.

Architecture Blueprint

An asynchronous proxy intercepting conversational prompts, hashing their message prefixes, and routing them to target GPUs.