Deploy to Vercel

Go from a generated site to a live public URL — with HTTPS and a custom domain — in under a minute.

Pro plan required. One-click Vercel deployment is available on Pro ($19/mo) and Business ($49/mo) plans. Upgrade →

Option A — Deploy directly from the builder

The fastest path: deploy without leaving BuildFlow.

1

Connect your Vercel account

Go to Account SettingsIntegrations → click Connect Vercel. You'll be redirected to Vercel to authorise BuildFlow.

2

Generate your site

Build your site in the Chatbuilder as normal.

3

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.

4

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.

1

Download the ZIP

In the builder toolbar, click ExportDownload ZIP.

2

Create a Vercel project

Go to vercel.com/new → drag and drop the ZIP, or push to a GitHub repo and import.

3

Configure (optional)

For a static HTML site, no build command is needed. Set the output directory to ./ or leave as default.

4

Deploy

Click Deploy. Vercel builds and serves your site globally via CDN.


Adding a custom domain

  1. In your Vercel project dashboard, go to Settings → Domains.
  2. Enter your domain (e.g. mysite.com) and click Add.
  3. Add the DNS records Vercel shows you:
    • For an apex domain (mysite.com): add an A record pointing to 76.76.21.21
    • For a subdomain (www.mysite.com): add a CNAME pointing to cname.vercel-dns.com
  4. DNS propagation takes 5 min – 48 hours. Vercel will show a green checkmark when it's live.
  5. 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:

  1. In the builder, click PublishPublish on BuildFlow.
  2. Choose a slug for your URL: buildflow-ai.app/p/your-slug.
  3. 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.