Getting Started
Quick Start
Your first MetricChat query in under 2 minutes.
Step 1: Launch MetricChat
docker run -d -p 3000:3000 metricchat/metricchatStep 2: Connect Your Database
Navigate to localhost:3000 and click Add Data Source. Enter your database credentials — MetricChat supports PostgreSQL, MySQL, Snowflake, BigQuery, and 20+ more.
Step 3: Ask a Question
Type a question in plain English:
"Show me monthly revenue by region for the last 6 months"
MetricChat will write the SQL, execute it against your database, and return the results as an interactive chart.
Step 4: Build a Dashboard
Ask MetricChat to build a full dashboard:
"Create a dashboard showing revenue trends, top customers, and monthly growth rate"
It will design the layout, pick chart types, write all the queries, and render an interactive dashboard.