I built https://screenshot2charts.com, a tool that turns screenshots or CSV/JSON into editable charts. It solves the annoying problem of re-creating messy charts for reports and presentations, especially when all you have is a blurry screenshot of either a chart or some numbers.
From my experience, the biggest difference between vibe-coded projects that go somewhere and the ones that don’t isn’t code quality, it’s whether the builder keeps talking to users after the first version. The “vibe” gets you to ship, but iteration discipline is what turns it into something real.
I built this to scratch my own itch – in companies we use different data services that produce charts in different styles, and unifying them for reports or presentations is a pain. Sometimes you have a CSV export, sometimes just a screenshot from a dashboard, and manually recreating everything is tedious.
How it works:
- Paste a screenshot, drop a CSV or JSON, or describe what you want in text
- AI extracts the data and generates an editable chart
- For clean CSVs, it parses locally without hitting the AI
- Customize colors, themes, labels, and data directly in the browser
Open-source vector engine with GPU backends (WebGPU, OpenGL), runs on microcontrollers to browsers. Now a Linux Foundation project.
https://github.com/thorvg/thorvg
(Disclosure: CTO at LottieFiles, we build and maintain ThorVG in-house, with community contributions from individuals and companies like Canva)