A client-side log analysis tool that detects error spikes, clusters similar errors, and suggests root causes.
- Spike Detection: Automatically identifies timestamps with unusually high error rates
- Error Clustering: Groups similar errors and shows their distribution
- Root Cause Analysis: Suggests likely causes based on error patterns
- Export Reports: Generate JSON reports and GitHub issue drafts
npm install
npm run dev- Upload a log file (see
public/sample-logs.txtfor format) - View the timeline chart showing error spikes
- Review clustered errors and root cause summary
- Export JSON report or generate GitHub issue
2026-01-20T12:03:15Z [ERROR] TokenExpirationError: auth-service
Pattern: TIMESTAMP [LEVEL] ErrorType: component-name
- Next.js 13 + TypeScript
- Client-side log parsing (no backend required)
- Responsive UI with timeline visualization