List of Extensions
Frequently Asked Questions
What are Directus extensions?
Directus extensions enable us to extend Directus functionality as per our needs. With extensions, we can have custom code run in the Directus environment with access to Directus services and UI components. Directus extensions are primarily of two kinds:
- App extensions to extend the Directus Admin UI capabilities
- API extensions to extend the Directus API functionality
Who created the Directus extensions listed here?
The extensions listed here are created by Directus Labs as well as the community. They are then submitted to the Directus Marketplace as per the Directus extension publishing guidelines. This website lists all the extensions approved and published to the Directus Marketplace. This website is not affiliated with the Directus organization in any way.
What if I don't find the extension I'm looking for?
A Directus extension for any setup can be created using the create-directus-extension
command line utility.
Directus App extensions can be built with Vue.js (using JavaScript or TypeScript).