Synesyn Hub is the backend service layer of the Synesyn framework. It was introduced as the platform matured beyond a collection of Godot plugins and needed a stable place for persistence, provenance, event handling, artifact storage, and heavier computation.
Unlike the visible Synesyn tools, the Hub is not primarily a user-facing interface. It is the shared service layer that allows different modules and applications to work from the same substrate without losing their own boundaries.
The Hub stores sessions, events, artifacts, entities, relations, jobs, and provenance records. It supports replay, auditability, cross-app continuity, and structured hand-off between tools.
It also provides API routes used by SynTree, SynAxes, SynPunkt, ScenSyn, Metapunkt, and other clients. Through the Hub, a scenario trace, a closure, a render result, a context graph, or a generated artifact can become part of a wider project memory rather than remaining trapped in one temporary app state.
The Hub acts as the system-of-record for the Synesyn stack. The Godot client remains the main working surface, but the Hub provides the stable backend against which multiple surfaces can operate.
SynTree can persist conversation threads and context graphs. SynAxes can store projections, clusters, and closures. SynPunkt can retrieve artifacts and connect visual documents to provenance. ScenSyn can store scenario events and session traces. Metapunkt can log orchestration actions and route work through shared services.
In Forward Remembrance, the Hub supports the project’s commitment to auditable generative practice. If AI-generated material is shaped by prompts, roles, symbolic structures, participant choices, and system state, those conditions should be traceable.
The Hub helps make Latent Reality operational by preserving the conditions under which outputs appear. It gives the project a way to ask not only what was generated, but how, from what sources, through which process, and with what consequences.
Synesyn Hub is an evolving Python service layer for local-first, artifact-centered Synesyn workflows.
Project: Synesyn Hub
Framework: Synesyn
Research context: Forward Remembrance: Exploring Latent Utopias
Use areas: Persistence, provenance, event handling, artifact storage, jobs, replay, audit logs, cross-app continuity, substrate queries, and backend services.