The Visual Website Builder
You Actually Own. React + Next.js, low-code, self-hosted. Your data, your infrastructure, every feature included.
© ChaiBuilder. All rights reserved.

Release notes for the ChaiBuilder SDK are published with each version. This page explains how releases relate to your license and the safe way to upgrade a project; check the in-builder update notice or your package registry for the latest version and its notes.
License eligibility is tied to the release window, not to a running subscription:
Details: Trial & Licensing.
An SDK upgrade is the same flow as any Payload schema change, because ChaiBuilder's tables live in your app's single migration pipeline:
# 1. Bump the SDK
pnpm update chaipro
# 2. Generate a migration for any schema changes the new version brings
pnpm payload migrate:create
# 3. Review the generated migration, then apply
pnpm payload migrate
Then run the app locally, click through the builder, and deploy. Notes:
prodMigrations), so a deployed upgrade
applies its own migrations - generating and reviewing them locally first is still the
safe path.package.json and upgrade on
your schedule rather than floating with a range.