Open Source

Things I maintain and help build in the open.

01

ChowBea Axios

Owner

A CLI tool that generates fully-typed Axios clients straight from an OpenAPI specification, so hand-written type definitions never drift out of sync with the backend. It adds path- and operation-based calling, a Result-pattern error model ({ data, error } instead of thrown exceptions), spec-aware caching, and an interactive dashboard for the generation workflow.

02

Chowbea PDF

Owner

Free, ad-free PDF tools that run in the browser — compress, lock, unlock, merge, convert, and rotate. Jobs go through a RabbitMQ-backed queue so heavy load never takes the service down; no accounts required.

03

reactuse

Contributor

A library of 115+ production-ready React hooks covering sensors, UI, state and browser APIs — tree-shakable, fully typed, and SSR-safe for Next.js and Remix. It ships interactive documentation and MCP-based discovery, and is used in production by teams including Shopee and Ctrip.

04

GitNexus

Contributor

A code-intelligence tool that indexes a repository into a queryable knowledge graph, giving AI agents the structure, dependencies and execution flows of a codebase in a single query. It handles multi-language parsing, clustering, process tracing and hybrid search, with MCP integration for editors like Claude Code and Cursor.