szum - The chart design system: one config, every surface
byā¢
szum turns simple JSON into publication-quality charts. Define a chart once, then render the same result as a PNG/SVG through the API, publish it from Figma, or embed it live. Includes six curated themes, an LLM-friendly grammar, an MCP server, and 250 free keyless renders per month ā no signup required.

Replies
honestly the no signup thing is a nice touch, just dropped in some json and got a clean svg back without filling out a single form. the mcp server idea is smart too, basically cuts out the usual copy paste dance between claude and whatever charting tool you are using
@dilekfrqaĀ thanks ā that was exactly the goal! I wanted the first chart to feel instant, with signup only becoming relevant when you actually want to save or manage things.
And yes, the MCP server is mostly about removing that copy-paste loop and letting the model generate the chart directly where you're already working š
the JSON grammar feels really natural to write by hand, and getting matching SVG and PNG output from the same definition is genuinely useful. wish i had this a few months ago when i was fighting with d3 exports