Piping logs, visualizing in a web app – just suffix "| npx logscreen"
In plain words
Logscreen is a command-line tool that pipes logs directly into a web app for real-time visualization. Users append "| npx logscreen" to existing commands to view output in a browser instead of the terminal. It's designed for developers and system administrators who want a visual alternative to traditional log viewing. The tool launched in March 2024 and is available on GitHub.
written from the facts on this page · September 2026
Does the same job
all alternatives →- LDLogdy.dev – web based log viewer UI for local development environments2024 · logdy.dev · ▲111
- NFNerdlog – Fast, multi-host TUI log viewer with timeline histogram2025 · github.com · ▲134
For more background and technical details, I wrote this up as well: https://dmitryfrank.com/projects/nerdlog/article
- TATailspin – A Log File Highlighter2023 · github.com · ▲139
There are multiple programs for working with log files, both inside and outside of the terminal. These tools are feature rich and functional and offer lots of control to the user. However, a lot of the time I found myself just opening raw log files in `less`. I enjoy the simplicity of quickly skimming through the logs, but it was difficult when the wall of text was in one color. For this reason, I created a command line tool called `tailspin` (the name is a take on the `tail` command) that did one thing: highlighting of log files. It is configurable, but requires no setup. It defaults to…
- SASshx, a web-based collaborative terminal2023 · github.com · ▲242

More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 27d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, March 2024
the whole month →
- 3Y
Life & fun · 2024 · github.com
Microlaunch▲1,116Launch and get feedback on both the idea and product
Dev tools · 2024 · microlaunch.net


