Apps SDK documentation
Apps are plugins that add features to Canva. They run in the browser and are built with standard web technologies, such as JavaScript.
You can use the Apps SDK to create apps that import content into Canva, add elements to a user's design, automate common design tasks, and more. You can then either distribute the app publicly via the Apps Marketplace, or share it privately with members of your team.
This documentation explains everything you need to know about creating apps.
First steps
- To start making an app, see Quick start.
- To explore example apps, check out the starter kit.
- If you have any questions, create a support ticket.
What can apps do?
At their most basic, apps are JavaScript files that run inside an iframe. This iframe is rendered inside the object panel of the Canva editor.
In the iframe, apps can:
- Use the Apps SDK to programmatically interact with the Canva editor.
- Use the App UI Kit to create a user interface that matches the look and feel of Canva.
- Use the Fetch API to integrate with the app's backend.
Why create apps?
There are many reasons to create apps, but these are some of the highlights:
- Reach an audience of 100+ million monthly active users.
- Create features that improve your own Canva experience.
- Create apps to improve your team's workflows.
Developer community
If you want to chat with other developers, including Canva engineers, and keep up to date with the latest platform announcements, check out our developer community at community.canva.dev.