Skip to content

Commit 52ddc60

Browse files
docs: industry-agnostic positioning + 'Who is this for?' + comparison table (#44)
* docs: add 'Who is this for?' section and comparison table to README * docs: make repo positioning industry-agnostic; verticals are commercial-support focus only
1 parent 91f94e1 commit 52ddc60

1 file changed

Lines changed: 31 additions & 7 deletions

File tree

README.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ The goal is not just natural language SQL. The goal is AI BI that a team can ins
3636
- **Embedded analytics foundation** — use intraQ as a reporting layer for product and internal workflows.
3737
- **Provider-flexible AI** — configure Codex OAuth, OpenAI, or Gemini from the admin UI.
3838

39+
## Who is this for?
40+
41+
intraQ works with **any industry** — if your operational data lives in a SQL database, intraQ adapts to it. There is no vertical lock-in; you define what your data means and intraQ grounds its answers in those definitions.
42+
43+
It's built for teams that want answers from operational data without a dedicated BI function:
44+
45+
- **Operations & business teams** — ask questions in plain English and get trustworthy answers, no SQL or analyst required.
46+
- **Platform & SaaS vendors** — embed white-label AI analytics for your own customers instead of building it in-house.
47+
- **Internal BI & data teams** — self-service analytics grounded in governed, inspectable definitions.
48+
49+
Connect any Postgres, MySQL, or MSSQL database and start asking questions.
50+
51+
> Want a tailored, pre-built knowledge base and hands-on support for your domain? That's available commercially — see [intraq.dev](https://intraq.dev).
52+
3953
## Demo flow
4054

4155
```text
@@ -77,21 +91,31 @@ The public source includes local dashboards, Analyzer, SQL models, MCP, data-sou
7791

7892
It intentionally excludes paid AI Studio, proprietary domain intelligence, control plane, paid release tooling, private operational docs, generated artifacts, credentials, and private operational material.
7993

80-
## Use cases and knowledge bases
94+
## Use cases
8195

82-
intraQ is built for operational reporting where users need more than static charts:
96+
intraQ is built for operational reporting where users need more than static charts — across any industry with SQL-backed data:
8397

84-
- **Hospitality analytics**revenue health, covers, product mix, wastage signals, outlet performance, PMS and POS reporting.
85-
- **Energy retail reporting**accounts, billing cycles, arrears, credit exposure, payments, exceptions, and customer risk.
86-
- **SaaS embedded analytics**customer-facing dashboards over product data.
87-
- **Ecommerce analytics**revenue, orders, products, channels, margins, and customer behavior.
98+
- **Revenue & sales analytics**trends, margins, channels, products, and location performance.
99+
- **Operational & performance reporting**throughput, exceptions, and period-over-period comparisons.
100+
- **Embedded customer-facing analytics** — dashboards over product data inside your own application.
101+
- **Financial & risk reporting**accounts, balances, aging, exposure, and payment behaviour.
88102

89-
Explore practical question sets in [`examples/`](examples/README.md).
103+
You define the metrics and relationships for your domain; intraQ grounds its answers in them. Explore practical question sets in [`examples/`](examples/README.md).
90104

91105
## Comparisons
92106

93107
intraQ is not trying to replace every enterprise reporting suite. It is focused on operational BI workflows where teams want AI-assisted SQL, local control, and dashboards from governed data models.
94108

109+
| Capability | intraQ | Power BI | Metabase | Lightdash |
110+
|---|:---:|:---:|:---:|:---:|
111+
| Plain-English → SQL || Partial | Partial | Partial |
112+
| AI-built dashboards || Partial |||
113+
| Semantic / knowledge layer || Partial | Limited | ✅ (dbt) |
114+
| Evidence & SQL shown for every answer ||| Partial | Partial |
115+
| Self-hosted |||||
116+
| Embeddable / white-label || Limited | Limited | Limited |
117+
| No data team required ||| Partial ||
118+
95119
Detailed comparison pages:
96120

97121
- [intraQ vs Metabase](docs/comparisons/intraq-vs-metabase.md)

0 commit comments

Comments
 (0)