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.
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.
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.
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.
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.
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.
Per-product, per-event-type access tokens. Give your ERP read access to ForgeOps job events without exposing ForgeCAD geometry or ForgeMaint maintenance records.
A sample of the cross-product event connections ForgeHub manages automatically.