ChangeTrail – Open-source unified change timeline for incident response
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 upThe 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.