docs(studio): desktop app design — Electron+Effect mirroring t3code#139
Open
Necmttn wants to merge 2 commits into
Open
docs(studio): desktop app design — Electron+Effect mirroring t3code#139Necmttn wants to merge 2 commits into
Necmttn wants to merge 2 commits into
Conversation
Captures the approved direction for wrapping studio as a standalone desktop app: Electron + Effect (mirror .references/t3code), model C daemon (supervise surreal + bun `ax serve` from source to keep live ingest), macOS-first. Includes the t3code salvage map (lift ~4k LOC of framework-agnostic Effect, reuse the ~2k electron/ layer, drop ~3k remote-dev features), a 4-phase rollout (extract studio -> shell -> two-process supervisor -> packaging), and open items (surreal bundling+signing, bun-in-bundle, port/data-dir arbitration). Build deferred; web reachability shipped separately (#129 / PR #138). Refs #129 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying ax with
|
| Latest commit: |
d3aa509
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f265dc35.ax-62d.pages.dev |
| Branch Preview URL: | https://docs-studio-desktop-design.ax-62d.pages.dev |
This was referenced Jun 7, 2026
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.
Design doc for wrapping studio as a standalone desktop app.
.references/t3code(evaluated Electrobun, rejected — discards t3code's hardened integration layer).surreal(:8521) +ax serve(:1738) run from bundled source via bun, to keep live ingest (compiled binary can't host the lmdb/Durable Streams sidecar).Build deferred; the implementation plan lands as a follow-up commit on this branch.
Refs #129. Companion to PR #138 (web reachability: studio deploy + daemon PNA CORS).
🤖 Generated with Claude Code