/studio-extension-marketplace

A public registry of Foxglove Studio extensions

Foxglove Studio extension marketplace

A public marketplace for Foxglove Studio extensions. Extensions here are available for install within Foxglove Studio under the extension sidebar.

Adding your extension to the marketplace

  1. Write your custom Foxglove Studio extension, starting with our create-foxglove-extension tool.
  2. Run yarn package in your extension to package it up into a .foxe file.
  3. Publish your .foxe file somewhere public. We recommend GitHub Releases alongside your code.
  4. Open a PR in this repo to update extensions.json and this README's "Extensions" section with your extension information.
  5. Once we merge your PR, users will be able to discover your extension by browsing within Foxglove Studio.

Extensions