npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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 surface
  • AeonIdeEditorPane: editor and revision area
  • AeonIdePanels: command, action, and collaboration panels
  • ExecutionToolbar: run controls
  • ExecutionConsole: logs and runtime output
  • FileTree: filesystem sidebar
  • CapabilityBadge: capability and identity indicator
  • useAeonContainer: runtime hook
  • useAgentRoomCollaboration: 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.