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 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 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.
A lightweight web app for small engineering teams to manage on-call rotations, send automated shift reminders, and log incidents without a PagerDuty subscription.
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 cheap ESP32 and capacitive moisture sensor that logs soil conditions to a self-hosted dashboard and sends push alerts when your plants need watering.
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 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.
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.
A lightweight API service developers ping from scheduled jobs so that missed or silently-failing crons trigger instant email or Slack alerts.
A CLI tool that reads your git log between two refs and produces grouped, human-readable release notes in seconds.