Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

File metadata and controls

21 lines (16 loc) · 1.14 KB

Stream Deck Kit - Compatible Apps

This repository holds a list of iPadOS apps that are compatible with Stream Deck Kit. The listed apps will be showcased prominently in the Stream Deck Connect app, which needs to be installed before using a Stream Deck.

Please read the documentation to learn how to integrate Stream Deck Kit into your own app.

Add your app

If you have an app that supports Stream Deck devices via Stream Deck Kit, feel free to create a pull request that extends compatible_apps.json and provides a logo.

Example:

{
    "title": "Your app name",
    "creator": "Your (company name)",
    "text": "A short text that describes what you can do with StreamDeck in your app.",
    "url": "https://apps.apple.com/de/app/your-app/id12345", // A link to the AppStore
    "logoPath": "logos/your_logo.png"
}

The logo should be a square with a size between 256px and 512px. Place it in the logos folder and adjust logoPath according to its name.