Storyden

Tutorials

Learn how to build your own plugins for your Storyden instance or others.

This section contains tutorials on how to build plugins. These are basic examples, nothing too fancy, but they should give you a good starting point.

Most plugins are best written in Go, since it's:

  • statically compiled (no dependencies, for the most part)
  • pretty easy to learn and use
  • what Storyden itself is written in

However, you can also write plugins in any language that supports WebSockets. There are reference libraries in the repo for Python and TypeScript.