Skip to main content

Projects.

A selection of shipped products, open-source tools, and experiments. Filtered by stack or just scroll through.

  1. 01

    Trace

    A distributed request-tracing platform for microservices. Captures spans across services, visualizes latency hot-paths, and surfaces p99 bottlenecks in real time.

    • TypeScript
    • React
    • gRPC
    • ClickHouse
  2. 02

    Meld

    A CLI tool for diff-aware schema migrations. Compares two SQL schemas and emits a migration plan with rollback support. Written in Rust for sub-millisecond parse times.

    • Rust
    • PostgreSQL
    • CLI
  3. 03

    Dispatch

    Webhook delivery infrastructure with automatic retries, dead-letter queues, and payload signing. Processes 2M+ events per day for a fintech client.

    • Node.js
    • TypeScript
    • Redis
    • AWS SQS
  4. 04

    Codex UI

    A headless component library for React with zero runtime dependencies. Follows WAI-ARIA authoring practices for every interactive primitive, tree-shakeable by default.

    • React
    • TypeScript
    • Rollup
    • Storybook
  5. 05

    Lumen

    A lightweight HTTP gateway for internal tooling. Handles authentication, rate-limiting, and request logging with configurable middleware chains via YAML.

    • Go
    • Docker
    • Prometheus
  6. 06

    Orbit

    A real-time collaborative whiteboard for distributed teams. Custom conflict-free canvas engine using CRDTs, encrypted room state, and sub-100ms latency on the shared cursor layer.

    • TypeScript
    • React
    • WebSockets
    • CRDT