Work/Sales Dashboard
Live DemoDashboards

AI-Powered Sales Dashboard

A full-featured analytics dashboard with KPI tracking, revenue trend charts, order management, product rankings, and a Claude-powered AI chatbot that answers natural-language questions about the data.

Next.jsRechartsClaude AITool UseTypeScriptReact
πŸ“Š

Silicortex

B2B SaaS Β· Analytics Platform Β· Berlin, Germany Β· Analyzing: Jan – Dec 2025

$1,302,400

Annual Revenue

16,848

Total Orders

+18.4%

YoY Growth

Sales Overview Β· 2025

Jan – Dec 2025 Β· Full year dataset

πŸ“ˆ
Key Metrics

KPI Overview

Total Revenue

πŸ’°

$1,302,400

+18.4%

Total Orders

πŸ“¦

16,848

+14.2%

Avg Order Value

πŸ›’

$77.30

+3.7%

Conversion Rate

🎯

4.1%

+0.4pp

New Customers

πŸ‘₯

2,840

+22.6%

Churn Rate

πŸ“‰

1.6%

-0.3pp

Customer LTV

⭐

$620

+8.2%

Repeat Purchase

πŸ”„

71%

+5.1%

YoY Growth

πŸ“ˆ

+18.4%

+2.8pp

Revenue / User

πŸ’΅

$458

+6.3%
πŸ“‰
Revenue

Revenue Trends

Revenue Trend

Revenue Over Time Β· 30D

πŸ”„
Order Analytics

Orders & Comparisons

Breakdown

Order Status Mix

Completed74%
Processing12%
Pending10%
Refunded4%

Comparison

Dec vs Nov (weekly)

This Month
Last Month
πŸ“¦
Product Performance

Products & Correlations

Products

Top by Revenue

Correlation Β· Last 30D

Orders vs Revenue (per day)

🧾
Transactions

Transaction History

Orders

Recent Transactions

OrderCustomerAmountStatusDate
#ORD-9481TechVision GmbH$1,200CompletedDec 28
#ORD-9480DataFlow AG$399ProcessingDec 28
#ORD-9479CloudMind BV$4,800CompletedDec 27
#ORD-9478Pulse Analytics$149PendingDec 27
#ORD-9477Axis Digital$1,200CompletedDec 26
#ORD-9476Nexo Systems$299RefundedDec 26
#ORD-9475BrightData Ltd$399CompletedDec 25
#ORD-9474Sigma Insights$4,800CompletedDec 24
πŸ—‚οΈ
Raw Data

Full Dataset

✦
AI

AI-Powered Insights

AI Insights

Analysis Β· 30D

⚠ Demo Mode β€” no live LLM connectedPre-written examples

Click Analyze to see insights for the 30D period.

πŸ’¬
AI Chatbot

Ask Your Sales Data

AI Chatbot

Ask Your Sales Data Anything

⚠ Demo Mode β€” no live LLM connectedResponses are pre-written examples
✦
Hi! I'm analyzing Silicortex's 2025 sales data. Ask me about revenue, orders, top plans, KPIs, or monthly trends β€” try a suggestion below.

Under the Hood

How This Chatbot Works

β†’
01

You ask a question

Type any natural language question about your sales data β€” no SQL needed.

β†’
02

Claude decides what to fetch

The AI reads your question and picks the right database tool (sales by period, product performance, KPIs).

β†’
03

Tool queries the database

A server-side function runs the query against your real database and returns structured JSON.

04

Claude answers in plain English

The AI receives the data and writes a clear, human-readable response with numbers formatted nicely.

Architecture: Browser β†’ /api/chat (Next.js server) β†’ Claude with 3 tools (query_sales_by_period, query_product_performance, query_kpis) β†’ mock DB β†’ Claude formats answer β†’ Browser. The agentic loop means Claude can call multiple tools in one response if the question needs combined data.