From 8b0c0eaf041feaf5cab4d7bc462dbb0cdcf12d9e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Jul 2026 15:24:22 +0000 Subject: [PATCH] docs: mention the hosted /setup path as an alternative to the CLI The starter can now be deployed to a host and configured through a `/setup` wizard that performs the same work as `create`. Point people at it so the hosted route is discoverable from here, and say when the CLI is still the right choice. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Re13U9uZb2KSviPxqSSXzz --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3e474a8..980132e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ # 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](https://github.com/chaibuilder/chaibuilder-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