Workflow for building complete design system

Hi everyone. Loving Plasmic so far. :heart_eyes:

Has anyone established a workflow for building a comprehensive design system with Plasmic where components and design tokens are, for example, exported to a monorepo and automatically versioned and published as NPM packages?

Has any thought been given to automating this process within Plasmic as a feature?

Not directly from Plasmic, since usually for design system components, you’ll want to add behavior using code. So the best approach here is to just use the usual @plasmicapp/cli codegen syncing tools to sync down the presentational components, add whatever logic you want, and publish that as an npm package the usual way. Let me know if that makes sense

Yes, this makes perfect sense, thank you.