Which station and shift need attention?
1,075 kg scrapVA Line night shift, across 19 runs. Conversion was 92.5%, with 7.5 minutes average downtime per run.
FloorMind is a governed, read-only AI query layer for factories. Managers and shift leads type a question (yield, waste, traceability, compliance, overtime) and get an answer in seconds, with every query linted and audit-logged. It runs on a single laptop next to your data: no cloud, no API keys, no data export.
Your ERP and MES systems hold the answers. Getting them out is the problem.
Write SQL yourself (error-prone), wait for IT (slow), or export to Excel (outdated by the time it opens).
Anyone on the team asks in plain English. FloorMind routes the question to the right domain, generates and validates SQL, and explains the result.
FloorMind surfaces your data and never writes to it. Your certified systems of record stay authoritative; we make them answerable, not replaceable.
No plugins into your ERP. No data pipelines to build. One read-only connection is enough.
Your question is mapped to one of six business domains (production, traceability, orders, compliance, staff, stock) so the model only ever sees the tables that matter.
The 18 most common production questions return pre-tested SQL instantly. Anything else is generated by a local model running on your hardware.
Every generated query passes sql-sop's 44-rule static analysis plus a second independent validator: writes are impossible, not just discouraged.
Results render as a table or chart with a plain-English explanation, and the full query record lands in a tamper-evident audit ledger.
Captured from the running demo. No mockups.
Complex questions across production, sales and traceability. SQL is generated, safety-checked, executed and audit-logged.
VA Line night shift, across 19 runs. Conversion was 92.5%, with 7.5 minutes average downtime per run.
Morrisons Fish Pie Mix, from 1,428 kg delivered at a weighted GBP 15.69 per kg.
North Atlantic, wild-caught, Iceland. Linked to one trace ID in this sample dataset.
These examples use synthetic demo data and a hosted Groq model. No customer or production data is shown.
Everything below runs against synthetic demo data on your own machine. No signup, no API keys, no data sent anywhere.
# 1. Get the code and set up Python 3.11+
git clone https://github.com/Pawansingh3889/FloorMind.git
cd FloorMind
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
# 2. Seed 60 days of synthetic factory data
python scripts/seed_demo_db.py
# 3. Run the app
streamlit run app.py # โ http://localhost:8501
# Optional: local LLM for open-ended questions
ollama pull gemma3:12b
# Optional: kiosk dashboard for a TV screen
FLOORMIND_KIOSK=1 streamlit run kiosk.py
Full setup guide with Mac and Linux notes: docs/setup.md
The software runs on your premises. The subscription covers everything that keeps it working there.
We deploy FloorMind on your hardware and connect it to your read-only replica: SQL Server or PostgreSQL, mapped to your schema.
Your tables, your terminology, your domain rules. We tune the question router and the pre-built query library to your operation.
Priority fixes, model and dependency updates, and a named engineer who knows your installation.
Every query linted, logged, and hash-chained. Governance documentation written for corporate IT and BRC auditors, not just developers.
Excluding VAT. No per-seat billing: the whole floor uses it. Comparable hosted tools charge per small team and meter your usage; FloorMind is flat.
Single site, self-serve install, evaluation and small teams.
excl. VAT, billed monthly
30-day pilot. Annual billing saves 20%.
A running production site with a live database and named recipients for alerts.
excl. VAT, billed monthly
30-day pilot available. Annual billing saves 20%.
Multi-site groups, custom integrations, procurement and auditor requirements.
excl. VAT, annual agreement
Annual agreement, priced per deployment.
FloorMind was designed so a security reviewer can verify the controls themselves. The full model is in docs/architecture.md.
| Layer | Control | What it prevents |
|---|---|---|
| L1Database grants | Dedicated read-only database user with explicit DENY on writes | Any write reaching the source database |
| L2Connection routing | Read-only intent and replica-only endpoints | Any connection to the production primary |
| L3Static analysis | sql-sop lint, 44 rules, before every execution | Write semantics, DDL, injection in generated SQL |
| L4App validator | Second independent parse with row caps | Defence in depth and unbounded result sets |
Send us a question your team asks every week. We will answer it live against a copy of your data, read-only, on your machine. If the demo does not convince you, nothing will.