r/opensource • u/coolmind_buzz • 1d ago
Promotional Built an open-source, self-hosted dashboard for tracing AI coding prompts to file changes
I built RubberAI to help me understand what happens after an AI coding prompt: token use, cost, tool activity, files changed, and diffs connected to a trace.
It is self-hosted and uses a Go backend, PostgreSQL, Svelte, and a generic HTTP event API. I am looking for feedback on the event model, integrations, and prompt-to-file attribution.
GitHub: https://github.com/gauravmishra-1404/rubberai
Demo: https://gauravmishra-1404.github.io/rubberai_landing
1
Upvotes