Hacker News new | ask | show | jobs
Show HN: Jsonl Viewer – An offline JSON Lines viewer in a single HTML file
3 points by Cassandra99 72 days ago
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/
1 comments

looks a lot like vscode
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.”