Settings

Theme

Show HN: LogSieve – A Client-Side Log Viewer (No Back End, No Build Step)

notesofcliff.github.io

1 points by ilovetux a month ago · 0 comments · 1 min read

Reader

I built LogSieve as a small experiment: Can I build a small, completely client side application to parse and visualize logs.

It turns out the answer is Yes.

Drag and drop a .log or .txt file into the page, and it parses, filters, and visualizes entirely in your browser — no server, no upload, no dependencies. It supports text and regex filters, named-group field extraction, sorting, summary stats, and JSON/CSV export.

You can open it directly on GitHub Pages or just clone the repo and double-click it. Source: https://github.com/notesofcliff/logsieve

Built as a "one-problem" weekend project — it’s basically "just" 900 lines of HTML, CSS, and JS.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection