跪拜 Guibai
← Back to the summary

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

Foreword

Last week, Tencent officially launched its vibe coding product: "Tusi"

An app generated from a single sentence, which also helps you submit it for review, list it on Yingyongbao, and make it available for users to download.

This article will dissect Tusi's complete solution from a technical perspective and deeply analyze the question on every Android developer's mind: Will this thing replace me?


What is Tusi?

Tusi is an AI application generation platform recently launched by Tencent.

Official website: https://tusi.qq.com/

Official positioning: An exploratory Vibe Coding product.

The difference from traditional programming is: You don't write code; you only describe your intent, and AI writes the code and packages the finished product for you.

Tusi's core process has only 4 steps:

Note: The iOS version is accessed by adding to the home screen (PWA), while the Android version is a real APK installation package.

The entire process requires writing not a single line of code, no environment setup, and no understanding of Gradle.

Tusi's target users are not developers, but ordinary people with absolutely no technical background.


The Listing Closed Loop: From Generation to Store Distribution

Previously, apps generated with Tusi could only be used by oneself or shared with friends via a link.

Now there is an additional formal path: the "one-click listing" feature launched on August 18 extends the chain to the final step — store distribution.

What does this mean? A person who completely does not understand development can go from "I want to make a bookkeeping app" to "users can download it in Yingyongbao" without touching code at all.

However, the listing feature is not free and requires purchasing a "Developer Rights Package":

Item Basic Plus Advanced Pro
Price 899 RMB 7,999 RMB
Validity Period 180 days 365 days
Software Copyright Fast Track 1 time Multiple times
Filing Guidance
Compliance Agreement Generation
Listing Fast Track
Multi-platform Listing Guidance
Ad Component Integration

899 RMB includes software copyright + filing + compliance + listing: Precisely targeting individual entrepreneurs and small teams who "have ideas but no technology." This is not the developer market; it's an incremental market.

This price is much cheaper than outsourcing the simplest app.


What are the Technical Principles?

Tusi has not publicly disclosed its technical architecture, but its core chain can be deduced from product behavior:

User natural language input
       ↓
┌──────────────────────────┐
│ LLM Intent Understanding & │  ← Large model parses requirements, outputs feature list
│ Functional Decomposition   │
└──────────────────────────┘
       ↓
┌──────────────────────────┐
│ Code Generation Engine    │  ← Generates frontend + logic code based on feature list
└──────────────────────────┘
       ↓
┌──────────────────────────┐
│ Real-time Preview &       │  ← User adjusts through conversation/clicking
│ Multi-round Iteration     │
└──────────────────────────┘
       ↓
┌──────────────────────────┐
│ Cloud Build & APK Package │  ← Compile, sign, export installation package
└──────────────────────────┘
       ↓
┌──────────────────────────┐
│ Compliance Review &       │  ← Software copyright + filing + submission (new)
│ Store Distribution        │
└──────────────────────────┘

Several key technical judgments:

This chain essentially automates the entire process of "junior outsourcing development."


How Does It Differ from Other Solutions on the Market?

Tusi is not the only AI application generation platform. This track was already very hot in 2026:

Dimension Tencent Tusi Bolt.new Replit Agent Lingguang (ByteDance)
Target User Zero-basis ordinary people Entrepreneurs with some technical awareness Developers Zero-basis ordinary people
Output Native APK Web application Full-stack application (deployable) In-platform mini-app
Independence Can run independently from platform Requires cloud deployment Can export code Depends on platform container
Code Visibility Not visible Visible and editable Fully visible Not visible
Listing Capability ✅ Yingyongbao ❌ (requires self-deployment)
Commercialization Path Developer rights package Subscription system Subscription system Free

What is the fundamental difference between these four solutions?

Compared to ByteDance's Lingguang, Tusi's uniqueness lies in: It is currently the only platform that can directly generate native APKs and list them on a formal app store.


How Should Android Developers View This?

This is the most critical section of the entire article.

What Can AI Products Like Tusi Replace?

What Can't Be Replaced?

What You Really Should Pay Attention To

Tusi itself is not scary. What is scary is the trend it represents:

Summary


Finally

Tusi has advanced "AI-generated apps" from toy-level to commercial-level — capable of listing, distributing, and monetizing. But it solves the problem of "from 0 to 0.1," not "from 0.1 to 1."

For Android developers, the correct response posture:

What do you think about AI generating apps? Do you think it will impact you? Let's chat in the comments!


Comments

Top 1 from juejin.cn, machine-translated. The original thread is authoritative.

长相老陈

It's just harvesting user ideas.