The typical development process consists of four phases:
1. Environmental login
In the AI tool type登录云开发
, complete the Tencent Cloud authorization by scanning the code through the browser.查询当前CloudBase环境信息
Verify the connection status.
2. Description of needs
Direct use of natural language to state requirements, for example:"Creating an online document editor with a user system"The AI will automatically:
- Generating React/Vue front-end code
- Write cloud functions to handle business logic
- Designing Cloud Database Collection Structures
3. Automated deployment
The AI calls the MCP tool to complete it:
- Deployment of static resources to web hosting
- Cloud Function Upload and Configuration
- Database collection initialization
Eventually return accessible URLs.
4. Iterative optimization
pass (a bill or inspection etc)"Checking cloud function logs"and other commands to locate the problem, AI analyzes the error and generates a fix patch to support hot update deployment.
This answer comes from the articleCloudBase AI ToolKit: a toolset to help developers rapidly build and deploy AI applications to the cloudThe