Content Management
CMS configuration using Payload CMS and Builder.io in ShipKit
Content Management
ShipKit integrates two powerful CMS solutions:
- Payload CMS for headless content management
- Builder.io for visual page building
Payload CMS
A self-hosted headless CMS with a powerful admin interface and API.
Configuration
Add these environment variables to enable Payload CMS:
# Required
PAYLOAD_SECRET=your_payload_secret_key
DATABASE_URL=your_postgres_database_url
# Optional - Disable Payload in development
DISABLE_PAYLOAD=true
Get started at Payload Cloud or self-host using your own infrastructure.
Resources
Builder.io
A visual CMS for building and optimizing digital experiences.
Configuration
Add this environment variable to enable Builder.io:
NEXT_PUBLIC_BUILDER_API_KEY=your_builder_api_key
# Optional - Disable Builder in development
DISABLE_BUILDER=true
Get your API key from the Builder.io Dashboard.