๐ช 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 โ๏ธ Cloud Integration: One-click access to database, cloud functions, static hosting โก Rapid Deployment: Full-stack apps online in minutes |
Web Apps: Modern frontend + static hosting WeChat Mini-Programs: Cloud-native mini-program solutions Backend Services: Cloud database + serverless functions + cloud hosting |
๐ 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
- Spec workflow is built into CloudBase AI rules, download the latest template or let AI download CloudBase AI rules in the current project to get it
๐ฉ Get Started with CloudBase AI ToolKit
- Enable CloudBase Tools (MCP Config)
Add the following config to your AI IDE (e.g., Cursor) to enable all CloudBase AI ToolKit capabilities:
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["npm-global-exec@latest", "@cloudbase/cloudbase-mcp@latest"]
}
}
}
- One-Click Project Template Generation
In the AI chat box, enter:
Download mini-program cloud development template
If you only want to download specific IDE config files to avoid project file confusion, you can specify the IDE type:
Download mini-program cloud development template, only include Cursor config
Download React cloud development template, only include WindSurf config
Download universal cloud development template, only include Claude Code config
Supported IDE types: cursor, windsurf, codebuddy, claude-code, cline, gemini-cli, opencode, qwen-code, baidu-comate, openai-codex-cli, augment-code, github-copilot, roocode, tongyi-lingma, trae, vscode
- Available Template Types
- Mini-program cloud development template
- React cloud development template
- Vue cloud development template
- UniApp cloud development template
- Universal cloud development template
๐ View all official templates and docs
- Detailed Tutorial
๐ View full configuration and usage tutorial
Install an AI development tool
For example, Cursor | WindSurf | CodeBuddy, etc. See the Supported AI IDE List.
Enable CloudBase Environment
Visit the Tencent CloudBase Console to enable your environment. New users can try it for free.
Install Node.js v18.15.0 or above
Make sure your computer has Node.js v18.15.0 or above. Download the latest version from the Node.js official site.
Optional: Set npm registry
To 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
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:
Tool | Platform | Guide |
---|---|---|
Cursor | Standalone IDE | Guide |
WindSurf | Standalone IDE, VSCode, JetBrains | Guide |
CodeBuddy | Standalone IDE (CloudBase built-in), VS Code, JetBrains, WeChat DevTools | Guide |
CLINE | VS Code | Guide |
GitHub Copilot | VS Code | Guide |
Trae | Standalone IDE | Guide |
Tongyi Lingma | Standalone IDE, VS Code, JetBrains | Guide |
RooCode | VS Code | Guide |
Baidu Comate | VS Code, JetBrains | Guide |
Augment Code | VS Code, JetBrains | Guide |
Claude Code | CLI | Guide |
Gemini CLI | CLI | Guide |
OpenAI Codex CLI | CLI | Guide |
OpenCode | CLI | Guide |
Qwen Code | CLI | 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:
- ๐ Generate frontend and backend code
- ๐ Deploy to CloudBase
- ๐ Return the online access link
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"
}
}
- One-stop development of card flip game with CodeBuddy IDE + CloudBase
- Develop a WeChat mini-game in 1 hour with CloudBase AI Toolkit
- AI Coding Power Combo: Cursor + Cloudbase-AI-Toolkit Game Dev
- Launched a co-op Overcooked game in 2 days
- CloudBase AI Toolkit: Build a hospital intern scheduling system, goodbye painful excel tables
- No server, how to cloud deploy full-stack projects
- Quickly create a programmer's exclusive business card website
- I built a "hot words" mini-program with CloudBase AI ToolKit in one day
- Use AI to create your exclusive "cloud library" mini-program!
- One person challenges full-stack development resume mini-program
- I used AI to develop and launch a mini-program: Worry Relief Box
- From zero to full-stack dev in the AI era: Figma + Cursor + Cloudbase for WeChat mini-programs
- Resume Assistant Mini-Program
- Gomoku Online Game
- Overcooked Co-op Game
- E-commerce Admin Panel
- Short Video Mini-Program
- Dating Mini-Program
- CloudBase: Use AI to develop an Overcooked game
- Software 3.0: Best AI Programming Partner CloudBase AI ToolKit, WeChat Mini-Program Example
- Use AiCoding to challenge full-stack development resume mini-program
- 5 minutes to create a programmer's exclusive business card website locally
Development Process:
- Input requirement: "Build a two-player online Gomoku website, support online battle"
- AI generates: Web app + cloud database + real-time data push
- Auto-deploy and get access link
๐ Demo: Gomoku Game
๐ธ See development screenshots
Development | Final Result |
---|---|
Supports two-player online battle Real-time board sync |
Development Process:
- Input: "Develop a pet-raising mini-program with AI-enhanced interaction"
- AI generates: Mini-program + cloud database + AI cloud function
- Import to WeChat DevTools to publish
๐ธ See dev screenshots and mini-program preview
๐ฅ๏ธ Dev Screenshots |
๐ฑ Mini-Program Preview ๐ฒ Experience QR Code |
When an app has issues:
- AI automatically checks cloud function logs
- Analyzes error causes and generates fix code
- Auto redeploys
- โก Lightning Fast Deployment: Domestic nodes, faster than overseas
- ๐ก๏ธ Stable & Reliable: Trusted by 3.3 million developers
- ๐ง Developer Friendly: Full-stack platform for the AI era, supports auto environment config
- ๐ฐ Cost-Effective: Serverless architecture, free for new users during development
For migration, integration, and other common questions, see the FAQ.
Need help or want to share? Join our community!
In the group you can:
- ๐ก Share your AI + CloudBase projects
- ๐ค Tech exchange and Q&A
- ๐ข Get the latest updates and best practices
- ๐ฏ Join product discussions and suggestions
Platform | Link | Description |
---|---|---|
Docs | ๐ Docs | Full CloudBase docs |
Issue Feedback | ๐ Submit Issue | Bug reports & feature requests |
- Weekly Tech Sharing: Best practices for AI + CloudBase
- Project Showcases: Show off your AI-powered projects
- Q&A: Tencent CloudBase team answers questions
- Feature Previews: Try new features first
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 |
---|---|---|
๐ Auth | login / 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:
- Collected: Tool calls, basic env info (OS, Node.js version, etc.)
- Privacy: No code or file paths collected, only for product improvement
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!