# `SigPro` βš›οΈ ### **The Atomic Reactivity Engine for the Modern Web.** **SigPro** is an ultra-lightweight rendering engine designed for extreme performance. By eliminating the Virtual DOM and heavy compilers, it achieves **surgical reactivity** in less than 2KB. [**Explore the Docs β†’**](https://natxocc.github.io/sigpro/) | [**View on GitHub**](https://github.com/natxocc/sigpro) ----- ## Why SigPro? While other frameworks "guess" what changed by comparing massive DOM trees (Diffing), **SigPro already knows.** * 🎯 **Atomic Precision:** Powered by a *Signal-based* architecture. State is bound directly to DOM nodesβ€”when a value changes, **only that specific node updates**. * πŸš€ **Zero-Hydration Bottlenecks:** No 100KB bundles or complex build steps. SigPro is pure, optimized JavaScript tailored for the browser's native engine. * 🍦 **Pure Vanilla JS Performance:** High-octane performance without the need for transpilers or heavy transformations. It runs natively in the browser just as well as it does in complex build pipelines. * πŸ› οΈ **Build-Tool Agnostic:** Total freedom. Use it with **Vite, Webpack, or Rollup** for enterprise projects, or simply import it via a **`