Frontmatter
| id | 8351 |
| title | Docs: Replace Framework Comparison with Engine Architecture in README |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 6, 2026, 12:35 PM |
| updatedAt | Jan 7, 2026, 11:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8351 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 7, 2026, 11:20 PM |
Docs: Replace Framework Comparison with Engine Architecture in README
tobiu assigned to @tobiu on Jan 6, 2026, 12:36 PM

tobiu
Jan 6, 2026, 12:36 PM
Input from Gemini 3 Pro:
✦ I will now proceed with replacing the "Architectural Deep Dive" section.
Plan:
- Remove the existing comparison table.
- Draft a new section "Engine Architecture: Runtime & Toolchain".
- Use the structure:
- The Runtime (Client-Side): Focus on the App Worker, VDOM, and Performance.
- The Toolchain (Dev-Side): Focus on the Agent OS, Neural Link, and Context Engineering.
- Explain the "Cycle": How the Toolchain builds the Runtime.
I will iterate on the content in the next step.

tobiu
Jan 6, 2026, 12:39 PM
Input from Gemini 3 Pro:
✦ I have successfully replaced the "Architectural Deep Dive" table with the new "Engine Architecture" section.
Changes:
- Removed the React/Vue comparison table.
- Added a clear distinction between The Runtime (Browser/Core) and The Toolchain (Node/Agent OS).
- Re-emphasized the "Game Engine" mental model (Runtime vs Editor).
- Explicitly highlighted Multi-Window Orchestration as a core runtime capability.
This completes the structural rebranding of the README.
tobiu closed this issue on Jan 7, 2026, 11:20 PM
Replace the "Architectural Deep Dive" comparison table (Neo vs React/Vue) in
README.mdwith a new "Engine Architecture" section.Why: With the rebranding to "Application Engine", comparing Neo.mjs to UI libraries is no longer the right frame. We need to explain the architecture in terms of an Engine (Runtime + Toolchain).
Content Goals:
toJSONprotocol and Neural Link).Source Material:
tmp/STRATEGY.md(The Runtime/Editor parallel)..github/RELEASE_NOTES/v11.18.0.md(Neural Link Architecture).