📚 Complete documentation and Claude Code context for developing Webflow Code Components with React and TypeScript.
When you install this package, it automatically adds:
-
WEBFLOW_CODE_COMPONENTS_GUIDE.md
- A comprehensive guide covering:- Setting up a Webflow code components project
- Creating and defining components
- Working with props and variants
- Deploying to Webflow
- Best practices and troubleshooting
-
.claude.md
context - Adds Webflow-specific context to your Claude Code setup (non-destructive merge if file exists)
npm install @julianmemberstack/webflow-code-components-helper --save-dev
That's it! The documentation files will be automatically added to your project root.
A complete step-by-step guide for building Webflow code components, including:
- Prerequisites and setup
- Creating React components
- Webflow component definitions
- Supported prop types
- Deployment workflow
- Troubleshooting tips
If you're using Claude Code, this package intelligently updates your .claude.md
file with Webflow-specific context:
- If
.claude.md
exists: Appends Webflow context (checks for duplicates) - If
.claude.md
doesn't exist: Creates it with Webflow context - Non-destructive: Preserves all existing content
After installation, you can:
- Open
WEBFLOW_CODE_COMPONENTS_GUIDE.md
for the complete guide - If using Claude Code, it will automatically have context about your Webflow project
- Follow the guide to create and deploy your code components
- Text
- Rich Text
- Image
- Link
- Variant
- Visibility
- Node.js 20+
- npm 10+
- Webflow account (Freelancer, Core, Growth, Agency, or Enterprise plan)
MIT
Julian Galluzzo