AI-Powered Visualization

Describe it. We render it.

Turn any description into a publication-quality chart. No design skills needed.

New

Reimagine Any Chart

Upload a screenshot of any chart — from Excel, Google Sheets, PowerPoint — and get a stunning redesign in seconds.

1 free reimagine per day.

Every Chart Type You Can Imagine

Just describe what you want. The AI picks the perfect visualization.

Bar & Column
Comparisons, rankings, distributions
Line & Area
Trends, time series, forecasts
Pie & Donut
Composition, proportions, share
Sankey
Flows, budgets, user journeys
Treemap
Hierarchies, portfolios, breakdowns
Radar & Spider
Multi-dimensional comparisons
Heatmap
Density, correlation matrices
Scatter & Bubble
Relationships, clustering, outliers
Flowchart
Processes, decision trees, workflows
Sequence Diagram
API flows, system interactions
Gantt
Timelines, project schedules
Sunburst
Nested hierarchies, drill-downs

How It Works

1

Describe

Tell us what you want in plain English. Data, concepts, relationships — anything.

2

Generate

Our AI designs a bespoke visualization from scratch — not a template. Every chart is unique.

3

Download

Get a crisp, retina-quality PNG ready for presentations, reports, or embedding anywhere.

Simple Pricing

Start free. Upgrade when you need more.

Free

$0
  • ✓ 3 charts per day
  • ✓ All chart types
  • ✓ All styles
  • ✓ PNG download
  • ✓ CSV data (10 rows)
Get Started
Popular

Pro

$9/mo
  • ✓ 50 charts/day
  • ✓ No watermark
  • ✓ Chart refinement
  • ✓ SVG + transparent PNG
  • ✓ CSV data (unlimited rows)
  • ✓ HTML output
  • ✓ Embed charts (no branding)
  • ✓ Priority rendering

API

$29/mo
  • ✓ Everything in Pro
  • ✓ REST API access
  • ✓ MCP integration
  • ✓ 200 charts/day

Works Everywhere

Use ChartForge from any LLM, any tool, any workflow.

🔌

Claude MCP

Install as a Claude Desktop plugin. Generate charts inline in conversations.

npx chartforge-mcp
🤖

ChatGPT Actions

Add chart generation to any GPT via OpenAPI Actions.

openapi.yaml

REST API

Simple POST endpoint. Works with any LLM via function calling, or your own code.

Get API Key
📄

LLM Instructions

A markdown file any LLM can use to call ChartForge without plugins.

instructions.md
REST API Example
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"
  }'