Template Dock Widget

Paste before </body> to embed.

index.html
<script>
	window.FLOWFYE_WIDGET_CONFIG = {
		templateKey: 'TEMPLATE_KEY',
		templateName: 'TEMPLATE_NAME',
		templateBuyLink: 'TEMPLATE_BUY_LINK',
		platform: 'PLATFORM_NAME',
		pages: [
			{ title: 'PAGE_TITLE', url: 'PAGE_URL', thumbnail: 'PAGE_THUMBNAIL_URL' },
			{ title: 'PAGE_TITLE', url: 'PAGE_URL', thumbnail: 'PAGE_THUMBNAIL_URL' },
			{ title: 'PAGE_TITLE', url: 'PAGE_URL', thumbnail: 'PAGE_THUMBNAIL_URL' },
		],
	};
</script>
<script src="https://widget.flowfye.com/js/template-dock-widget.js"></script>

Config Reference

templateKey required

Unique identifier for the template. Must be lowercase, no spaces — use hyphens instead.

e.g. "my-portfolio-template"

templateName required

Display name shown in the widget header. Can include spaces and mixed case.

e.g. "My Portfolio Template"

templateBuyLink required

Full URL to the template purchase page. Must be a valid https:// link.

e.g. "https://flowfye.com/templates/my-template"

platform required

The platform the template is built for. Must be one of:

framer webflow
pages array

List of pages to show in the dock. Each entry needs:

title

Page name displayed in the dock.

url

Full URL to the live page.

thumbnail

Image URL for the page preview (120×80 recommended).