baidu/san
A fast, portable, flexible JavaScript component framework observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 92
- Release rhythm 51
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 50
- age_days: 3656
- days_rel: 244
- days_push: 49
- n_releases_24m: 4
Adoption not part of the score
4737 stars · 538 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
San is a fast, lightweight (under 17k gzipped), flexible JavaScript MVVM component framework developed by Baidu. It offers declarative HTML templates, data-driven views, componentization, server-side rendering support, and an ecosystem of companion tools including a router, store, CLI, and devtools.
Use cases
- build a single-page web app with a lightweight MVVM framework
- create reusable UI components with data binding
- server-side render components for faster first-screen load
- reverse-parse existing HTML into components for first-screen optimization
- manage application state with a flux-style one-way data flow
- build web apps that support older browsers with broad compatibility
When to choose
- you need a very small-footprint component framework
- your team prefers HTML-style declarative templates
- you must support legacy browsers without Proxy-based reactivity
- you want SSR with component reverse-parsing for first-screen performance
- you need freedom in module management (ESNext, AMD, or globals)
When to avoid
- you want the largest ecosystem and community support (React/Vue)
- you rely on npm packages built specifically for React or Vue
- your team has no experience with San and hiring is a concern
- you need cutting-edge features like fine-grained signals or concurrent rendering
Facets
framework · maturity active
frontend-framework ui-components state-management ssr routing templating web-development frontend browser cross-platform mvvm javascript component-framework data-binding lightweight baidu nodejs
2 sources
- readme: https://github.com/baidu/san · fetched 2026-08-28 · 55cd4707772a
- homepage: https://baidu.github.io/san/ · fetched 2026-08-29 · 72e988d6bf43
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| baidu/san | main | 79 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem