Skip to main content

Development Guide

Basic Development Workflow

1. Log in to CloudBase

Log in to CloudBase

AI will automatically handle the pop-up of the Tencent Cloud login interface and the environment selection for CloudBase.

2. Environment Management

Switch Environment

Log out of CloudBase

Verify Current Environment

Query current CloudBase environment information

3. Start Development

Describe your requirements to the AI:

Build a two-player online Gomoku website supporting multiplayer battles, and finally deploy it.

AI will automatically:

  • 📝 Generate frontend and backend code
  • 🚀 Deploy to CloudBase
  • 🔗 Returns the online access link

Problem Debugging

Error Handling

An error occurred, the error is xxxx

Cloud Function Debugging

The cloud function code execution does not meet the requirements; the requirement is xxx. Please check the logs and data for debugging and fix the issue.

Supported Application Types

Web Application

  • Modern frontend + static hosting
  • Supports mainstream frameworks such as React, Vue
  • Mainland China CDN Acceleration

WeChat Mini Program

  • Cloud Development Mini Program Solution
  • Cloud Database + Cloud Function Integration
  • Supports advanced features such as cloud invocation

Backend Service

  • Cloud Database
  • Serverless Cloud Function
  • File Storage and CDN

Development Best Practices

  1. Describe requirements in detail - the AI will generate more accurate code
  2. Provide complete error information - to help the AI quickly locate issues
  3. Make good use of log viewing - request the AI to view logs for problem diagnosis
  4. Incremental Development - supports gradual refinement of functionality