Skip to main content

Quick Start


Quick Start

To prototype a plugin:

npm create @dxos/composer-plugin@latest

This will create a working plugin project with a hot reloading development server.

The plugin definition is found in src/plugin.ts.

npm install
npm run serve

This will start your development server with a core set of plugins and the plugin being prototyped.

Under Development

The Composer Extensibility APIs are under active development. The API may change often, and these docs may not be accurate.

Talk to us on Discordopen in new window with feedback anytime.