vizGPT — Library

How charts
work.

Chart-type explainers, D3 and Vega-Lite tutorials, and tool comparisons that name a winner — written while building vizGPT.

bar.vl.jsonVega-Lite
{
"mark": "bar",
"encoding": {
"x": { "field": "month", "type": "ordinal" },
"y": { "field": "runs", "type": "quantitative" }
}
}
0122436JanFebMarAprMayJun

Every chart on this site starts as a spec like this one.

What's here

Who writes this

We build vizGPT.

vizGPT turns a written prompt into a production-ready graphic — Lottie animations, animated SVG, and infographics you can preview and export. The articles here are what we learned making it.

vizGPT Library

Notes on data visualization from the team building vizGPT — one prompt to a finished graphic.

Library

Vega-Lite

vizGPT

© 2026 vizGPT

vizgpt.ai ↗