Deployment

Deployment configuration using Vercel in ShipKit

Deployment

ShipKit is optimized for deployment on Vercel, with built-in analytics and monitoring.

Features

  • Zero-config deployment
  • Automatic HTTPS
  • Edge functions
  • Analytics
  • CI/CD integration
  • Preview deployments

Quick Deploy

  1. Click the "Deploy" button in the README
  2. Connect your GitHub repository
  3. Configure environment variables
  4. Deploy

Manual Deploy

  1. Install Vercel CLI: npm i -g vercel
  2. Login: vercel login
  3. Deploy: vercel deploy

Environment Setup

  1. Copy .env.example to .env
  2. Configure all required services
  3. Add variables to Vercel dashboard
  4. Set up preview variables

Resources