ideas.

filed under #automation

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 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 037 Jun 05 3 min

Global hotkey manager for shell commands and webhooks

A cross-platform desktop app where developers bind system-wide keyboard shortcuts to shell commands, HTTP webhooks, or app launches, configured via a plain JSON file.

desktopsolo-devautomation
idea 036 May 29 3 min

Self-hosted on-call rotation scheduler

A lightweight web app for small engineering teams to manage on-call rotations, send automated shift reminders, and log incidents without a PagerDuty subscription.

self-hostedb2bautomationproductivity
idea 035 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 034 May 26 2 min

ESP32 plant moisture monitor

A cheap ESP32 and capacitive moisture sensor that logs soil conditions to a self-hosted dashboard and sends push alerts when your plants need watering.

hardwareconsumerautomation
idea 033 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 032 May 13 3 min

Dependency license auditor for commercial projects

A CLI tool that scans package manifests across npm and PyPI, resolves each dependency's SPDX license, and flags violations against a policy file — so teams shipping commercial software catch license drift before it ships.

cliteamautomation
idea 031 May 01 3 min

BLE room presence detector for home automation

A $4 ESP32 board that passively scans for your phone via Bluetooth and publishes room occupancy to a local MQTT broker — no cloud, no camera, no app.

hardwareconsumerautomationprivacy
idea 030 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 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