CMS Adapters
Connect WarpFlow to your CMS with the adapter architecture.
Overview
WarpFlow uses an adapter pattern to support multiple CMS platforms. Canonical block types are CMS-agnostic. Adapters transform them to and from CMS-specific storage formats.
Payload CMS
The first-class Payload CMS adapter provides:
- Automatic block registration with namespace prefixing
- Bidirectional transforms (canonical ↔ Payload format)
- Admin UI integration with AI chat sidebar
- Live preview support
- Session persistence for AI conversations
Setup
The Payload CMS adapter is configured as a plugin in your Payload config. It supports namespace prefixing, AI provider selection, and live preview out of the box.
Custom adapters
WarpFlow's adapter architecture supports additional CMS platforms. Contact us for details on building a custom integration.