The browser already knows how to render, route, cache, and animate. We just stopped getting in its way.
Anza gives the browser a gentle nudge — reactive state, view transitions, offline caching, and custom elements without a build step. Just import and ship.
| Folder | Contents |
|---|---|
library/ |
Runtime library and custom elements (@adukiorg/anza) |
tools/ |
Rust CLI for dev server, build, and type extraction |
tasks/ |
Repo automation scripts |
docs/ |
Full documentation |
The CLI is a Rust binary. To compile it:
node tasks/build.jsThis writes the release binary to tools/target/release/anza.
cd library
npm install
npm test # real-browser tests via @web/test-runnerMIT © 2026 Aduki