An open API service indexing awesome lists of open source software.

https://github.com/gridaco/plugin-sdk

develop plugin for your own needs on bridged platform
https://github.com/gridaco/plugin-sdk

Last synced: 3 months ago
JSON representation

develop plugin for your own needs on bridged platform

Awesome Lists containing this project

README

          

# develop plugins for bridged platform
develop plugin for your own needs on bridged platform

## Develop universal plugin for bridged platforms.

### serverside implementation - with hooks
- serverside plugin (logic interceptor / middleware) works as a server-provided, (optionally also wih ui) is an server application you host and with specific events, it will respond with desired data / uis.

### application implementation - with web technologies
- application ui-included plugins works as iframe on our bridged application, and console platform. we provide react examples and guidelines, but any other frameworks such as vue, svelte are also possible. we provide configuration template for them.

### Using bpm

You can create and publish plugins for console, assistant, or bridged desktop using [bpm](https://github.com/bridgedxyz/bpm)