Show HN: CSV Graph – create charts from CSV files in the browser

Posted by lfdev 18 hours ago

Counter8Comment3OpenOriginal

Comments

Comment by vipulag 15 hours ago

curious how it compares with doing these charts using Claude or any other model?

Comment by lfdev 15 hours ago

[dead]

Comment by anoop_kumar 14 hours ago

Does this run on WebAssembly in the browser?

Comment by lfdev 30 minutes ago

No WebAssembly right now. It runs fully in the browser, but uses JavaScript for CSV parsing and chart rendering.

For small and medium CSV exports, plain JS has been enough so far. WASM could be useful later if I add support for very large files.