amir20/dozzle — reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight web app for watching Docker container logs live in the browser.
I want to open a local page and see all my running containers, search or fuzzy find a container by name, click one, and watch its logs stream in real time without saving log files anywhere. Add useful log searching, including normal text, regex, and SQL style queries if possible. I’d also like split screen viewing so I can compare logs from multiple containers at once.
Please include a clean dark mode interface, live CPU and memory stats for containers, and basic multi user login support. It should work nicely when run as a Docker container with the Docker socket mounted, and support Docker Swarm and multiple Docker hosts through an agent style setup.
Keep it small and fast. Use a Go backend that talks to Docker and a Vue frontend for the browser. Include a Dockerfile and a simple compose example so I can run it on localhost. Look up current Docker and Go docs online if you need to.
Want more depth? Deep Reverse