Is there any possibilty make canvas app?

Is there any way to build an app where user can select their wanted controls and make a canvas filled with background? for eg. ID card designer where the user can import a template and add controls like text or images at different positions, which we can achieve in retool ide
ref. link

please suggest a way or possibility.
TIA

1 Like

Hi @Manish_s! Hmm, we don't have any built in components for something like this, but I wonder if you could use Custom Components or simple the utils.downloadPage() function built into Retool to download the visible page.

In my example, formButton1 runs utils.downloadPage() to download the form in my app as a PDF!

Let me know if you have any questions.