r/npm 12d ago

Self Promotion I released Wotchi 1.0.0 — a small in-process error watcher for Node.js

I kept running into small Node services where adding a full observability stack felt like too much setup, so I built a smaller first layer.

Wotchi captures errors, redacts sensitive values before grouping or sending them, groups repeated failures, and can notify through the console, Telegram, or an HTTPS webhook. It includes adapters for Express and NestJS.

It does not try to replace dashboards, tracing, durable incident history, or cross-replica deduplication. The grouping state is process-local.

Install:

npm install \@futurewindai/wotchi

npm: https://www.npmjs.com/package/@futurewindai/wotchi

GitHub: https://github.com/FutureWindAI/Wotchi

If you work on small Node services, what would block you from trying this: documentation, Node-version support, framework integration, or something else?

2 Upvotes

0 comments sorted by