Plugins
🚧 Work in progress!
The plugin system is in early development. At the moment you probably want to do any work in collaboration with us.
This documentation is also a work in progress, so not everything is true or complete yet.
Types of plugins
Plugins can be frontend, backend, or both.
If you want to add new content pages, or customize the look and feel, then a frontend-only plugin should be sufficient.
If you want to store information in the database, or do more complex server-side work, then you'll need a backend plugin.
Now you might be ready to Create your first plugin! 🐮