An open API service indexing awesome lists of open source software.

https://github.com/aduki-org/anza

Anza gives the browser a gentle nudge.
https://github.com/aduki-org/anza

chrome firefox safari web web-apis web-components webkit webkit2gtk

Last synced: about 24 hours ago
JSON representation

Anza gives the browser a gentle nudge.

Awesome Lists containing this project

README

          

# 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:

```bash
node tasks/build.js
```

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

## Develop

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

## License

[MIT](./LICENSE) © 2026 Aduki