2021-02-25 16:01:36 +01:00
|
|
|
---
|
|
|
|
id: integrations
|
2021-06-09 14:29:33 +02:00
|
|
|
title: External Integrations and plugins
|
2021-02-25 16:01:36 +01:00
|
|
|
---
|
2022-01-24 14:34:48 +01:00
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
2021-02-25 16:01:36 +01:00
|
|
|
|
2022-01-24 14:34:48 +01:00
|
|
|
|
|
|
|
Unleash can also integrate with other systems in different ways.
|
|
|
|
|
|
|
|
## Official integrations
|
|
|
|
|
|
|
|
Unleash provides these official integrations:
|
|
|
|
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
|
|
|
|
|
|
## Community-contributed integrations:
|
|
|
|
|
|
|
|
Our wonderful community has also created the following integrations:
|
2021-02-25 16:01:36 +01:00
|
|
|
|
2021-03-17 07:34:23 +01:00
|
|
|
- [Vue Unleash plugin](https://github.com/crishellco/vue-unleash)
|
2021-02-25 16:01:36 +01:00
|
|
|
- [Quarkus](https://github.com/quarkiverse/quarkus-unleash)
|
2021-03-17 07:34:23 +01:00
|
|
|
- [Fastify feature flags plugin](https://gitlab.com/m03geek/fastify-feature-flags#unleash-provider)
|