Projects
Tools and utilities I've built to solve real problems — from AI-powered database querying to dependency security auditing.
reqcraft
A zero-dependency, 3kb HTTP client built on native fetch. A secure alternative to axios with the same API — interceptors, retry, timeout, typed errors, and plugins. Built after the axios supply chain attack.
isDisposable
Disposable email detection API with 160,000+ known domains, real-time DNS fingerprinting, and risk scoring. Includes a free offline npm package and a real-time API for catching new disposable services.
QueryMaster
An MCP server that lets you talk to your SQL database in natural language. Connect any SQL database and query it conversationally — no SQL required.
GitHub Issue Reminder
A Chrome extension that helps you stay updated with GitHub repositories. Get timely reminders for issues you care about so nothing slips through the cracks.
revise-deps
A CLI tool for managing dependencies and auditing security in Node.js projects. Scan for outdated packages, check for vulnerabilities, and update dependencies — all from the terminal.