A modular set of web utilities built to speed up the backend debugging tasks I run into most often.
What it does
Cryptographic hash generators, JSON/YAML parsers and validators, JWT inspectors, and mock microservice endpoints — all in one place instead of scattered across bookmarks.
Architecture
State and computation run entirely client-side for speed. Persistence and custom mock endpoints are delegated to lightweight, highly scalable AWS Lambda functions.
Status
Actively iterating — new tools get added as I run into new problems worth automating.