https://github.com/vendurehq/community-plugins
Community-maintained plugins for Vendure
https://github.com/vendurehq/community-plugins
vendure-plugin vendure-plugins
Last synced: 2 months ago
JSON representation
Community-maintained plugins for Vendure
- Host: GitHub
- URL: https://github.com/vendurehq/community-plugins
- Owner: vendurehq
- License: other
- Created: 2026-02-06T16:41:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T09:44:50.000Z (2 months ago)
- Last Synced: 2026-04-04T07:39:38.586Z (2 months ago)
- Topics: vendure-plugin, vendure-plugins
- Language: TypeScript
- Homepage:
- Size: 3.24 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Vendure Community Plugins
Community-first plugins for the Vendure e-commerce framework
Documentation |
Website |
Discord
## Packages
| Package | Description | npm |
|----------------------------------------------------------------------------|--------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| [`@vendure-community/elasticsearch-plugin`](packages/elasticsearch-plugin) | Elasticsearch-based search for Vendure | [](https://www.npmjs.com/package/@vendure-community/elasticsearch-plugin) |
| [`@vendure-community/braintree-plugin`](packages/braintree-plugin) | Braintree payment integration | [](https://www.npmjs.com/package/@vendure-community/braintree-plugin) |
| [`@vendure-community/mollie-plugin`](packages/mollie-plugin) | Mollie payment integration | [](https://www.npmjs.com/package/@vendure-community/mollie-plugin) |
| [`@vendure-community/stripe-plugin`](packages/stripe-plugin) | Stripe payment integration | [](https://www.npmjs.com/package/@vendure-community/stripe-plugin) |
| [`@vendure-community/sentry-plugin`](packages/sentry-plugin) | Sentry error tracking integration | [](https://www.npmjs.com/package/@vendure-community/sentry-plugin) |
| [`@vendure-community/stellate-plugin`](packages/stellate-plugin) | Stellate CDN cache purging | [](https://www.npmjs.com/package/@vendure-community/stellate-plugin) |
| [`@vendure-community/pub-sub-plugin`](packages/pub-sub-plugin) | Google Cloud Pub/Sub job queue strategy | [](https://www.npmjs.com/package/@vendure-community/pub-sub-plugin) |
| [`@vendure-community/punchout-gateway-plugin`](packages/punchout-gateway-plugin) | Punchout/cXML procurement gateway | [](https://www.npmjs.com/package/@vendure-community/punchout-gateway-plugin) |
## Community Ownership
These plugins are **community-first** — the Vendure core team provides support and infrastructure, but day-to-day ownership sits with dedicated maintainers. Each plugin ideally has one dedicated maintainer or maintainer group (e.g. an agency) who drives development, reviews PRs, and handles releases.
**Want to maintain a plugin?** Reach out at [contact@vendure.io](mailto:contact@vendure.io?subject=Community%20Plugin%20Maintainer%20Interest).
## Migration from `@vendure/*`
These packages were extracted from the main [vendurehq/vendure](https://github.com/vendurehq/vendure) monorepo. If you're migrating from the original `@vendure/*` packages, see the full [Migration Guide](MIGRATION.md).
## Contributing
We welcome contributions from the community. See [CONTRIBUTING.md](CONTRIBUTING.md) for setup instructions, testing, and the release process.
## License
GPL-3.0-or-later. See [LICENSE.md](LICENSE.md).