docs(cli): document backend framework selection - #965
Open
AbhinRustagi wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 13, 2026 11:52
48ebb17 to
6bd66b1
Compare
This was referenced Aug 13, 2026
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 13, 2026 11:57
6bd66b1 to
273c372
Compare
AbhinRustagi
marked this pull request as ready for review
August 13, 2026 11:57
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 13, 2026 12:21
273c372 to
e4fa73a
Compare
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 14, 2026 06:17
e4fa73a to
52ae2c4
Compare
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 14, 2026 10:14
07dbe9d to
52ae2c4
Compare
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 14, 2026 10:25
52ae2c4 to
358093c
Compare
Cover the `--backend-framework` flag across the CLI reference and the package/template READMEs. - Document the flag, its values, and that the framework prompt follows the template prompt (non-interactive runs default to `default`). - Add a Backend frameworks matrix mapping each value to the route it produces for the Cloud and self-hosted templates. - Add a Conversation storage section: Cloud is the durable store for every Cloud variant; the self-hosted variants keep messages in memory for the page session only. - Note that an immediate start now requires `THESYS_API_KEY` or `OPENAI_API_KEY`. - Deployment guidance targets Vercel: both Vercel AI SDK variants are ordinary Next.js deployments, and the LangGraph variants deploy their Next.js frontend to Vercel with `LANGGRAPH_API_URL` pointed at the Agent Server. - Fix the Cloud template README, which told users to `cp .env.example .env.local`; the CLI writes `.env` and no `.env.example` is shipped. Docs only. Migrated from PR #785 (visharad/th-2051-route-replacement). Co-Authored-By: Visharad Kashyap <154831195+vishxrad@users.noreply.github.com>
AbhinRustagi
force-pushed
the
be-framework-docs
branch
from
August 14, 2026 11:17
358093c to
e3e59ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Documents
--backend-frameworkacross the CLI reference and the package and template READMEs.Changes
default.cp .env.example .env.local— the CLI writes.env, and no.env.exampleships.Docs only. Migrated from #785.
Test Plan
prettier --checkclean, which is what docs CI gates oncli.mdx. Cross-checked every behavioural claim against the code in #964 — thedefaultfallback, the prompt ordering, and theTHESYS_API_KEY/OPENAI_API_KEYgate.Checklist