# vuejs/petite-vue

6kb subset of Vue optimized for progressive enhancement

Repository: https://github.com/vuejs/petite-vue
Canonical: https://ross.abutalabs.com/products/petite-vue
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2024-07-13T21:45:45+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1889, "days_push": 781, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 9696, forks 398 (observed 2026-08-28T04:10:36.804993+00:00)

## What it is
petite-vue is a ~6kb subset of Vue optimized for progressive enhancement, providing the same template syntax and reactivity model as standard Vue. It is designed for sprinkling small amounts of interactivity onto server-rendered HTML pages without a build step.

## Use cases
- add interactivity to server-rendered html pages
- sprinkle vue-like reactivity without a build step
- lightweight alternative to full vue for small widgets
- progressive enhancement of existing html
- toggle counters and forms on static pages with vue syntax

## When to choose
- you want Vue template syntax on a server-rendered page with no bundler
- you need a tiny (~6kb) reactive layer for small interactive islands
- you are progressively enhancing existing HTML rather than building an SPA

## When to avoid
- you are building a full single-page application - use standard Vue
- you need components, transitions, or the broader Vue ecosystem
- you need guaranteed bug fixes or new features - the project is in minimal maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: frontend-framework, state-management, templating
- domain: web-development, frontend
- platform: browser
- tags: vue, progressive-enhancement, lightweight, no-build-step, reactivity, cdn, web-server

## Member repositories
- vuejs/petite-vue (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:36.804993+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:21:15.838192+00:00, confidence not recorded.
  - readme: https://github.com/vuejs/petite-vue (fetched 2026-08-28T04:10:36.804993+00:00, sha b5ca809d21bd)
  - registry_npm: https://registry.npmjs.org/petite-vue (fetched 2026-08-29T08:21:14.225172+00:00, sha e828c4773bbf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
