Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.11 KB

File metadata and controls

41 lines (28 loc) · 1.11 KB

ChaiBuilder

chaibuilder-app

Scaffold and manage ChaiBuilder apps effortlessly with an interactive CLI.

Deploying without a local setup? You can skip the CLI entirely: deploy the starter to a host such as Vercel, then open /setup on the deployed site. That wizard performs the same steps as create — migrations, admin user, and app record — and hands back the environment variables to paste into your host. Use this CLI when you want to develop locally.

Commands & Usage

1. create

Scaffold a new ChaiBuilder application.

npx chaibuilder-app create

Guides you through project setup, database configuration, and environment setup.


2. new

Create a new app entry in the current ChaiBuilder database and switch active context to it.

npx chaibuilder-app new

3. switch

Switch the active application by updating the .env configuration file in your ChaiBuilder project.

npx chaibuilder-app switch