Aggregate and monitor activity across multiple Git repositories.
- Track pull requests (created, merged, closed)
- Track commits across repositories
- Track issues (created, closed)
- Filter activity by time range (last hour, day, week, etc.)
- Security analysis of changes (future)
- Elixir / Phoenix
- Phoenix LiveView for real-time updates
- SQLite for local storage
- GitHub API integration
mix setup
mix phx.serverVisit localhost:4000 in your browser.
# Run tests
mix test
# Run with interactive shell
iex -S mix phx.server