Shipkit
DocsFeaturesPricing
DocsFeaturesPricing

Shipkit DocumentationBuild memory optimizationDevelopment GuideEnvironment VariablesError HandlingFile StructureMiddlewareRebranding Guide

Vercel Deployment Checks

Development GuideCLIDependency UpdatesDevToolsFeature FlagsAI PromptsSetup RequirementsSupply chaintRPCWeb Workers

FeaturesAIAnalytics IntegrationAuthenticationCMSDatabaseEmailHapticsPaymentsComponent RegistryStorageUIVisual BuilderWaitlist Feature

Quick StartDeploymentEnvironment VariablesFile StructureSetup Wizard

Caching & Rate LimitingContent ManagementError HandlingMarkdown and MDXMiddlewareProxy-Safe Server ActionsRebranding GuideWebhook Security Implementation GuideMulti-Zone ArchitectureVercel Deployment

IntegrationsPayload CMSDataFast Analytics IntegrationGoogle Analytics IntegrationGoogle Tag Manager IntegrationPostHogStatSig IntegrationUmami Analytics IntegrationAuth.js IntegrationBetter AuthClerkStack Auth IntegrationSupabase Authentication IntegrationBuilder.io IntegrationPayload CMS IntegrationAWS S3 IntegrationResend Email IntegrationUpstash Redis IntegrationVercel Blob IntegrationLemon SqueezyPolarStripe

API RoutesComponentsAPI Route SnippetsAuthentication SnippetsComponent SnippetsForm Handling SnippetsSnippets Introduction

    Payload CMS Integration

    Payload CMS is now in the main CMS guide. You'll find everything you need to get started with structured content management.

    Quick Setup

    DATABASE_URL=postgres://username:password@localhost:5432/database
    PAYLOAD_SECRET=randomsecretkey # Used for encrypting passwords and sessions
    

    Payload CMS is automatically enabled when both DATABASE_URL and PAYLOAD_SECRET are provided. You can explicitly disable it by setting DISABLE_PAYLOAD=true.

    Key Features

    • ✅ Powerful admin interface
    • ✅ Custom content types and fields
    • ✅ User management and roles
    • ✅ Media library for uploads
    • ✅ API-first architecture
    • ✅ Real-time editing

    Learn More

    • Complete CMS Guide
    • Content Management Overview
    • Official Payload CMS Documentation