A browser extension that attributes every network request, cookie, and storage write on your site back to the specific vendor tag that caused it.
A service that reads your Postgres schema and generates referentially consistent seed data, so dev and CI stop running on stale copies of production.
A CLI that joins your AWS cost report to Terraform state so every line item points at the module, file, and commit that created it.
A local-first desktop clipboard history tool that indexes everything you copy, lets you search it instantly, and auto-redacts anything that looks like a secret before it's stored.
A CLI that runs EXPLAIN against a shadow database to catch table locks, missing indexes, and full scans in migrations before they hit production.
A self-hosted proxy that captures every inbound webhook (Stripe, GitHub, Shopify) to disk and lets developers replay any past event against local or staging servers on demand.
An ESP32-powered desk light that glows red, yellow, or green based on your team's live build status, so nobody has to alt-tab to check CI.
A self-hosted API that renders branded Open Graph preview images from HTML/CSS templates on demand, so static sites get good social cards without per-post design work.
An outbound proxy that tracks rate-limit consumption across every third-party API you call and warns you before a burst of traffic gets throttled in production.
A CLI that mines your bash/zsh history for repeated command sequences and turns them into named, documented runbooks your team can actually reuse.
A browser extension that captures console errors, failed network requests, and a session replay into one shareable link so users can report bugs without typing a description.
A self-hosted tool that periodically restores random files and databases from your backups into a scratch environment to prove they actually work, not just that they exist.
A CLI that diffs OpenAPI specs between commits or environments and fails the build on breaking changes, catching contract drift before it ships.
A CLI that reads commits and merged PRs since your last tag, groups them by type, and drafts a changelog and release notes post for you to edit and ship.
A self-hosted proxy that sits in front of your webhook endpoints, logs every payload verbatim, and lets you replay or edit-and-replay failed deliveries on demand.
A Tauri app that reads your project directories, lists all .env files, and lets you view, edit, and compare environment variables without touching a terminal.
A YAML-configured single-page app that lists all your team's internal services with live status badges — a shared browser start page with no database and no account required.
A single-binary local reverse proxy that enforces configurable rate limits on outbound API requests, preventing 429s from third-party services without changing a line of application code.
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.