# solidjs/solid

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Repository: https://github.com/solidjs/solid
Canonical: https://ross.abutalabs.com/products/solidjs-solid
Homepage: https://solidjs.com
Language: TypeScript
License: MIT
License Family: permissive
Topics: javascript, performance, solid, proxies, declarative, fine-grained, jsx, reactive
Last push: 2026-08-26T23:30:35+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 3053, "days_push": 7, "days_rel": 708, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 35924, forks 1094 (observed 2026-08-28T04:12:00.928698+00:00)

## What it is
Solid is a declarative JavaScript library for building user interfaces that compiles JSX templates to real DOM nodes instead of using a Virtual DOM. It provides fine-grained reactivity, so when state changes, only the code that depends on it reruns, delivering high performance.

## Use cases
- build a fast reactive single-page app without a virtual dom
- create ui components with fine-grained state updates
- build a declarative frontend with jsx and signals
- migrate from react to a more performant ui library
- build a reactive counter or interactive widget
- develop a high-performance web app with minimal re-renders

## When to choose
- you want react-like jsx ergonomics with better runtime performance
- fine-grained reactivity and no virtual dom overhead matters
- you prefer components that run once with signals for state

## When to avoid
- your team depends on the react ecosystem of libraries and tooling
- you need a framework with a huge job market and community size
- you want server-first rendering with mature full-stack conventions out of the box

## Facets
- artifact type: library
- maturity: active
- function: frontend-framework, state-management, ui-components, templating
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: reactive, fine-grained-reactivity, jsx, no-virtual-dom, signals, declarative-ui, typescript, web-server, nodejs

## Member repositories
- solidjs/solid (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:00.928698+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-29T16:26:44.584138+00:00, confidence not recorded.
  - readme: https://github.com/solidjs/solid (fetched 2026-08-28T04:12:00.928698+00:00, sha d65d9be5cb6d)
  - homepage: https://solidjs.com (fetched 2026-08-29T07:48:09.367760+00:00, sha b5dc979413e1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
