Deployment

Deploy your landing page to production and start accepting payments.

Recommended Platforms

Vercel (Recommended)

Best for Next.js applications with zero configuration.

  • • Free tier available
  • • Automatic deployments from Git
  • • Built-in CDN and edge network
  • • Environment variable management

Netlify

Great alternative with similar features.

Railway / Render

Good options for more control over infrastructure.

Deployment Steps (Vercel)
  1. Push your code to GitHub/GitLab/Bitbucket
  2. Sign up for Vercel
  3. Import your repository
  4. Configure environment variables in Vercel dashboard
  5. Deploy with one click
Environment Variables
Make sure to set these in your deployment platform:
NEXT_PUBLIC_APP_NAME
NEXT_PUBLIC_BASE_URL
NEXT_PUBLIC_GUMROAD_CHECKOUT_URL
NEXT_PUBLIC_PRODUCT_PRICE
NEXT_PUBLIC_SUPPORT_EMAIL
Pre-Launch Checklist
  • Test Gumroad checkout flow
  • Verify all environment variables are set
  • Update meta tags and SEO information
  • Test on mobile devices
  • Set up custom domain
  • Configure analytics (optional)
Post-Launch
  • • Monitor Gumroad dashboard for sales
  • • Collect customer feedback
  • • Iterate on your landing page copy