ForgeForgeHub

The connective tissue
of the Forge platform.

ForgeHub is the event bus that keeps every Forge product in sync. Design changes, job completions, maintenance alerts, and procurement triggers โ€” all flowing through one system, in real time.

One bus. Every product.

๐Ÿ”€

Real-time event bus

Every action in ForgeCAD, ForgeMachine, ForgeMaint, ForgeOps, and ForgeSchematics publishes an event to ForgeHub. Subscribe to the events you need โ€” design changes, job completions, maintenance alerts, procurement triggers.

๐Ÿ”—

No point-to-point integrations

Without ForgeHub, n products mean nยฒ integrations. With ForgeHub, every product publishes to one bus and subscribes from one bus. Add a new product and it works with everything already connected.

๐Ÿ“ก

WebSocket & webhook delivery

Events are delivered via WebSocket for real-time consumers (live dashboards, floor displays) and via webhook for external systems (ERP, MES, SCADA). Guaranteed delivery with retry and dead-letter queue.

๐Ÿ› ๏ธ

Custom integrations

Connect your own systems to ForgeHub using the same JSON-RPC event contract the Forge products use. Publish events from external sources, subscribe to Forge events in your own code.

๐Ÿ“Š

Event timeline & replay

Every event is logged with a timestamp and causality chain. Replay the event stream from any point โ€” useful for debugging integration issues, auditing shop floor decisions, or recovering from downstream failures.

๐Ÿ”’

Scoped access control

Per-product, per-event-type access tokens. Give your ERP read access to ForgeOps job events without exposing ForgeCAD geometry or ForgeMaint maintenance records.

Example event flows

A sample of the cross-product event connections ForgeHub manages automatically.

ForgeCADdesign.revision.publishedโ†’
ForgeMachineForgeOpsForgeProcure
ForgeMachinejob.completedโ†’
ForgeOpsForgeHub timeline
ForgeMaintmachine.alert.raisedโ†’
ForgeMachineForgeOps
ForgeOpsquote.approvedโ†’
ForgeMachineForgeProcure
ForgeProcurepo.raisedโ†’
ForgeOpsExternal ERP
Also in Forge