Acode Plugin Ecosystem
A collection of plugins extending Acode mobile editor with language support, terminal, git, workspace management, and hot-reload.
Read the build from several angles.
Authentic screens, terminal output, and architecture plates are kept together so the page shows the shape of the work without inflating the claim.
This record uses a procedural architecture view because no authentic public screenshot has been approved.
MOBILE ↔ TOOLING
What exists.
The Acode plugin ecosystem includes language client and server plugins (21 and 17 stars), a terminal plugin, git integration, workspace management, vim mode, hot-reload dev server, and an SDK for building new plugins.
Where it resisted.
Mobile editors lack the plugin infrastructure that desktop editors take for granted. Each plugin needs to work within Android WebView constraints and Acode plugin API.
What I changed.
Built a layered ecosystem: core language support plugins, utility plugins (terminal, git, workspace), developer tooling (hot-reload, SDK), and extended input modes (vim).
The obvious implementation was not the product.
Start with language support because that the highest-value gap in mobile editing, then build outward from there.
Current proof
03- acode-language-client (21 stars) and acode-language-servers (17 stars) published.
- Terminal, git, workspace, vim, and hot-reload plugins published.
- Plugin SDK for third-party development.
What this build changed.
Plugin ecosystems grow from one high-value plugin, not from a platform announcement.