Scavenger is a web toolkit for harvesting rendered components from any webpage and reconstructing them as standalone Web Components that can be exported as single HTML files. It includes four core primitives—patchbay (runtime), kernel (harvesting script), quests (live data bridge), and compiler (authoring environment)—enabling users to create portable web tools without dependencies, build steps, or frameworks.
Srvquery is a TypeScript toolkit for querying game servers, offering both low-level binary and transport primitives through @srvquery/core and high-level protocol clients for Valve, Minecraft, SA-MP, and FiveM servers with schema validation and automatic retries.
A11 is an open-source toolkit that converts async functions into reusable, typed actions with named inputs and outputs that can stream across local processes, services, browsers, or be invoked by AI models. It provides a unified interface for orchestration, discovery, and remote execution without requiring a graph or agent runtime, integrating with frameworks like LangGraph, MCP, and gRPC.