Next.js Discord

Discord Forum

How to embed a visual editor from canva into nextjs app?

Unanswered
Gašper posted this in #help-forum
Open in Discord
I was thinking of creating a nextjs project where the user could select from my canva templates and customize them to their own liking inside my webapp, without having to redirect to canva. Did anyone work with canva api-s and have some experience to nodge me in the right direction? Would really appreciate!

5 Replies

@B33fb0n3 you can follow this guide to quickly implement their api: https://www.canva.dev/docs/connect/quickstart/ It's pretty good described step by step what you need to do
I sav that, but I dont think any of it supports embeding visual editor - its all about developing apps for canva or redirecting from your app to canva😬
@Gašper solved?
@B33fb0n3 <@272722992763633665> solved?
Hey, thanks for help! I’ve gone through the whole documentation of canva api, and I cant seem to find anyone implementing canva API as an embeded editor in their own application, so I am not sure if its even possible…