lp.awesomely.com
ClickFunnels embed CMS
Edit HTML blocks in Sanity Studio. Serve them on ClickFunnels pages via a lightweight script tag.
Sanity Studio
Create and edit ClickFunnels embed blocks.
Preview route
/preview/[pagePath] — test HTML before pasting into CF.
ClickFunnels install
Add this to a Custom HTML / Tracking Code block on your ClickFunnels page. Content is loaded by matching the page URL path (e.g. /soic-vip-thanks-v1a-4) to a Sanity embed block. Optionally set data-target to inject into an existing element.
<script src="https://lp-awesomely-com.vercel.app/embed.js" async></script>With explicit mount point: <div id="awesomely-lp"></div>
<script src="https://lp-awesomely-com.vercel.app/embed.js" data-target="#awesomely-lp" async></script>