Plugins & Integrations System
Ever Gauzy uses a modular plugins & integrations architecture that allows extending the platform with new features, integrations, entities, and UI components without modifying the core codebase.
There are 2 ways to extend the platform:
-
Plugins / Integrations from the codebase repository (
/packages/pluginsfolder). We can call those as built-in plugins or built-in integrations. See plugins-built-in document for more details. -
Plugins / Integrations from the marketplace (added into the platform from NPM packages or Zip files). We can call those as marketplace plugins or marketplace integrations. See plugins-marketplace document for more details.
Related Pagesโ
- Backend Architecture โ NestJS module system
- Integrations Overview โ integration configuration
- Event Bus โ plugin event communication