Small plugins
Each manifest declares identity, capabilities, and dependencies before plugin code is imported.
Build inspectable operations plugins on a typed Python runtime, then discover and manage them through an optional web console.
THE OPERATING MODEL
ReliaForge supplies the contracts that small operations plugins usually rebuild: discovery, dependency validation, lifecycle management, typed settings, health snapshots, service sharing, and a versioned management API. Your plugins supply the domain behavior.
READ-ONLY DEMO
The online demo runs the production React interface against validated static snapshots of two neutral example plugins. It sends no management API requests and never pretends to execute lifecycle transitions.
For the complete runtime, follow the local quick start.