# areslabs/alita

一套把React Native代码转换成微信小程序代码的转换引擎工具。我们不造轮子，不发明新框架，只是提供工具把RN扩展到微信小程序端。

Repository: https://github.com/areslabs/alita
Canonical: https://ross.abutalabs.com/products/alita
Homepage: https://areslabs.github.io/alita
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, alita, react-native, redux, wexin, wechat, wechat-mini-program, mini-program
Last push: 2020-08-14T15:26:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2667, "days_push": 2210, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2013, forks 131 (observed 2026-08-28T04:06:05.320316+00:00)

## What it is
Alita is a conversion engine that transpiles React Native code to run as WeChat Mini Program code, using a runtime JSX processing approach rather than compile-time transformation. It is not a new framework; it aligns React Native components and APIs with WeChat Mini Program equivalents with low intrusion into existing RN projects.

## Use cases
- convert react native app to wechat mini program
- run existing RN codebase on wechat mini program platform
- reuse react native components in a mini program
- share one codebase between RN and wechat
- transpile jsx to wechat mini program code
- integrate multiple RN modules into a mini program package
- support redux or mobx state management in mini program output

## When to choose
- you have an existing React Native codebase and need a WeChat Mini Program version
- you want full JSX support including JSX passed as props and outside render
- you want a low-intrusion conversion tool rather than a new cross-platform framework
- your app uses Redux, Mobx, or TypeScript

## When to avoid
- you are starting a brand-new cross-platform project from scratch
- your app relies on platform-specific RN components not yet implemented
- you need to target platforms other than WeChat Mini Program
- you cannot accept WeChat Mini Program limitations like package size limits

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: compiler, build-tool, frontend-framework, cli
- domain: cross-platform, web-development, frontend, developer-tools
- platform: cli, cross-platform
- tags: react-native, wechat-mini-program, jsx, transpiler, code-conversion, redux, mobx, typescript, nodejs

## Member repositories
- areslabs/alita (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:05.320316+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-30T03:00:54.118706+00:00, confidence not recorded.
  - readme: https://github.com/areslabs/alita (fetched 2026-08-28T04:06:05.320316+00:00, sha bd4a30cd046b)
  - homepage: https://areslabs.github.io/alita (fetched 2026-08-29T10:41:06.797053+00:00, sha f3351f785449)
- Data as of 2026-08-30T08:39:29.467469+00:00.
