AI Data Intelligence Workspace
Turn your data and documents
into intelligence
GoPie reads your structured datasets and the documents that explain them, then answers in plain language. AI-built dashboards and reports back up every answer. No SQL, no setup, no analyst queue.
STRUCTURED + UNSTRUCTURED IN · INSIGHTS, DASHBOARDS & REPORTS OUT
Built for your data
One workspace, different worlds of data.
GoPie for Public Data
Messy government tables, made AI-ready.
Clean on upload, standardise with predefined codebooks, and analyse datasets alongside the official reports that explain them.
GoPie for SMEs
Scattered business data, in one project.
Spreadsheets, invoices, returns and notes together at last. One-click dashboards and reports that update themselves and reach your stakeholders automatically.
Watch
See GoPie in action.
01 · The shift
Your workday, before and after GoPie.
The numbers sit in spreadsheets, the meaning sits in documents, and answers wait on whoever writes SQL. GoPie reads both and closes that gap.
| economy | growth | year |
|---|---|---|
| India | +7.8% | 2024 |
| Vietnam | +6.4% | 2024 |
| Indonesia | +5.1% | 2024 |
India grew fastest at 7.8%, with emerging Asia leading the pack. The IMF outlook ties the surge to strong domestic demand and easing inflation across the region.
02 · Ask
Plain language in. Evidence out.
Ask in the words you'd use with a colleague. GoPie finds the right datasets, runs the query, and answers with the numbers and the context that explains them.
Every answer shows its working: the datasets it queried, the documents it drew on, and the data behind the conclusion. You stay in the loop, free to check the sources, refine the question, or approve and move on.
Explore chat03 · Dashboards
Dashboards in one click. Not one sprint.
Generate a dashboard from any dataset, or an entire project, in a single click. Then shape it however you like.
Explore dashboardsDataset or project level
Build from a single dataset, or across everything a project knows.
Customise everything
Charts, layouts, filters: deep customisation without touching code.
Chat to edit
Rearrange, restyle or extend a dashboard by describing the change.
Interrogate & export
Ask questions over the data behind any chart. Download it any time.
04 · Reports
From insight to report, instantly.
Turn any insight into a shareable report in seconds, or start from AI-suggested queries and let GoPie draft the first version. You edit and approve before anything is shared.
Explore reportsFive economies drove over half of 2024 global growth
India led at 7.8%, with Vietnam and Indonesia close behind. The top five economies together added 2.3 points to the global rate.
Slower growth across the Eurozone offset part of the gain, leaving the world rate at 3.2% for the year.
05 · Open by design
Under the hood, it's still yours.
No technical knowledge required, but every technical door stays open. Each dataset you upload gets a versioned API endpoint with pagination and filters built in, and a SQL playground when you'd rather write the query yourself.
Explore the developer surface# every dataset, instantly an endpoint
curl https://api.gopie.ai/v1/datasets/
deposits/data
-H "Authorization: Bearer $TOKEN"
-d region=Midwest
→ 200 OK · application/jsonSELECT region,
ROUND(AVG(balance), 1) AS avg_balance
FROM deposits
WHERE year >= 2019
GROUP BY region
ORDER BY avg_balance DESC;
→ 5 rows · 0.14sOpen source at the core.
GoPie Core is fully open source under AGPL-3.0. Read the code, file issues, self-host it with docker-compose or a Helm chart, or let us run it for you.
factly/gopie- Backend
- Go
- AI agents
- LangGraph
- Data & storage
- Postgres + S3-compatible store
- Vector search
- Qdrant
- Interface
- SvelteKit
- Self-host
- Docker · Helm
06 · Data cleaning
Messy public data, made usable.
Government tables arrive with stray spaces, cryptic headers and a dozen spellings of the same place. Enable data cleaning on a project and GoPie standardises it on the way in, dictionaries included.
Explore data cleaning| St_Name | YIELD(2024 ) |
|---|---|
| " Iowa " | 204 |
| Nebraska | NA |
| Kansas | 138 |
Auto-applied · you review & tweak any step
| state_name | state_code | yield_2024 |
|---|---|---|
| Iowa | IA | 204 |
| Nebraska | NE | null |
| Kansas | KS | 138 |
STATE_CODE ADDED FROM STANDARD DICTIONARY
07 · Why GoPie
Not another chat-with-your-data toy.
Plenty of tools bolt an AI chatbot onto a database. GoPie is built around how answers actually get made: data, context, and the artifacts you share.