Add design doc: Studio apps & surfaces#4006
Open
youknowriad wants to merge 1 commit into
Open
Conversation
Documents the Studio apps/surfaces (desktop, hosted, local, CLI), the architecture of each, the desktop/local backend convergence in @studio/common, and the shared apps/ui layer across the three surfaces. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
Looks clear, thanks for documenting it. However, it's unclear why users would need a local web variant - it would make sense to explain the reasoning behind it. |
wojtekn
approved these changes
Jun 30, 2026
Contributor
Author
There are number of users that are using Studio CLI today without the app, including with custom agents and things like that. Studio local UI is a way to meet these users where they are and provide them with an on demand UI. |
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.
Proposed Changes
Adds a design doc (
docs/design-docs/studio-apps-and-surfaces.md) clarifying the different Studio apps and surfaces — desktop, hosted, local (studio ui), and CLI — the architecture of each, the desktop/local backend convergence in@studio/common, and the sharedapps/uilayer that serves all three browser surfaces.Documentation only; no code changes.