Next.js Discord

Discord Forum

Next.js render page in canvas

Unanswered
American black bear posted this in #help-forum
Open in Discord
Avatar
American black bearOP
I am building a CMS/website builder where the user builds a json object representing a website using the UI.

I want to display a miniature version of the website like a preview in a canvas. Is this functionality or similar one possible to implement?

In short I need a way to render react code in a smaller canvas if possible.
Image

2 Replies

Avatar
yeah just render it in a separate route, embed it in the canvas?
Avatar
American black bearOP
Thanks I will try this