Plugin Development Guide
Create custom plugins to extend Ever Gauzy functionality.
Overviewβ
Gauzy's plugin architecture allows developers to add new features, integrations, and modules without modifying the core codebase.
Plugin Structureβ
A typical plugin follows this directory structure:
packages/plugins/my-plugin/
βββ src/