Real code. Real docs.
No theater.
Custom software requests available for discussion.
Projects with Books
Each project below includes comprehensive documentation written like a book, featuring diagrams, architecture, usage, and implementation details.
Most of these projects are early stage and actively developed.
Filesystems & Databases
SIMD R Drive
Single-file SIMD-optimized storage engine that guarantees aligned, zero-copy binary reads across platforms.
Rust, SIMD, Storage Engine
LLKV
Experimental SQL engine that layers Apache Arrow buffers, a streaming executor, and MVCC over pluggable key-value pagers.
Rust, SQL, Apache Arrow, sqllogictest
Infrastructure & Ops
Muxio
High-performance multiplexing and RPC toolkit for Rust with transport-agnostic framing and lightweight extensible RPC primitives.
Rust, WASM, WebSocket, Real-time Networking
Mosquitto Cloudflare Tunnel
Dockerized Mosquitto broker pre-wired with Cloudflare Tunnel, ACLs, and optional message encryption for remote-first MQTT.
Docker, MQTT
sshfs-mac-docker
Containerized SSHFS + Samba bridge that mounts remote filesystems on macOS without macFUSE hacks.
Docker, Linux, macOS, Samba
Developer Tooling
SQLite sqllogictest Corpus
Docker helper that snapshots the official sqllogictest Fossil repo and extracts the full SQLite regression corpus.
SQL, Docker, Fossil
deepwiki-to-mdbook
Transforms DeepWiki spaces into polished mdBook documentation sites through a repeatable Rust pipeline.
Rust, Python, Docker