Deploy to Vercel

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

๐Ÿ” One-Click Deployment

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

๐Ÿ‘‰ Deploy to Vercel

Required Environment Variables:

  • 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.


๐Ÿ› ๏ธ Manual Deployment Steps

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 deployed site to access Chai Builder. Login with your credentials and start creating your pages.

Made with Chai Builder