Can I integrate an existing website into Plasmic?

Hi there,
I’m new to Plasmic, and I have basic questions about implementation. I have a nextJs app that needs a bit of revamping, So I thought it was a perfect project to learn Plasmic :slightly_smiling_face:. My question is, can I integrate( edit the current website using plasmic), or do I have to design it on plasmic and integrate the existing data from the website and deploy it directly?

You can adopt Plasmic incrementally into existing websites, by creating new pages/components in Plasmic and loading them into your website using (for example) <PlasmicComponent component="MyNewPageBuiltInPlasmic" />.

And you can continue using your existing build/deploy system.

Check out the Next.js quickstart: https://docs.plasmic.app/learn/nextjs-quickstart/

Let me know if this helps!