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.