Skip to content

Deploy to Vercel

You can easily deploy your site built on ChaiBuilder.com to Vercel.

Click the link below to instantly deploy the ChaiBuilder template to Vercel:

Deploy to Vercel

Required Environment Variables: Goto Sites

  • CHAIBUILDER_API_KEY – Required to access the builder
  • CHAIBUILDER_WEBHOOK_SECRET – A secret key for your site (can be custom)

Set these in the deployment form or later in your Vercel project settings.

--- OR ---

If you prefer to deploy manually:

  1. Fork or Clone the Repo
    https://github.com/chaibuilder/chaibuilder-nextjs

  2. Push to GitHub
    Upload the forked repo to your own GitHub account.

  3. Create a Vercel Project
    Go to https://vercel.com/new and import your repository.

  4. Set Environment Variables
    In the Vercel dashboard, navigate to your project → Settings → Environment Variables:

    • CHAIBUILDER_API_KEY
    • CHAIBUILDER_WEBHOOK_SECRET
  5. Deploy
    Click Deploy and your site will be live shortly.


Once your deployment is complete, visit the /chai route on your deployed site to access Chai Builder.
Login with your credentials and start creating your pages.