Templates
Vanilla TypeScript
Get it at https://github.com/qatium/plugin-sample-typescript
This is a minimal plugin that adds a panel to the sidebar, with a simple message. It is a good starting point for your first plugin.
TypeScript + React
This sample extends from the vanilla TypeScript sample, adding React functionality. With this, you can build the content in the sidebar panel using React. Going through the tutorial first is recommended to get used to how the SDK works.
Python
This is a minimal plugin that adds a panel to the sidebar, with a simple message. It is a good starting point for your first plugin.