What are you trying to accomplish
I’m trying to create a hybrid page layout where I need to combine Builder.io content with my own hardcoded components in a specific order.
Ideally, I want a single Builder content entry/model to edit the entire page, but I need to render some Builder content at the top (header section), then my own React components in the middle, and finally more Builder content at the bottom (footer section).
The challenge is finding a way to split the Builder.io content into these distinct regions while maintaining a single content entry for editors to work with, rather than forcing them to edit separate section models for what is conceptually a single page.
Code stack you are integrating Builder with
NextJS