Fast Bundle offers "Bundle builder" for some of the bundle types like "Collection Mix and Match", "Product Mix and Match" and "Buy X Get Y" bundles.
How do I directly place the Bundle Builder on my pages?
You need to put this code as a custom liquid where you want to place the bundle builder.
<div class="rbrBundleBuilder" bundle-id="XXXXXX"></div>
Instead of the "XXXXXX", you should put the "Bundle ID".(Available on the Fast Bundle admin for that bundle in More displays)
So the code will be something like this:
<div class="rbrBundleBuilder" bundle-id="1e1407f9-491f-402d-b7bb-f13f268134e7"></div>