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)
- Push your code to GitHub/GitLab/Bitbucket
- Sign up for Vercel
- Import your repository
- Configure environment variables in Vercel dashboard
- 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_EMAILPre-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