Philosophy

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

License#

MIT.