Skip to main content
Wintertrace
Browse the documentation

Developer and operations documentation

Technical documentation for Wintertrace: build your own modules and run the software yourself. A neutral reference, not sales copy.

The module system is available: a module registers its capabilities through a ServiceProvider in the core registries, without changing core files. This documentation describes the system as it actually exists today.

A public REST API is planned, but not yet available — it will get its own reference once it exists. These pages do not invent features that are not there yet.

Building modules

How to build your own modules for Wintertrace: the architecture, the lifecycle, the manifest, the ServiceProvider, and the registries a module uses to register capabilities — without touching core files.

Self-hosting & operations

How to run Wintertrace yourself: technical requirements and the path to a working installation on your own web hosting.

The full source code is openly available on GitHub (AGPLv3). For the authoritative detail of any behaviour, the code is the reference.