A self-hosted collector that records every change to your servers, images, DNS, and certs as a timestamped feed you can scroll during an outage.
A CLI that syndicates markdown posts from a git repo to every platform you publish on, tracking each one in a publish lockfile.
A web app where hourly staff post and claim shift swaps themselves, with rule checks and one-tap manager approval instead of a chaotic group chat.
A self-hosted service that stores your app's strings, drafts translations with an LLM against a glossary, and fails CI when a key goes untranslated.
A lightweight proxy that auto-generates and enforces idempotency keys for outbound API calls, so retries never double-charge or double-ship.
A mobile app for safety and compliance inspectors that runs checklists fully offline in the field, then auto-generates a signed PDF report with photos and geotags on sync.
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.
A web app that watches your invoices, drafts polite but firm follow-up emails as they age, and escalates tone automatically so freelancers stop doing awkward payment chasing by hand.
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.
A browser extension that snapshots and diffs sensitive settings pages in tools like AWS, Stripe, and GitHub, alerting your team the moment something changes.
A self-hosted app that ingests vendor contracts and pricing sheets, extracts renewal dates and auto-renewal clauses, and alerts finance before a bad contract silently rolls over.
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 web app that rechecks every link in a creator's published newsletter or blog archive on a schedule and flags dead, moved, or paywalled URLs before readers hit them.
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 transparent proxy that sits in front of outbound webhooks and third-party API calls, scrubbing PII before payloads leave the network, for compliance-conscious teams.
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.
An ESP32-CAM sensor that watches your mail slot or porch, classifies deliveries versus junk mail with a small vision model, and pushes a notification only when it matters.
A web app that pulls PagerDuty, Slack, and Jira activity from an on-call shift and drafts structured handoff notes for the next engineer.
A CLI that diffs OpenAPI specs between commits or environments and fails the build on breaking changes, catching contract drift before it ships.
A self-hosted tool that connects to your SaaS admin APIs, flags unused seats and duplicate tools, and estimates monthly savings before renewal.
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 email alias service paired with a browser extension that generates and fills a fresh forwarding alias on any signup form in one click.
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 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 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.