Settings

Theme

Show HN: Jsonl Viewer – An offline JSON Lines viewer in a single HTML file

3 points by Cassandra99 3 months ago · 2 comments · 1 min read


I build AI agents and got tired of squinting at raw JSONL chat logs. Existing online viewers either choke on JSONL or upload your data. So I made one that runs offline in a single HTML file. Paste JSONL → auto-formatted with syntax highlighting. Auto-expands nested JSON strings (common in tool-call args). Toggle to render \n as real line breaks for reading embedded markdown/code. It's just one HTML file — open DevTools to inspect, Ctrl+S to save your own copy and modify however you like. https://tasks.hamsterbase.com/jsonl-viewer/

thatxliner 3 months ago

looks a lot like vscode

  • Cassandra99OP 3 months ago

    It took me half an hour to create this product, which was developed entirely by AI. I simply said, “Redesign the page, using the VS Code style as a reference.”

Keyboard Shortcuts

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