Plugins
We built Storyblok with a robust and flexible plugin system to give our customers the power to extend the editor with custom fields like a color picker or a google maps location selector. It’s basically a Vue.js 2.5.2 component extended with a few helpers in the window.Storyblok.plugin
variable. That enables developer to:
- Integrate any 3rd party platforms
- Build custom applications in Storyblok
- Deliver custom content structures via our API
- Enhance Editor experience
Plugin Cookbook
We've prepared a whole Cookbook which contains all you need to get started with plugin development at Storyblok.

Above you can see how plugins will integrate in the editor view.