UI & Frontends
Proof
Collaborative document editor with provenance and agent editing APIs
Agent-era UI framework with WASM sandboxes for safe generated interfaces
Overview
This summary uses submitted and public product material. Only source-mapped claims are documentation reviewed.
ArrowJS is a tiny UI framework built for coding agents and agent-generated interfaces. The current project emphasizes direct DOM rendering, no-build-step core usage, and WebAssembly sandboxes that isolate generated component logic without forcing the UI into iframes or pre-defined component sets.
Listing decision
ArrowJS provides UI primitives, rendering packages, sandboxing, and an agent skill that help a separate coding agent generate application interfaces; it enables agent-authored UI rather than operating as an autonomous agent.
Before you choose
Teams that want a small reactive DOM framework legible to coding agents, with an upgrade path from no-build browser use to SSR, hydration, and isolated execution of generated Arrow components.
A sandbox source bundle must contain exactly one main.ts or main.js entry file. Host bridge modules deliberately expose selected host functions to sandboxed code, so integrators still need to keep that bridge narrow and trusted.
The first-party security model explains the isolation boundary, but this review did not find or validate an independent security audit or benchmark of generated-code containment.
Sources
First-party unless marked otherwise. Each link supports only its adjacent claim.
The maintained repository documents the reactive core, framework, SSR, hydration, QuickJS/WASM sandbox, Vite integration, project scaffolder, and agent skill.
official repository · accessed Sep 3, 2026The API reference defines server rendering and hydration flows and says sandboxed code runs in QuickJS/WASM while the host mounts trusted DOM and forwards sanitized events.
official documentation · accessed Sep 3, 2026The ArrowJS repository is published under the MIT License.
official license · accessed Sep 3, 2026UI & Frontends
Collaborative document editor with provenance and agent editing APIs
UI & Frontends
Visual UI annotation and structured feedback for AI coding agents
Agent Testing & QA
Source-available local GitHub Actions runner designed for AI-agent development loops
Comments