Can we integrate our own node packages in builder.io visual editor tool

I want to parse my own node packages in the builder.io visual editor tool is it possible?

1 Like

Hi @raja_nofil thanks for the question! Builder can integrate into just about any existing app, so whatever node packages or npm setups you are using should have no issues with Builder.

As long as you integrate correctly to your existing app, Builder shouldn’t interfere with your setup! I suggest checking out this doc: Integrating Page Building in Builder.io - Builder.io

If you want to have a library or package available to components within the Builder Visual Editor, you can pass them as data or context as seen here: builder/packages/react at main · BuilderIO/builder · GitHub

Are there any packages or specific questions you have around integrating Builder with your app?