Skip to Content
📚 MyStoryFlow Docs — Your guide to preserving family stories
DeploymentOverview

Deployment

This section covers deployment strategies, production configurations, and best practices for deploying MyStoryFlow applications.

Deployment Topics

Deployment Overview

MyStoryFlow uses Vercel for deployment with the following considerations:

  1. Monorepo Support - Each app can be deployed independently
  2. Environment Variables - Proper configuration for each environment
  3. Build Optimization - Turbo for faster builds
  4. Preview Deployments - Automatic previews for PRs

Production Checklist

  • Environment variables configured
  • Database migrations run
  • API keys and secrets set
  • Domain configuration complete
  • SSL certificates active
  • Monitoring enabled
  • Error tracking configured