Skip to content

aduki-org/anza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anza

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.

Structure

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

Build

The CLI is a Rust binary. To compile it:

node tasks/build.js

This writes the release binary to tools/target/release/anza.

Develop

cd library
npm install
npm test     # real-browser tests via @web/test-runner

License

MIT © 2026 Aduki

Packages

 
 
 

Contributors