Run the district
the way you actually
mean to.
OmniForge HQ pulls your connected platforms, finance, HR, and strategy onto one executive desk — goals, risks, approvals, and the Tuesday board deck. The AI reads your data, never trains on it, and the widgets go where you want them.
No tab sprawl · reads, never trains · public API
The desk · a working instance
Your data. Your layout. Grab any of it.
Real widget types from the dashboard — usage, budget, audit scores, risk, approvals. Drag them anywhere; the desk holds your layout.
Drag the widgets. Build your desk.
3,914
$98.8M
of $142.5M
FY 25–26
- Cyber-insurance renewalHigh
- ESSER funds sunsetMedium
- Bus driver shortageWatch
- PO #4471 · Buses$1.2M
- Field trip — Grade 8
- Vendor: Bright Labs
How it works
From scattered systems to one clear call.
Every source system speaks its own language. OmniForge HQ reconciles them onto one standard, then shapes the result into something your cabinet can actually act on.
01 — CONNECT
Plug in every platform
Wire up OmniForge, Omni Forge SIS, MySmartStudyPartner, Omni Forge IRW and your finance/HR systems. Health, usage, scores, and safety flags stream in — live, with a status dot on each.
02 — UNIFY
One executive surface
Every number is reconciled onto one desk — goals, risks, approvals, vendors, and compliance. No tab sprawl, no status-update theater.
03 — DECIDE
Board-ready in a click
Board Prep assembles the deck; the AI answers from your live data. Walk into Tuesday night already knowing the answer.
Platform
Made for the people who run the district.
One source of truth
Every initiative on a single surface — no more conflicting spreadsheets or screenshot hunts.
Multi-district by design
Run one district or a hundred. Each is isolated; cross-district rollups are a single filter.
Reads, never trains
The AI answers from your data and never trains on it. Row-level scoping all the way to the dashboard.
A real public API
Scoped /api/v1 with bearer tokens, read/full scopes, rate limits, and Swagger docs.
Strategy that survives the board
Strategic plan, goals & KPIs, and a risk register that flags what the board is about to ask — before Tuesday night.
The board deck, already written
Board Prep assembles the numbers, the wins, and the open items into one packet. No screenshot scavenger hunt.
Operations without the tab sprawl
Approvals, vendors, POs, calendar, tasks, contacts, and email — the cabinet's whole day on one surface.
Everything on the desk
Governance
Your district's data stays yours.
Relationship-based authorization is enforced at the core. A district's apps and users can only ever touch that district's records — row-level, all the way to the dashboard.
- Per-district scoping on every query
- Each connector gets its own keyed, limited access
- The AI reads your data and never trains on it
It reads your district. Never trains on it.
Ask the desk in plain language — “where are we against the strategic plan?” — and it answers from your live numbers. Every page carries its context into the assistant, so the answer is about your district, not the internet's.
How are we tracking on the FY budget?
You're at 69.3%utilization — $98.8M of $142.5M. That's 4 points ahead of this point last year, driven mostly by transportation. Want the board-prep summary?
For developers
A real API under the desk.
Every district gets a scoped /api/v1 surface with bearer-token auth, read/full scopes, and per-key rate limits. Browse it in Swagger UI, generate keys in a click — only the hash is ever stored.
$ curl https://api.omniforgehq/api/v1/risks \
-H "Authorization: Bearer ofk_live_…"
{
"data": [
{ "title": "ESSER sunset", "severity": "high" }
], "rate": "119/120"
}