An n8n workflow that catches GitHub PR webhooks, sends each diff to a local Ollama model, and posts a review comment back — no external AI API required.
A CLI tool that hits a real HTTP endpoint, captures the response shape, and writes a TypeScript interface and optional Zod schema — no manual JSON pasting required.
A browser extension that records user clicks and form interactions, then exports them as ready-to-run Playwright test scripts — no manual test authoring needed.
A CLI tool that diffs two OpenAPI specs, classifies each change as breaking or safe, and exits non-zero in CI so you catch accidental contract regressions before they ship.
A terminal UI app that lets developers open any SQLite file, browse tables and schemas, and run arbitrary SQL queries — all without leaving the command line or installing a GUI.
A lightweight self-hosted service that captures, stores, and replays inbound HTTP webhooks so developers can debug third-party integrations without exposing localhost or paying for managed tunnels.
A web app that runs DuckDB in WebAssembly so analysts and developers can drag in CSV files, query them with SQL, and export results — no server, no signup, no data leaving the browser.
A desktop tray app that watches your local Git repos and assembles a weekly activity summary you can paste straight into a standup or status email.
A lightweight API service developers ping from scheduled jobs so that missed or silently-failing crons trigger instant email or Slack alerts.
A browser extension that adds snooze, batch-dismiss, and rule-based auto-filing to GitHub's notification page for developers drowning in alerts.
A CLI tool that reads your git log between two refs and produces grouped, human-readable release notes in seconds.