ChangeTrail – Open-source unified change timeline for incident response

Published: (March 15, 2026 at 07:11 PM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Overview

I built ChangeTrail because every on‑call incident starts with “what changed?”
I’d spend 20 minutes jumping between Kubernetes, GitHub, and AWS dashboards to figure it out.

ChangeTrail collects changes from all those sources and shows them on a single timeline.

Quick start

git clone https://github.com/cvemula1/ChangeTrail.git
cd ChangeTrail
make up

The project runs fully self‑hosted with Docker Compose.

Technology stack

  • Backend: Python / FastAPI
  • Frontend: React

License & contributions

  • MIT licensed.
  • Currently supports Kubernetes and GitHub.
  • ArgoCD and Terraform collectors are good‑first‑issues for contributors.

Feedback on the approach and suggestions for additional sources are welcome.

0 views
Back to Blog

Related posts

Read more »