Menu

Post image 1
Post image 2
1 / 2
0

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

DEV Community·fatkobra·18 days ago
#idvNAL9A
#ai#devops#opensource#showdev#wachd#self
Reading 0:00
15s threshold

fatkobra

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.

Read More