Use Cases
Use Case 1: Online Two-Player Gomoku
Workflow:
- Input requirement: "Build an online two-player Gomoku website with real-time multiplayer"
- AI generates: Web app + cloud database + real-time data push
- Auto-deploy and return an access link
👉 Try it: Gomoku Game
Use Case 2: AI Pet-Raising Mini Program
Workflow:
- Input: "Build a pet-raising Mini Program and enhance interaction with AI"
- AI generates: Mini Program + cloud database + AI cloud functions
- Import into WeChat DevTools and publish
Use Case 3: Intelligent Issue Diagnosis
When your app runs into problems:
- AI automatically checks cloud function logs
- Analyzes the root cause and generates a fix
- Automatically redeploys
Typical Development Flow
- Describe requirements → AI understands and plans the architecture
- Generate code → generates frontend + backend code
- Provision cloud resources → creates database, cloud functions, etc.
- Deploy → deploys and returns an access link
- Fix issues → reads logs and fixes problems automatically