Files
sigpro/packages/docs/index.md
2026-03-20 01:11:32 +01:00

2.0 KiB

layout, hero, features
layout hero features
home
name text tagline image actions
SigPro Reactivity for the Web Platform A minimalist reactive library for building web interfaces with signals, effects, and native web components. No compilation, no virtual DOM, just pure JavaScript and intelligent reactivity.
src alt
/logo.svg SigPro
theme text link
brand Get Started /guide/getting-started
title details
3KB gzipped Minimal footprint with maximum impact. No heavy dependencies, just pure reactivity.
title details
🎯 Native Web Components Built on Custom Elements and Shadow DOM. Leverage the platform, don't fight it.
title details
🔄 Signal-based Reactivity Fine-grained updates without virtual DOM diffing. Just intelligent, automatic reactivity.

npm version bundle size license

"Stop fighting the platform. Start building with it."

<style> .npm-stats { text-align: center; margin: 2rem 0; } .npm-stats img { margin: 0 0.5rem; display: inline-block; } .custom-container { max-width: 1152px; margin: 0 auto; padding: 0 24px; } .verdict-quote { text-align: center; font-size: 1.5rem; margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, var(--vp-c-brand-soft) 0%, transparent 100%); border-radius: 12px; } table { width: 100%; border-collapse: collapse; margin: 2rem 0; } th { background-color: var(--vp-c-bg-soft); padding: 0.75rem; text-align: left; } td { padding: 0.75rem; border-bottom: 1px solid var(--vp-c-divider); } tr:hover { background-color: var(--vp-c-bg-soft); } </style>