跪拜 Guibai
← All articles
AI Programming · Android

Tencent's Tusi Generates Native Android APKs From a Single Prompt, Then Lists Them on Its App Store

By Carson带你学Android ·
Read original on juejin.cn ↗ Google Translate ↗ Alt translation

A major platform operator is now both the factory and the storefront for AI-generated apps, compressing the low-end outsourcing market and normalizing code-free, prompt-to-store publishing for non-technical creators.

Summary

Tusi is a vibe-coding platform that targets non-developers, producing real Android APKs without writing a line of code. A user describes an app idea; a large model decomposes it into features, generates frontend and logic code, and packages the result in the cloud. The latest update closes the distribution loop: the platform automates software copyright filing, regulatory compliance, and submission to Tencent's Yingyongbao app store. A paid Developer Rights Package starting at 899 RMB covers the full listing workflow, positioning the service for individual entrepreneurs who have ideas but no technical skills. The generated code is not visible to the user, and the output is limited to UI-driven, local-logic apps without complex backend requirements.

Takeaways
Tusi generates native Android APKs from natural-language descriptions, not web wrappers or PWAs.
A simple app takes roughly 30 minutes to generate, including cloud compilation and signing.
The platform now automates software copyright application, regulatory filing, privacy policy generation, and submission to Yingyongbao.
Listing requires a paid Developer Rights Package: 899 RMB for the Basic Plus tier (180 days) and 7,999 RMB for the Advanced Pro tier (365 days).
Generated code is not visible or editable; modifying an app means regenerating it from scratch.
Tusi targets non-technical users, not developers, and competes with ByteDance's Lingguang, Bolt.new, and Replit Agent.
The platform is limited to frontend-heavy, local-logic apps and cannot handle complex business logic, backend services, or long-term iterative maintenance.
Conclusions

Tencent's control of both the generation pipeline and the distribution channel creates a vertically integrated, low-friction publishing track that no Western platform currently matches.

The 899 RMB price point undercuts traditional outsourcing by an order of magnitude, which will likely evaporate demand for simple, one-off app builds from freelancers and small agencies.

Making the generated code invisible is a deliberate lock-in strategy: it prevents iteration outside the platform and ties the user to regeneration for any change, turning apps into disposable artifacts rather than maintained products.

The 30-minute generation time suggests a full compile-and-package cycle, not instant preview, which implies the platform is running real Android builds in the cloud rather than rendering simulated outputs.

By framing apps as 'content' rather than engineering, Tencent is betting on a creator economy for software where distribution, not development skill, is the bottleneck.

Concepts & terms
Vibe Coding
A programming paradigm where a developer describes intent in natural language and an AI generates the code, emphasizing description over manual coding.
Yingyongbao
Tencent's official Android app store in China, analogous to Google Play, used as the distribution channel for Tusi-generated apps.
PWA
Progressive Web Application; a web app that can be installed on a device's home screen and behaves like a native app, used by Tusi for iOS output instead of a native IPA.
Source: juejin.cn ↗ Google Translate ↗ Backup ↗