Deploy to Vercel
You can easily deploy your site built on ChaiBuilder.com to Vercel.
One-Click Deployment
Section titled “One-Click Deployment”Click the link below to instantly deploy the ChaiBuilder template to Vercel:
Required Environment Variables: Goto Sites
CHAIBUILDER_API_KEY
– Required to access the builderCHAIBUILDER_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 ---
Manual Deployment Steps
Section titled “Manual Deployment Steps”If you prefer to deploy manually:
-
Fork or Clone the Repo
https://github.com/chaibuilder/chaibuilder-nextjs -
Push to GitHub
Upload the forked repo to your own GitHub account. -
Create a Vercel Project
Go to https://vercel.com/new and import your repository. -
Set Environment Variables
In the Vercel dashboard, navigate to your project → Settings → Environment Variables:CHAIBUILDER_API_KEY
CHAIBUILDER_WEBHOOK_SECRET
-
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.