@goldenhippo/builder-funnel-plugin
v0.5.0
Published
Builder.io plugin for Golden Hippo sales funnel websites
Readme
@goldenhippo/builder-funnel-plugin
React 18 plugin for funnel websites inside Builder.io. Early stage with placeholder UI — funnel features will be implemented as the product scope expands.
Table of Contents
Installation in Builder.io
Development
- Start the dev server:
npm run dev:funnel-plugin # http://localhost:1269 - In Builder.io: Settings > Plugins > Add Plugin
- Enter URL:
http://localhost:1269/plugin.system.js
Production (CDN)
After publishing, use the jsdelivr CDN URL:
https://cdn.jsdelivr.net/npm/@goldenhippo/builder-funnel-plugin@<version>/dist/plugin.system.jsPlugin Settings
| Setting | Description | | -------- | ----------------------------------- | | Edit URL | Frontend site URL for page previews |
Current Status
This plugin is scaffolded with placeholder UI displaying "Coming Soon" cards for:
- Funnel pages management
- Funnel configuration
The plugin registers an app tab ("Hippo Funnels") in Builder.io. Full funnel management features will be added as the product scope expands. See @goldenhippo/builder-cart-plugin for reference on the plugin architecture pattern.
Development Commands
npm run dev:funnel-plugin # Start dev server on port 1269
npm run build:funnel-plugin # Production build
npm run typecheck # Type-check with tsc
npm run lint # Lint with eslint