Code

Trellis

Spec-driven orchestration for AI coding agents. Separates planning from execution because agents that think before they type produce better code.

TypeScriptAI AgentsOrchestration

Icey

The C++ media stack. Modular C++20 toolkit that unifies FFmpeg, libuv, OpenSSL, and libdatachannel into a composable pipeline for building media servers, video pipelines, and real-time communication systems.

C++20libuvFFmpegOpenCVOpenSSL 3.xWebRTC

Moxygen

Doxygen XML to Markdown converter. Two-pass parser, deferred reference resolution, pluggable templates. Because Doxygen's HTML output looks like Windows 3.1.

TypeScriptDoxygenMarkdownHandlebars

Sourcey

Open source documentation platform. Point it at an OpenAPI spec, add markdown guides, get a complete docs site with code samples in 10 languages. Static HTML you own; no dashboard, no monthly bill, no vendor lock-in.

TypeScriptPreactOpenAPIViteShiki

Symple

Real-time messaging and presence protocol we designed from scratch. WebRTC signalling, scoped messaging, Redis horizontal scaling. The protocol-level work that taught us how to think about MCP.

Node.jsSocket.IO 4WebRTCRedisRuby

Pacm

C++ package manager for distributing compiled plugins, model files, and binary assets. Async downloads, SHA-256 verification, SDK version locking, atomic installation.

C++20libuvHTTPSHA-256ZIP

Pluga

Minimal C++ plugin system that solves the hard problem - ABI-stable dynamic loading across compilers and platforms with a single header file.

C++20Dynamic LoadingABI Versioning