FeaturesAI Chart Builder

AI Chart Builder

The AI chart builder lets you describe a chart in plain English and receive a rendered result — no SQL required. It uses Claude to translate your question into a ClickHouse query, executes it, and renders the result.

Usage

  1. Go to AI Chart in the dashboard
  2. Type your question in the input field:
    • “Show me daily signups for the past 30 days”
    • “Which feature is used most by Growth plan users?”
    • “What is the conversion rate from page_view to signup this week?”
  3. Press Build chart or hit Enter
  4. Review the rendered chart and optionally save it to Saved Queries

Capabilities

Question typeExample
Trend”Daily active users last 14 days”
Funnel”Conversion from trial_start to first_payment”
Breakdown”Events by country this month”
Cohort comparison”Retention of users who used feature X vs not”
Top-N”Top 10 pages by page_view count”

Quotas

PlanQueries / day
Starter50
Growth200
Scale1 000 (higher available on request)

Queries count against your daily quota even if they return an error. The quota resets at midnight UTC.

Privacy

The AI chart builder sends your event schema (event names and property keys) to Claude. Event property values are never sent — only the structural metadata needed to write a valid query.

If you need air-gapped AI: the Scale plan supports self-hosted LLM integration. Contact us.