ideas.

filed under #dev-tools

11 of 39
idea 039 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 038 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 037 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 036 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 035 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 034 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 033 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 032 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 031 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 030 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 029 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