allinurl/goaccess — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a fast, privacy friendly web traffic analyzer that works from server access logs instead of tracking users in the browser.

I want to point it at an Apache, Nginx, Caddy, AWS, IIS, or custom log file and immediately see what’s happening on my site. It should have a live terminal view for SSH sessions and also be able to generate a live HTML dashboard I can open in a browser. Show useful stats like visitors, hits, bandwidth, slow requests, busy pages, virtual hosts, traffic over time, and anything that helps spot weird bots, scanners, brute force attempts, or unusual traffic spikes.

Keep it lightweight and usable on Unix style systems. It should handle big log files, keep processing new lines as they arrive, support saving progress so I can continue later, and export reports as HTML, JSON, or CSV. Include basic setup instructions, example commands, and Docker usage so I can run it quickly.

Want more depth? Deep Reverse