uni-app is a cross-platform framework using Vue.js to develop applications for multiple platforms from a single codebase.
uni-app addresses the problem of maintaining separate codebases for different platforms by allowing developers to write once and deploy to iOS, Android, Harmony, web, and various mini-programs including WeChat, Alipay, Baidu, Douyin, Feishu, QQ, Kuaishou, DingTalk, Taobao, JD.com, and Xiaohongshu. The framework offers two versions: the original uni-app using web-view rendering for apps, and uni-app x, the newer generation with native rendering on app platforms. According to the README, uni-app x achieves rendering speeds two to three times faster than native implementations on Android, iOS, and Harmony, and maintains frame rates two to four times higher than native in long-list scrolling tests. The tool supports JavaScript, TypeScript, and UTS—a TypeScript-like language that compiles to Kotlin on Android, Swift on iOS, ArkTS on Harmony, and JavaScript on web and mini-program platforms.
Developers should choose uni-app if they need to target multiple platforms without context-switching or if they are building mini-programs, apps, or web applications individually. The framework is particularly suited for teams wanting to leverage Vue.js across all frontend targets. The README emphasizes that even for single-platform projects, uni-app serves as a capable mini-program framework, app framework, and web development framework. The tool is positioned as AI-friendly, using familiar Vue templates and JavaScript/TypeScript that reduce token consumption and error rates in AI-assisted development.
The project maintains a substantial user base, with almost all open issues originating from external users rather than the core team. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker is dominated by enhancement requests and questions, with many issues tagged as lacking clear reproduction steps or example projects.