Nextjs pages to Plasmic Studio pages?

Is it possible to Create a Nextjs site, and have the pages migrate and appear in Plasmic ? Or do you always have to Create pages in Plasmic 1st?

…like we can import Designs of pages from Figma, so I was hoping to import Pages from Nextjs. I’m hoping there is a better way that registering components and rebuild the pages in Plasmic.

Backgound:
I generated the Nextjs site via Vo.dev and asked it to prepare it for migration to Plasmic which I couldnt get to work, so now I have a create a fresh nextjs app via npx create-plasmic-app@latest and hoping to still bring in my pages ?

On writting this it does’t sound possible, but want to confirm and also promote the idea of starting a design with V0.dev instead of Plasmic.

You can import any React component from Next.js. Just make sure to ask the AI to make a normal client component for the page you want to use in Plasmic.

Ofcourse, so each page will be a registered component. And maybe over time I can convert to real plasmic studio pages with things like slots, React Aria components and tailwind tokens ect…
You agree Jason?