Ask your production database anything, in English.
Nothing leaves your network.

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.

🔒 Read-only by construction 🛡 4-layer SQL safety 📝 Every query audit-logged 🏠 On-prem via Ollama 📺 Kiosk dashboards
Why FloorMind

The reporting gap on the factory floor

Your ERP and MES systems hold the answers. Getting them out is the problem.

01

Three slow paths to one answer

Write SQL yourself (error-prone), wait for IT (slow), or export to Excel (outdated by the time it opens).

02

Plain English in, governed answer out

Anyone on the team asks in plain English. FloorMind routes the question to the right domain, generates and validates SQL, and explains the result.

03

Read-only. Always.

FloorMind surfaces your data and never writes to it. Your certified systems of record stay authoritative; we make them answerable, not replaceable.

4independent safety layers on every query
6business domains scoped per question
18pre-built queries answering instantly
0bytes of production data sent to the cloud
How it works

From question to audit-logged answer in four steps

No plugins into your ERP. No data pipelines to build. One read-only connection is enough.

1

Domain routing

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.

2

Fast path or LLM

The 18 most common production questions return pre-tested SQL instantly. Anything else is generated by a local model running on your hardware.

3

Static validation

Every generated query passes sql-sop's 44-rule static analysis plus a second independent validator: writes are impossible, not just discouraged.

4

Execution with evidence

Results render as a table or chart with a plain-English explanation, and the full query record lands in a tamper-evident audit ledger.

Self-serve

Try the demo in 5 minutes

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

Subscription

What a subscription covers

The software runs on your premises. The subscription covers everything that keeps it working there.

Installation and connection

We deploy FloorMind on your hardware and connect it to your read-only replica: SQL Server or PostgreSQL, mapped to your schema.

Schema mapping and tuning

Your tables, your terminology, your domain rules. We tune the question router and the pre-built query library to your operation.

Support SLA and updates

Priority fixes, model and dependency updates, and a named engineer who knows your installation.

Audit-ready evidence

Every query linted, logged, and hash-chained. Governance documentation written for corporate IT and BRC auditors, not just developers.

Pricing

Flat per-site fees, in pounds

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.

Starter

Single site, self-serve install, evaluation and small teams.

£99/month

excl. VAT, billed monthly

  • Up to 2 concurrent users
  • SQLite or PostgreSQL demo setup
  • Pre-built query library
  • Community documentation
  • Email support, 3 business days
Start with a pilot

30-day pilot. Annual billing saves 20%.

Enterprise

Multi-site groups, custom integrations, procurement and auditor requirements.

from £1,200/month

excl. VAT, annual agreement

  • Everything in Pro, multi-site
  • Managed deployment and monitoring
  • ERP / MES integration work
  • Security review support and DPA
  • On-site pilot with success criteria
Contact us

Annual agreement, priced per deployment.

For IT and audit

Built for the security conversation

FloorMind was designed so a security reviewer can verify the controls themselves. The full model is in docs/architecture.md.

LayerControlWhat it prevents
L1Database grantsDedicated read-only database user with explicit DENY on writesAny write reaching the source database
L2Connection routingRead-only intent and replica-only endpointsAny connection to the production primary
L3Static analysissql-sop lint, 44 rules, before every executionWrite semantics, DDL, injection in generated SQL
L4App validatorSecond independent parse with row capsDefence in depth and unbounded result sets

See your own numbers in the demo

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.