Install Compose Anywhere

Get the bookmarklet for visual component placement

⚠️ POC Notice

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!

📚 Installation Steps

  1. Make sure your bookmarks bar is visible (Ctrl/Cmd + Shift + B)
  2. Drag the button below to your bookmarks bar
  3. Navigate to any website
  4. Click the bookmarklet to activate Compose Anywhere
  5. Select containers and place components visually!
🎯 Compose Anywhere

↑ Drag this button to your bookmarks bar ↑

📋 Alternative: Manual Installation

  1. Copy the code below
  2. Create a new bookmark in your browser
  3. Set the name to "Compose Anywhere"
  4. Paste the code as the URL
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)})()
← Back to Home Try Live Demo View on GitHub