Logdy
Real-time log viewer with an embedded web UI
2.3k stars 74 forks last commit first released Apache-2.0
Slowing down
No commits since 25 Aug 2025. Check the issue tracker before you rely on it.

Logdy is a lightweight, zero-dependency log viewer that streams logs into a local web UI for real-time browsing, searching, and filtering. It can be used like classic CLI tools (tail, grep, awk, jq) while providing an interactive interface in the browser.
Key Features
- Single-binary, zero-dependency distribution with an embedded web UI
- Real-time log streaming from files, stdin, sockets, or a REST API
- Filtering and exploration via facets and full-text search
- TypeScript-based custom parsers and derived columns, edited in the browser
- Supports plain text and structured logs (including JSON)
- Optional UI authentication via API key and/or UI password
- Can be embedded as a Go library to send application logs directly
Use Cases
- Tailing and interactively inspecting application logs during local development
- Exploring large log files with fast filtering, search, and structured parsing
- Lightweight log viewing for a host or container without running a full log stack
Limitations and Considerations
- Designed for interactive viewing and lightweight ingestion; it is not a full log aggregation/SIEM platform
- Stores logs in an in-memory buffer by default, so very large or long-running streams require tuning buffer limits
Logdy is well-suited for developers who want a fast, private, local-first log viewer with powerful UI-based parsing and filtering. It complements CLI workflows while adding a structured exploration interface without requiring a separate server stack.
Categories:
Tags:
Tech Stack:
Similar to Logdy
Dozzle
Real-time web log viewer for container workloads
Lightweight web-based real-time log viewer for Docker containers, with support for Docker Swarm and Kubernetes, plus search, split view, and optional authentication.
LogForge
Developer-focused monitoring and alerting for Docker containers
Self-hosted Docker monitoring: real-time logs, per-container terminals, rules-based alerts and safe auto-remediation for developer teams.

Quickwit
Cloud-native, sub-second search on cloud storage for logs and traces.
Open-source cloud-native search engine for observability data on object storage with an Elasticsearch/OpenSearch-compatible API.

Traefik Log Dashboard
Real-time analytics dashboard for Traefik reverse proxy logs
Real-time dashboard to analyze Traefik logs with GeoIP, status code breakdowns, filters, and multi-agent metrics via a Go agent and web UI.


Graylog
Centralized log management and analysis platform
Graylog is an open source platform for collecting, indexing, searching, and alerting on logs and machine data from many sources in one place.

Kubetail
Real-time Kubernetes logging dashboard for browser and terminal
Kubetail is a real-time Kubernetes logging dashboard and CLI that merges multi-container workload logs into a single timeline, running on desktop or inside your cluster.


