Quick start
Include the built bundle on any page. The bundle exposes window.Builder
for runtime helpers and embeds data so your app can fall back when the API is unavailable.
<script src="bundle.js" data-flags="env=dev"></script>
Recommended: include a small inline script to set environment or hide the dev button in production:
<script>window.__builderFlags = { hideDevButton: true, env: 'prod' }</script>
<script src="bundle.js"></script>