Skip to content

Launch Workflow

Fresh

Complete workflow for launching a ShipFast project from clone to production.

Phase Checklist

Phase 1: Core Setup

  • [ ] Repo cloned and running locally
  • [ ] .env.local configured
  • [ ] config.js customized

Phase 2: Features

  • [ ] Authentication configured (Google OAuth and/or Magic Links)
  • [ ] Database connected (MongoDB Atlas)
  • [ ] Payments configured (Stripe)
  • [ ] Emails configured (Resend)

Phase 3: Content

  • [ ] Landing page customized
  • [ ] Copy written for each component
  • [ ] SEO tags set
  • [ ] Privacy Policy and TOS generated

Phase 4: Security

  • [ ] Rate limiting on API routes
  • [ ] Rate limiting on magic links
  • [ ] Mailgun sending limit set
  • [ ] Security headers configured

Phase 5: Deploy

  • [ ] Deployed to Vercel
  • [ ] Production env vars set
  • [ ] Stripe production webhook created
  • [ ] Google OAuth submitted for verification
  • [ ] Google Search Console claimed