DEV Community

fatkobra
fatkobra

Posted on

I built an open-source OpsGenie alternative with AI-assisted incident response

I’ve been working on an open-source project called wachd https://github.com/wachd/wachd
— a self-hosted on-call and alert intelligence platform.

The idea is simple:

when an alert fires, the system should help explain why, not just wake someone up.

wachd correlates:

  • alerts,
  • logs,
  • metrics,
  • and recent commits

to generate a probable root-cause analysis before the on-call engineer even opens their laptop.

It’s designed for teams that want:

  • self-hosting,
  • Kubernetes-native deployment,
  • privacy,
  • and flexibility around AI providers (including Ollama for air-gapped setups).

I’m looking for early feedback, bug reports, feature requests, and contributors.

Top comments (0)