| name | webflow-deploy-integration |
| description | Deploy Webflow-powered applications to Vercel, Fly.io, and Google Cloud Run
with proper secrets management and Webflow-specific health checks.
Trigger with phrases like "deploy webflow", "webflow Vercel",
"webflow production deploy", "webflow Cloud Run", "webflow Fly.io".
|
| allowed-tools | Read, Write, Edit, Bash(vercel:*), Bash(fly:*), Bash(gcloud:*) |
| version | 1.5.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","design","no-code","webflow"] |
| compatibility | Designed for Claude Code |
Webflow Deploy Integration
Overview
Deploy Webflow Data API v2 integrations to Vercel, Fly.io, or Google Cloud Run
with secure token management, health checks, and webhook endpoint configuration.
Prerequisites
- Working Webflow integration (tested locally)
- Production API token with minimal scopes
- Platform CLI installed (
vercel, fly, or gcloud)
Instructions
Vercel Deployment
vercel env add WEBFLOW_API_TOKEN production
vercel env add WEBFLOW_SITE_ID production
vercel env add WEBFLOW_WEBHOOK_SECRET production
vercel link
vercel --prod
{
"env": {
"WEBFLOW_API_TOKEN": "@webflow-api-token",
"WEBFLOW_SITE_ID": "@webflow-site-id"
},
"functions": {
"api/**/*.ts": {
"maxDuration": 30
}
},
"headers": [
{
"source": "/api/webhooks/webflow",