Kiroo
API Interaction Replay & Debugging Suite
Overview
Kiroo is a developer tooling ecosystem built around the concept of 'Git for API Interactions' — capturing, replaying, and inspecting API payloads and headers directly from terminal sessions or via SDK integration.
Engineering Decisions
- Built @kiroo/sdk — reusable middleware for intercepting and logging API calls, integrated as core monitoring infrastructure in urBackend.
- Engineered @kiroo/cli — terminal tooling allowing backend engineers to replay recorded HTTP interactions without modifying source code.
- Awarded 2nd Place nationally in a technical writing contest for authoring an in-depth architecture breakdown of API replay systems.
- Published dual modular packages (@kiroo/sdk & @kiroo/cli) independently on npm.