Show HN: ChartHN – Hacker News' daily top 10, but in diagrams
5 cxumol 0 5/26/2025, 9:49:15 PM cxumol.github.io ↗
For those who are interested in ChartHN's tech stack, here's a brief list:
- HTML to markdown: Jina AI Reader
- Markdown to Graphviz DOT: LLMs
- Graphviz DOT to SVG: Viz.js
- Data Storage: TSV files
- Document updating: GitHub Actions
- Frontend: HTML + CSS + Vanilla JS
There are also side tools linked at the bottom of the ChartHN page:
- a web tool to convert any page to a diagram
- a visual benchmark to compare the performance of LLMs in generating Graphviz DOT data
To fit Graphviz DOT data within a TSV file and reduce file size, I have also developed dot-minify (https://github.com/cxumol/dot-minify) as a sub-project. This is likely to be the world's first tool to minify Graphviz dot format data, according to my research.
No comments yet