ideas.

filed under #dev-tools

29 of 99
idea 099 Aug 21 3 min

See what every third-party script on your page actually does

A browser extension that attributes every network request, cookie, and storage write on your site back to the specific vendor tag that caused it.

browser-extensiondev-toolsprivacy
idea 098 Aug 16 3 min

Fake data that actually respects your schema

A service that reads your Postgres schema and generates referentially consistent seed data, so dev and CI stop running on stale copies of production.

apidev-toolsdataprivacy
idea 097 Aug 10 3 min

Map your cloud bill back to your Terraform code

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.

clidev-toolsfinancedata
idea 096 Aug 07 3 min

Clipboard manager for developers with secret redaction

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.

desktopdev-toolsproductivityprivacy
idea 095 Aug 05 3 min

A pre-commit linter for dangerous SQL migrations

A CLI that runs EXPLAIN against a shadow database to catch table locks, missing indexes, and full scans in migrations before they hit production.

clidev-toolsdata
idea 094 Aug 02 3 min

Self-hosted webhook inspector and replay proxy

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.

self-hosteddev-toolsautomation
idea 093 Jul 31 3 min

A physical traffic light for your CI pipeline

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.

hardwaredev-toolsautomation
idea 092 Jul 30 3 min

Self-hosted OG image generator for blogs and docs sites

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.

apidev-toolsautomationcontent
idea 091 Jul 23 3 min

API rate limit budget tracker

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.

apidev-toolsautomation
idea 090 Jul 20 3 min

Shell history to runbook generator

A CLI that mines your bash/zsh history for repeated command sequences and turns them into named, documented runbooks your team can actually reuse.

clidev-toolsautomationproductivity
idea 089 Jul 19 2 min

One-click bug report capture extension

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.

browser-extensiondev-toolsautomation
idea 088 Jul 15 2 min

Automated backup restore verifier

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.

self-hosteddev-toolsautomationdata
idea 087 Jul 12 2 min

API contract diff checker for CI

A CLI that diffs OpenAPI specs between commits or environments and fails the build on breaking changes, catching contract drift before it ships.

clidev-toolsautomation
idea 086 Jul 05 3 min

Git-aware changelog generator for release day

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.

clidev-toolsautomation
idea 085 Jul 01 3 min

Webhook replay and inspection tool for B2B integrations

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.

apib2bdev-toolsautomation
idea 084 Jun 30 4 min

Desktop .env manager for developers

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.

desktopdev-toolsproductivity
idea 083 Jun 29 4 min

Self-hosted internal dev portal for engineering teams

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.

webteamdev-tools
idea 082 Jun 21 3 min

Local rate-limit proxy for third-party API calls

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.

apidev-toolsautomation
idea 081 Jun 17 3 min

Self-hosted AI code reviewer for GitHub pull requests

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.

self-hosteddev-toolsaiautomation
idea 080 Jun 12 3 min

TypeScript type generator from live API responses

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.

clidev-toolsproductivity
idea 079 Jun 07 3 min

Browser-based interaction recorder for Playwright tests

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.

browser-extensiondev-toolsautomation
idea 078 May 27 3 min

OpenAPI breaking-change detector for CI pipelines

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.

apidev-toolsautomation
idea 077 May 23 3 min

TUI SQLite browser and query runner

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.

clidev-toolsdata
idea 076 May 16 3 min

Self-hosted webhook inspector for local development

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.

self-hosteddev-toolsautomation
idea 075 May 08 3 min

In-browser SQL workbench for CSV files

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.

webdev-toolsdata
idea 074 Apr 30 2 min

Git activity digest for weekly standups

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.

desktopdev-toolsproductivity
idea 073 Apr 26 3 min

Cron-job heartbeat monitor

A lightweight API service developers ping from scheduled jobs so that missed or silently-failing crons trigger instant email or Slack alerts.

apidev-toolsautomation
idea 072 Apr 25 3 min

Triage inbox for GitHub notifications

A browser extension that adds snooze, batch-dismiss, and rule-based auto-filing to GitHub's notification page for developers drowning in alerts.

browser-extensiondev-toolsproductivity
idea 071 Apr 25 3 min

AI release notes from git history

A CLI tool that reads your git log between two refs and produces grouped, human-readable release notes in seconds.

clidev-toolsautomation