Deploy to Vercel
Go from a generated site to a live public URL — with HTTPS and a custom domain — in under a minute.
Option A — Deploy directly from the builder
The fastest path: deploy without leaving BuildFlow.
Connect your Vercel account
Go to Account Settings → Integrations → click Connect Vercel. You'll be redirected to Vercel to authorise BuildFlow.
Generate your site
Build your site in the Chatbuilder as normal.
Click Deploy
In the top-right toolbar, click the Deploy button → choose Vercel.
BuildFlow creates a new Vercel project, uploads the generated files, and triggers a deployment.
Get your URL
In 20–40 seconds, you'll receive a *.vercel.app URL. Share it immediately or add a custom domain.
Option B — Download and deploy manually
Use this if you prefer full control, or if you're on the Free plan.
Download the ZIP
In the builder toolbar, click Export → Download ZIP.
Create a Vercel project
Go to vercel.com/new → drag and drop the ZIP, or push to a GitHub repo and import.
Configure (optional)
For a static HTML site, no build command is needed. Set the output directory to ./ or leave as default.
Deploy
Click Deploy. Vercel builds and serves your site globally via CDN.
Adding a custom domain
- In your Vercel project dashboard, go to Settings → Domains.
- Enter your domain (e.g.
mysite.com) and click Add. - Add the DNS records Vercel shows you:
- For an apex domain (
mysite.com): add an A record pointing to76.76.21.21 - For a subdomain (
www.mysite.com): add a CNAME pointing tocname.vercel-dns.com
- For an apex domain (
- DNS propagation takes 5 min – 48 hours. Vercel will show a green checkmark when it's live.
- HTTPS is provisioned automatically — no action required.
Publish on BuildFlow (free alternative)
Don't have a Vercel account? You can publish directly on BuildFlow for free:
- In the builder, click Publish → Publish on BuildFlow.
- Choose a slug for your URL:
buildflow-ai.app/p/your-slug. - Your site is live instantly with a shareable link.
Published sites include the BuildFlow banner. Remove it by upgrading to Pro.
Re-deploying after changes
After editing your site with follow-up prompts, click Deploy again. BuildFlow pushes the updated files to the same Vercel project — your URL stays the same.