Turn any description into a stunning, publication-quality chart or diagram. No design skills needed. No data formatting. Just words.
Try It FreeJust describe what you want. The AI picks the perfect visualization.
Describe any chart or diagram. Be as specific or as vague as you want.
Tell us what you want in plain English. Data, concepts, relationships — anything.
Our AI designs a bespoke visualization from scratch — not a template. Every chart is unique.
Get a crisp, retina-quality PNG ready for presentations, reports, or embedding anywhere.
Start free. Upgrade when you need more.
Use ChartForge from any LLM, any tool, any workflow.
Install as a Claude Desktop plugin. Generate charts inline in conversations.
Simple POST endpoint. Works with any LLM via function calling, or your own code.
A markdown file any LLM can use to call ChartForge without plugins.
curl -X POST https://chartforgeai.com/api/generate \
-H "Authorization: Bearer cf_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Monthly revenue trend, $50K to $500K over 12 months",
"style": "midnight"
}'