# Tencent/wujie

极致的微前端框架

Repository: https://github.com/Tencent/wujie
Canonical: https://ross.abutalabs.com/products/wujie
Homepage: https://wujie-micro.github.io/doc/
Language: TypeScript
License: NOASSERTION
License Family: other
Last push: 2026-06-16T07:49:28+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 87, release rhythm 57, longevity 100
- inputs: {"age_days": 1526, "days_push": 78, "days_rel": 79, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5019, forks 677 (observed 2026-08-28T04:09:04.751358+00:00)

## What it is
Wujie (无界) is a micro-frontend framework from Tencent built on Web Components containers plus iframe sandboxes, providing native CSS and JS isolation. It supports sub-application keep-alive, nesting, multi-app activation, decentralized communication, lifecycle hooks, a plugin system, and Vite, with adapters for Vue and React.

## Use cases
- embed multiple independent frontend apps in one shell
- migrate a legacy app into a new frontend incrementally
- achieve strict css and js isolation between micro frontends
- keep sub-applications alive across route switches
- run multiple micro frontends simultaneously on one page
- integrate vite-based sub-apps without extra build config
- share state and communicate between host and sub-apps

## When to choose
- you need strong native sandboxing rather than proxy-based shims
- you want low adaptation cost for both host and sub-applications
- you need sub-app keep-alive, nesting, or multi-instance activation
- your stack includes Vue or React and you want ready-made component wrappers

## When to avoid
- you are building a single-page app with no need to compose multiple apps
- your team prefers qiankun or module federation ecosystems already in place
- you need very small bundle size and minimal runtime overhead above all
- you require deep SSR support for micro-frontend composition

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, frontend-framework, ui-components, middleware
- domain: web-development, frontend, microservices, developer-tools
- platform: browser, cross-platform
- tags: micro-frontend, web-components, iframe-sandbox, css-isolation, js-sandbox, vue, react, vite-support, sub-application-keepalive, tencent, web-server, nodejs

## Member repositories
- Tencent/wujie (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:04.751358+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-29T18:17:30.376302+00:00, confidence not recorded.
  - readme: https://github.com/Tencent/wujie (fetched 2026-08-28T04:09:04.751358+00:00, sha 791188fee068)
  - homepage: https://wujie-micro.github.io/doc/ (fetched 2026-08-29T08:58:28.467595+00:00, sha 383637234272)
  - registry_npm: https://registry.npmjs.org/wujie (fetched 2026-08-29T08:58:28.470117+00:00, sha 0d6c34478341)
- Data as of 2026-08-30T08:39:29.467469+00:00.
