Marketplace Plugin System
Plugin Architecture, Marketplace Integration, and Plugin Development
The Ever Gauzy Marketplace Plugin System enables third-party developers and internal teams to extend the platform with modular, isolated, and independently deployable plugins. The framework supports installation from npm registries, CDN endpoints, and local archives, with complete lifecycle orchestration including dependency resolution, activation, deactivation, and persistent metadata management.
Documentation Guide
Core Architecture
| Page | Description |
|---|---|
| Plugin Architecture | Extension point model, lifecycle semantics, IPC, and the plugin interface contract |
| Runtime System | PluginManager, download strategies, storage, lazy loading, and the event system |
| Marketplace Infrastructure | PluginService API, platform targeting, subscriptions, and distribution |