QuoteForge Local
All docs

Vercel Deployment Guide

Deploy the Next.js app to Vercel and verify the public demo after each update.

GitHub-connected deployment
  • Push the repository to GitHub.
  • Create a Vercel project from the production branch.
  • Set NEXT_PUBLIC_SITE_URL to the final public URL.
  • Route public purchase CTAs to /buy so pricing remains informational and checkout handoff stays isolated.
  • After deployment, verify the homepage, calculators, dashboard, docs, license, pricing, and embed pages.
CLI deployment
Use the Vercel CLI only when the project is already linked and the account is authenticated.
npx vercel --prod
Post-deploy checks
  • Submit at least one calculator lead.
  • Confirm seeded leads appear in the dashboard.
  • Export a CSV and confirm the filename plus columns.
  • Open /embed/pressure-washing to confirm iframe readiness.
  • Run the route checker against the live URL.