Summary
A scaffolder, not a runtime — it writes the project, Framer runs it.
The value is in the web3Features list: wallet connection, contract interaction and NFT display come pre-wired instead of being assembled from three sets of documentation. After create_plugin the work is yours; build_plugin is there so the production build is one call rather than a context switch.
What it is
A server with two tools that generate and build Framer plugin projects, optionally including wallet, contract and NFT components.
What you get
- create_plugin generates a new plugin project from a name, description and output path
- Web3Features selects what gets scaffolded in — wallet-connect, contract-interaction, nft-display
- build_plugin builds a plugin directory for production
- Both tools take plain parameters, so the whole flow runs from the conversation
Requirements
Node.js 16 or higher and npm or yarn. Clone, npm install, npm run build, then have the client launch build/index.js with node. The Framer desktop app is needed to actually test the plugin you generate. No account or key.
