On September 25th, 2024, we released v2 of the Apps SDK. To learn what’s new and how to upgrade, see Migration FAQ and Migration guide.

Apps SDK documentation

How to develop apps with the Apps SDK.

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(opens in a new tab or window), or share it privately with members of your team(opens in a new tab or window).

This documentation explains everything you need to know about creating apps.

Looking for the Connect APIs?

In addition to the Apps SDK, Canva also offers the Connect APIs — a REST API for simplifying and automating workflows via HTTP requests. If you're interested in using it, check out the documentation.

First steps

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:

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(opens in a new tab or window).