Hi all, I’m looking to use Plasmic as a UI builder as part of a larger CRM and landing page builder our team is building for a specific niche, just had some questions:
- What’s the difference between codegen and build-time codegen for a use case like ours? We will just be using the open source builder rather than the Plasmic CMS.
- How does SEO work for the generated pages? We’re using NextJS and we want the resulting landing pages our users create to show up on Google with SEO, is that possible?
- This is more of an architectural question but if we were to have users A, B, and C make their own landing pages, would you recommend having them all in one monolithic NextJS project or having Plasmic export code to each user’s own NextJS project? We’re leaning towards the latter but not sure if Plasmic has that capability or whether we’d have to write our own scripts to dynamically spin up a new NextJS project when the user creates a new landing page.
Thanks in advance!