ðª Instantly generate, deploy, and host your full-stack Web apps, mini-programs, databases, and backend services with AI IDEâno DevOps required, launch your ideas at lightning speed ð«
ð Languages: English | 䏿
When coding in Cursor/VSCode GitHub Copilot/WinSurf/CodeBuddy/Augment Code/Claude Code/OpenAI Codex CLI and other AI programming tools, it automatically helps you generate deployable full-stack apps + mini-programs, and publish them to Tencent CloudBase with one click.
ð¹ Full Video Demo â¬ï¸
ð Core Capabilities ð ï¸ Supported Platforms ð¤ AI-Powered Development: AI auto-generates code and architectureð Quick Start | ð ï¸ IDE Setup | ð¨ Project Templates | ð Development Guide | ð® Use Cases | ð Tutorials | ð Plugin System | ð§ MCP Tools | â FAQ
ð¤ AI-Native - Rule library designed for AI programming tools, generates code following CloudBase best practices
ð One-Click Deploy - MCP automated deployment to Tencent CloudBase platform, Serverless architecture without server management
ð± Full-Stack Apps - Web + Mini-programs + Database + Backend integration, supports multiple app types and backend hosting
ð§ Smart Debugging - AI automatically reviews logs and fixes issues, reducing operational costs
â¡ Lightning Fast - Domestic CDN acceleration, faster access than overseas platforms
ð Knowledge Retrieval - Built-in intelligent vector search for CloudBase and WeChat Mini-Program professional knowledge bases
ð¯ Flexible Workflow - Support for /spec and /no_spec commands, intelligently choose development mode based on task complexity
[!TIP]
ð© Built-in Spec Workflow: Make AI programming more engineering-oriented
- Built-in Kiro-style Spec workflow, supports Cursor, Claude Code, and other mainstream AI IDEs
- Clear requirements, design, and tasks, auto-generates requirements.md, design.md, tasks.md
- Move beyond "slot machine" vibe coding, development process is controllable and traceable
- Let AI assist in sorting out requirements, design solutions, and task breakdowns, while humans focus on decision-making and review
ð© Get Started with CloudBase AI ToolKit
ð Recommended: CloudBase AI CLI (Simplest)CloudBase AI CLI is a unified command-line tool that integrates multiple mainstream AI programming tools, supporting built-in models and custom models. It allows you to use Claude Code, OpenAI Codex, aider, Qwen Code, and other AI programming assistants with a simple command, while built-in CloudBase AI Toolkit supports the complete workflow from development to deployment, and can run in any environment.
Core Advantages:
One-Click Installation
# Mac/Linux/Windows WSL curl https://static.cloudbase.net/cli/install/install.sh -fsS | bash # Windows PowerShell irm https://static.cloudbase.net/cli/install/install.ps1 | iex
Start Using
On first launch, the configuration wizard will guide you through AI tool selection and configuration. After configuration, you can start using AI tools for assisted development. You can run tcb ai --setup
later to switch tools and models.
ð View complete usage documentation | Try Now | Full-Stack Mini-Program Development Case Tutorial
ð ï¸ Other IDE Configuration MethodsIf you use other AI IDEs, please refer to the configuration guides below:
Install an AI development toolFor example, Cursor | WindSurf | CodeBuddy, etc. See the Supported AI IDE List.
Enable CloudBase EnvironmentVisit the Tencent CloudBase Console to enable your environment. New users can try it for free.
Install Node.js v18.15.0 or aboveMake sure your computer has Node.js v18.15.0 or above. Download the latest version from the Node.js official site.
Optional: Set npm registryTo speed up dependency downloads, set npm registry to Tencent mirror. Run in your terminal:
npm config set registry https://mirrors.cloud.tencent.com/npm/
This will speed up downloads, especially in mainland China.
Optional: Clear npx cache Due to a bug in npx, you may need to clear its cache if you encounter installation issues. Run:npx clear-npx-cache
1. Initialize or Enhance Your Project
We provide project templates with best CloudBase practices and AI IDE rules. Two recommended ways:
Choose a template and initialize in one click:
WeChat Mini-Program + CloudBase
Download Code ï½ Source Code
React Web App + CloudBase
Download Code ï½ Source Code
Vue Web App + CloudBase
Download Code ï½ Source Code
UniApp Cross-Platform + CloudBase
Download Code ï½ Source Code
Universal CloudBase Template: Not limited to any language or framework, includes CloudBase AI rules and MCP, suitable for any CloudBase project
If you already have a project, after configuring MCP, just tell the AI "Download CloudBase AI rules in the current project" to automatically download and complete the AI editor rule configuration in your project directory.
If you only want to download specific IDE config files to avoid project file confusion, you can specify the IDE type:
Download CloudBase AI rules in the current project, only include Cursor config
Download CloudBase AI rules in the current project, only include WindSurf config
Download CloudBase AI rules in the current project, only include Claude Code config
[!TIP] If you use a template project, all configs are preset. If not, follow the instructions below to add the required config manually.
All the following tools support CloudBase AI ToolKit. Choose your tool and follow the guide:
Before you start, just tell the AI:
Login to CloudBase
The AI will automatically pop up the Tencent Cloud login and environment selection.
To switch environments later, say:
Logout CloudBase
The AI will clear the local config. You can ask the AI to login again anytime.
After login, you can confirm the AI is connected:
Query current CloudBase environment info
Describe your requirements to the AI and start developing:
Build a two-player online Gomoku game website, support online battle, and deploy it
The AI will automatically:
If you encounter errors during development, send the error message to the AI for troubleshooting:
There was an error: xxxx
You can also ask the AI to debug and modify code using cloud function logs:
The cloud function code does not meet the requirements, the requirement is xxx, please check the logs and data for debugging and fix it
CloudBase MCP uses a plugin architecture. See detailed docs
{ "env": { "CLOUDBASE_MCP_PLUGINS_ENABLED": "env,database,functions,hosting" } }ð CloudBase AI CLI Case Studies
Development Process:
ð Demo: Gomoku Game
ð¸ See development screenshots Case 2: AI Pet Mini-ProgramDevelopment Process:
When an app has issues:
For migration, integration, and other common questions, see the FAQ.
Need help or want to share? Join our community!
In the group you can:
There are 39 tools covering environment management, database, cloud functions, hosting, mini-program publishing, and more.
ð Full tool docs: See MCP tool details | Tool spec JSON
Category Count Main Features ð Env Mgmt 4 Login, env info, domain mgmt ðï¸ Database 11 Collection mgmt, CRUD, indexes, data models â¡ Cloud Functions 9 Create, update, invoke, logs, triggers ð Hosting 5 File upload, domain config, site deploy ð File Ops 2 Remote download, cloud storage upload ð± Mini-Program 7 Upload, preview, build, config, debug, QA ð ï¸ Tool Support 4 Templates, knowledge search, web search, dialogs ð HTTP Access 1 HTTP function access Type Name Highlights ð Authlogin
/ logout
One-click CloudBase login, auto env selection ð Env Query envQuery
ð Merged Tool - env list, info, domain in one ðï¸ Database collectionQuery
ð Merged Tool - existence, detail, list mgmt â¡ Cloud Functions createFunction
Full config, auto deps install, trigger setup ð Hosting uploadFiles
Batch upload, smart ignore, CDN acceleration ð§ AI Enhanced searchKnowledgeBase
Vector search CloudBase KB, smart Q&A
We optimized from 40 to 36 tools, added 3 mini-program debug tools, now 39 tools in total, with better experience via merging and full mini-program toolchain.
ð Want details for each tool? See MCP tool docs
graph TD A[Developer] --> B[AI IDE] B -->|Use| C[CloudBase AI Rules] C --> D[Generate Code] B -->|Call| E[CloudBase MCP] E --> F{Deploy Check} F -->|Success| G[CloudBase Platform] F -->|Fail| H[Return Logs] H --> I[AI Fix] I --> E G --> J[Online App] J --> K[Web/Mini-Program/API]
To improve product experience, CloudBase AI ToolKit collects anonymous usage stats:
Set CLOUDBASE_MCP_TELEMETRY_DISABLED=true
to disable telemetry.
PRs and issues welcome! See our Contributing Guide for how to get involved.
MIT © TencentCloudBase
â If you find this project helpful, please give us a Star!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4