Philosophy
- Zero build — Drop one file, start building. No webpack, no vite, no npm required.
- Zero dependencies — Everything is self-contained. No supply chain risk.
- Safety by architecture — Scoped auto-cleanup makes memory leaks structurally impossible.
- Progressive enhancement — Use as little or as much as you need. Each API is independent.
- Future-ready — Built on emerging browser standards (TC39 Signals, Navigation API, CSS Anchor Positioning, View Transitions), with fallbacks for today.
License#
MIT.