Service is running on port 3001
Add this script tag to your website:
<script src="http://localhost:3001/embed.js" data-site-id="YOUR_SITE_ID"></script>
GET /embed.js - Embed scriptGET /preview - Toggle preview (for dashboard integration)GET /api/toggles - List all available toggles (JSON)GET /health - Health checkUse the preview endpoint to embed live toggle previews in dashboards:
<iframe src="http://localhost:3001/preview?id=neon-glow&primary=%2300ff88&theme=dark"></iframe>
Parameters: id, primary, secondary, theme, size, orientation, left, right, showName
✅ Service is operational