mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
24 lines
715 B
Markdown
24 lines
715 B
Markdown
---
|
|
id: integrations
|
|
title: External Integrations and plugins
|
|
---
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
|
|
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:
|
|
|
|
- [Vue Unleash plugin](https://github.com/crishellco/vue-unleash)
|
|
- [Quarkus](https://github.com/quarkiverse/quarkus-unleash)
|
|
- [Fastify feature flags plugin](https://gitlab.com/m03geek/fastify-feature-flags#unleash-provider)
|