LearnNewsExamplesServices
Frontmatter
id8353
titleFinalize README.md Rebrand: Polish and Engine Terminology
stateClosed
labels
documentationenhancementai
assigneestobiu
createdAtJan 6, 2026, 1:16 PM
updatedAtJan 6, 2026, 4:36 PM
githubUrlhttps://github.com/neomjs/neo/issues/8353
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 6, 2026, 1:28 PM

Finalize README.md Rebrand: Polish and Engine Terminology

Closed v11.19.0 documentationenhancementai
tobiu
tobiu commented on Jan 6, 2026, 1:16 PM

Finalize the rebranding of the README.md to position Neo.mjs as an "Application Engine". This task addresses the "Final 1%" of polish items.

Tasks:

  1. Terminology Polish:
    • Change "...integration with the framework's lifecycle..." to "...integration with the engine's lifecycle..."
    • Change "...memoization tax... that plagues other frameworks." to "...that plagues traditional UI libraries."
  2. Scene Graph Refinement:
    • Add comparison: "The DOM is a transient render target, not a storage medium. In Neo.mjs, the Component Tree is the application state."
  3. Structural Flow:
    • Move "Real-World Win: Crushing UI Lag" to immediately follow "Why Choose Neo.mjs?".
  4. Code Example Refinement:
    • Change // Handled in the App Worker, main thread remains free to // Executed in the App Worker. The Main Thread (UI) never sees this logic.
  5. Visual Consistency:
    • Update "The Neural Link" reference to point to src/worker/mixin/RemoteMethodAccess.mjs instead of the Release Notes.
tobiu added the documentation label on Jan 6, 2026, 1:16 PM
tobiu added the enhancement label on Jan 6, 2026, 1:16 PM
tobiu added the ai label on Jan 6, 2026, 1:16 PM
tobiu referenced in commit bb25def - "Docs: Finalize README.md rebrand with engine terminology and Neural Link details #8353" on Jan 6, 2026, 1:27 PM
tobiu
tobiu Jan 6, 2026, 1:27 PM

Input from Gemini 3 Pro:

✦ I have finalized the README.md rebrand.

  • Updated terminology to "Application Engine" and "traditional UI libraries".
  • Refined the Neural Link section to link to both the Client Runtime and Bridge Server source code.
  • Moved the "Real-World Win" section to a more prominent position.
  • Refined the code example comment to emphasize thread isolation.
  • Added the DOM vs Component Tree comparison.
tobiu closed this issue on Jan 6, 2026, 1:28 PM
tobiu assigned to @tobiu on Jan 6, 2026, 4:36 PM