Skip to main content

Quick Start

Less than 1 minute

Quick Start

To prototype a plugin:

npm create @dxos/app-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 dev

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

Default plugins can be disabled when creating the project using --interactive

npm create @dxos/app-plugin@latest --interactive

Answer no to the question Include default plugins? to generate an empty configuration.

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.