Analyze NetFlow data with an AI chat assistant.
npm install && npm run devOpen http://localhost:5173, click Demo Data tab, then Load Demo Dataset.
- Chat: Ask questions like "show me the top 10 attackers" or "what attacks happened in the last hour"
- Timeline: Scrub through time, adjust playback speed, zoom into specific periods
- Filter: Click column headers to sort, type in filter boxes to narrow results
- Explore: Click any flow row to see details, hover charts for tooltips
Set VITE_MOTHERDUCK_TOKEN to use your own MotherDuck database. Without it, demo mode works with sample data.
See docs/ for architecture and design details.
npm test # Unit tests
npm run test:e2e # E2E tests
npm run build # Production build