webflow-reference-architecture

Solid

Implement Webflow reference architecture — layered project structure, client wrapper, CMS sync service, webhook handlers, and caching layer for production integrations. Trigger with phrases like "webflow architecture", "webflow project structure", "how to organize webflow", "webflow integration design", "webflow best practices".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Webflow Reference Architecture ## Overview Production-ready architecture for Webflow Data API v2 integrations. Layered design separating API access, business logic, caching, and webhook handling. ## Prerequisites - TypeScript 5+ project - `webflow-api` SDK (v3.x) - Understanding of service-oriented architecture - Redis (optional, for distributed caching) ## Project Structure ``` my-webflow-project/ ├── src/ │ ├── webflow/ # Webflow API layer │ │ ├── client.ts # WebflowClient singleton │ │ ├── types.ts # TypeScript types for Webflow resources │ │ ├── errors.ts # Custom error classes │ │ └── cache.ts # Response caching (LRU/Redis) │ ├── services/ # Business logic layer │ │ ├── cms.service.ts # CMS content management │ │ ├── ecommerce.service.ts # Products, orders, inventory │ │ ├── forms.service.ts # Form submission processing │ │ └── sync.service.ts # External data sync │ ├── webhooks/ # Event handling layer │ │ ├── router.ts # Event type routing │ │ ├── handlers/ │ │ │ ├── form-submission.ts │ │ │ ├── cms-item-changed.ts │ │ │ └── ecomm-new-order.ts │ │ └── middleware.ts # Signature verification │ ├── api/ # HTTP endpoints │ │ ├── health.ts │ │ ├── webhooks.ts │ │ └── content.ts │ └── con...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

adobe-reference-architecture

Implement Adobe reference architecture for production integrations covering Firefly Services, PDF Services, I/O Events, and App Builder with layered project layout, error boundaries, and health monitoring. Trigger with phrases like "adobe architecture", "adobe project structure", "how to organize adobe", "adobe layout", "adobe best practices".

2,266 Updated today
jeremylongshore
AI & Automation Featured

figma-reference-architecture

Reference architecture for production Figma API integrations. Use when designing a new Figma integration, planning project structure, or establishing patterns for design-to-code pipelines. Trigger with phrases like "figma architecture", "figma project structure", "figma integration design", "figma best practices layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-reference-architecture

Implement Klaviyo reference architecture with best-practice project layout. Use when designing new Klaviyo integrations, reviewing project structure, or establishing architecture standards for email/SMS marketing applications. Trigger with phrases like "klaviyo architecture", "klaviyo project structure", "klaviyo design", "how to organize klaviyo", "klaviyo layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

miro-reference-architecture

Implement a production-ready reference architecture for Miro REST API v2 integrations with layered design, caching, and event processing. Trigger with phrases like "miro architecture", "miro project structure", "how to organize miro integration", "miro design patterns".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-reference-architecture

Implement Documenso reference architecture with best-practice project layout. Use when designing new Documenso integrations, reviewing project structure, or establishing architecture standards for document signing applications. Trigger with phrases like "documenso architecture", "documenso best practices", "documenso project structure", "how to organize documenso".

2,266 Updated today
jeremylongshore