Build agent-maintainable reactive UI with ArrowJS 是做什么的?
Use ArrowJS when a coding agent needs to add or maintain small reactive web interfaces using DOM-native JavaScript, template literals, SSR/hydration packages, and optional WASM sandboxing.
Prerequisites
Node.js, npm or pnpm, coding agent, browser project
Installation
Install or set up from the source-backed instructions:
For an agent-oriented setup, run npx @arrow-js/skill in the target project and follow the generated guidance. For manual installs, use pnpm create arrow-js@latest for a new app or install @arrow-js/core plus the optional @arrow-js/framework, @arrow-js/ssr, @arrow-js/hydrate, and @arrow-js/sandbox packages as documented upstream.