Get the bookmarklet for visual component placement
This is a proof of concept tool. While functional, it works best on our demo page and may have varying results on different websites. Perfect for experimentation and learning!
Ctrl/Cmd + Shift + B
)↑ Drag this button to your bookmarks bar ↑
javascript:(function(){const s=document.createElement('script');s.src='https://eins78.github.io/compose-anywhere/src/bookmarklet.js';s.onerror=()=>{alert('Failed to load Compose Anywhere. Please try again or check your connection.')};document.head.appendChild(s)})()