Skip to main content

Use Cases

Use Case 1: Online Two-Player Gomoku

Workflow:

  1. Input requirement: "Build an online two-player Gomoku website with real-time multiplayer"
  2. AI generates: Web app + cloud database + real-time data push
  3. Auto-deploy and return an access link

👉 Try it: Gomoku Game

Use Case 2: AI Pet-Raising Mini Program

Workflow:

  1. Input: "Build a pet-raising Mini Program and enhance interaction with AI"
  2. AI generates: Mini Program + cloud database + AI cloud functions
  3. Import into WeChat DevTools and publish

Use Case 3: Intelligent Issue Diagnosis

When your app runs into problems:

  1. AI automatically checks cloud function logs
  2. Analyzes the root cause and generates a fix
  3. Automatically redeploys

Typical Development Flow

  1. Describe requirements → AI understands and plans the architecture
  2. Generate code → generates frontend + backend code
  3. Provision cloud resources → creates database, cloud functions, etc.
  4. Deploy → deploys and returns an access link
  5. Fix issues → reads logs and fixes problems automatically