🚀 Early Access — Free for first 10 users

Ask your database anything in plain English

Connect your PostgreSQL or MySQL database. Ask questions like you'd ask a colleague. Get instant charts, tables, and reports. No SQL required.

InsightQ — Connected to: demo_ecommerce_db
Generated SQL:
SELECT c.name AS category, SUM(oi.quantity * oi.unit_price) AS revenue
FROM order_items oi
JOIN products p ON oi.product_id = p.id
JOIN categories c ON p.category_id = c.id
WHERE oi.created_at >= DATE_TRUNC('quarter', NOW()) - INTERVAL '3 months'
  AND oi.created_at < DATE_TRUNC('quarter', NOW())
GROUP BY c.name ORDER BY revenue DESC;
Revenue by Product Category — Q4 2025
$84.2K
Electronics
$62.1K
Clothing
$45.8K
Home
$31.4K
Sports
$22.9K
Books
$18.3K
Beauty
💡 Insight: Electronics leads with $84.2K (+12% vs previous quarter). Clothing grew fastest at +23%. Beauty is underperforming — consider promotions.
Generated SQL:
SELECT c.name, c.email, MAX(o.created_at) AS last_order,
  COUNT(o.id) AS total_orders, SUM(o.total) AS lifetime_value
FROM customers c
JOIN orders o ON c.id = o.customer_id
GROUP BY c.id, c.name, c.email
HAVING MAX(o.created_at) < NOW() - INTERVAL '90 days'
ORDER BY lifetime_value DESC LIMIT 10;
CustomerLast OrderOrdersLifetime Value
Sarah Chen98 days ago47$12,450
Marcus Johnson112 days ago34$8,920
Aiko Tanaka91 days ago28$7,340
David Park145 days ago22$5,680
⚠️ Alert: 4 high-value customers haven't ordered in 90+ days. Combined lifetime value: $34,390. Recommend a win-back campaign targeting these accounts.
Generated SQL:
SELECT DATE_TRUNC('month', o.created_at) AS month,
  AVG(o.total) AS avg_order_value,
  COUNT(o.id) AS order_count
FROM orders o
WHERE o.created_at >= DATE_TRUNC('year', NOW())
GROUP BY month ORDER BY month;
Average Order Value — 2025 Monthly Trend
$67
Jan
$72
Feb
$69
Mar
$78
Apr
$82
May
$91
Jun
$85
Jul
$94
Aug
$103
Sep
$98
Oct
$112
Nov
$119
Dec
📈 Trend: AOV up 77% YoY ($67 → $119). Strongest growth Sep-Dec. Holiday season + upselling strategy working.

Why teams switch to InsightQ

Stop waiting for your dev team to write SQL. Get answers in seconds.

💬

Natural Language Queries

Ask in plain English: "What were our top products last month?" InsightQ writes the SQL, runs it, and shows the results — with charts.

🔌

Connect Your Real Database

PostgreSQL and MySQL support. Not just CSV uploads — connect to your production (read-only) or staging database for real-time answers.

📊

Instant Visualizations

Bar charts, line graphs, pie charts, tables — auto-selected based on your data. Export as PNG or share a live link with your team.

🔒

Read-Only & Secure

InsightQ never modifies your data. Read-only connections only. Your database credentials are encrypted at rest. SOC2 in progress.

🧠

Learns Your Schema

Upload your data dictionary or let InsightQ auto-detect table relationships. The more you use it, the better it understands your business terms.

📧

Scheduled Reports

Set up daily/weekly reports delivered to your inbox or Slack. "Send me MRR numbers every Monday at 9am" — done.

How InsightQ compares

The $50-100/mo sweet spot nobody else fills.

Feature Julius AI Steep Metabase ThoughtSpot InsightQ
Natural language queries
Live database connection
Non-technical UX
Charts & dashboards
SMB price (/mo)$20-49$50$85$1,250$79
AI-generated insights
Scheduled reports

Simple, transparent pricing

Start free. Upgrade when you're ready.

Starter
$0/mo
Perfect for trying InsightQ
  • 50 queries per month
  • 1 database connection
  • 5 chart types
  • 7-day query history
Get Started Free
Team
$149/mo
For teams & departments
  • Everything in Pro
  • 10 database connections
  • 5 team members
  • Shared dashboards
  • Custom data dictionary
  • Priority support
Contact Us

Be first in line

InsightQ launches soon. Join the waitlist and get free early access — first 10 users get Pro features free for 3 months.