@a0n/aeon-ide
v5.0.0
Published
Aeon IDE — UI components and hooks for the Aeon Container execution environment
Downloads
52
Readme
@a0n/aeon-ide
@a0n/aeon-ide provides the UI components and hooks for the Aeon Container execution environment.
The fair brag is that this package already covers the main pieces people expect from an embedded coding surface: file tree, editor pane, execution toolbar, console, collaboration hooks, and the higher-level AeonContainerIDE wrapper that ties them together.
What You Get
AeonContainerIDE: the main composed IDE surfaceAeonIdeEditorPane: editor and revision areaAeonIdePanels: command, action, and collaboration panelsExecutionToolbar: run controlsExecutionConsole: logs and runtime outputFileTree: filesystem sidebarCapabilityBadge: capability and identity indicatoruseAeonContainer: runtime hookuseAgentRoomCollaboration: collaboration hook
Why People May Like It
- it gives you a ready-made IDE shell instead of only loose widgets,
- it stays close to
@a0n/aeon-container, so the UI and runtime packages match, - collaboration is part of the package shape, not an afterthought,
- and the surface is small enough to understand without feeling toy-sized.
Dependency
This package depends on @a0n/aeon-container for the execution, filesystem, and collaboration runtime services underneath the UI.
Why This README Is Grounded
Aeon IDE does not need more drama than that. The strongest fair brag is that it already gives you a coherent UI layer for the Aeon container runtime.
