diff --git a/README.md b/README.md
index c47ea469..20c4a415 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,16 @@ English · [简体中文](./README_zh-CN.md) · [Docs](https://chatnio.com) · [
 6. First-time installation may take 1-2 minutes to complete database initialization. If you encounter issues, please check the panel running logs for troubleshooting.
 7. Visit your configured domain or server `http://[ip]:[port]`, log in to the backend management using username `root` and password `chatnio123456`.
 
+### AlibabaCloud ComputeNest (One-Click)
+[![Deploy on AlibabaCloud ComputeNest International Edition](https://service-info-public.oss-cn-hangzhou.aliyuncs.com/computenest-en.svg)](https://computenest.console.aliyun.com/service/instance/create/ap-southeast-1?type=user&ServiceName=CoAI%20%20Community%20Edition)
+1. Access the CoAI service on [ComputeNest International Edition](https://computenest.console.aliyun.com/service/instance/create/ap-southeast-1?type=user&ServiceName=CoAI%20%20Community%20Edition). If you are in China, please visit [ComputeNest](https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=CoAI社区版), and fill in the deployment parameters as prompted.
+2. Select the payment type, fill in the instance parameters and network parameters, and click **Next: Confirm Order**.
+3. After confirming the deployment parameters and checking the estimated price, click Create Now and wait for the service instance to be deployed.
+4. Click **Service Instance** on the left. After the service instance is deployed, click the instance ID to enter the details interface.
+5. Click the address in **Use Now** on the details interface to enter the CoAI interface. The default username is `root` and the password is `chatnio123456` to log in to the backend management.
+6. For more operation details and payment information, see:[Service Details](https://computenest.console.aliyun.com/service/detail/ap-southeast-1/service-27e11d3a5c9b40628505/1?type=user&isRecommend=true).
+
+
 ### ⚡ Docker Compose Installation (Recommended)
 > [!NOTE]
 > After successful execution, the host machine mapping address is `http://localhost:8000`
diff --git a/README_zh-CN.md b/README_zh-CN.md
index ed041492..26121fa4 100644
--- a/README_zh-CN.md
+++ b/README_zh-CN.md
@@ -105,6 +105,14 @@
 6. 首次安装可能需要等待 1-2 分钟完成数据库初始化。如遇到问题,请查看面板运行日志进行排查。
 7. 访问您配置的域名或服务器 `http://[ip]:[port]`,使用用户名 `root` 和密码 `chatnio123456` 登录后台管理。
 
+### 阿里云计算巢 (一键部署)
+ [![Deploy on AlibabaCloud ComputeNest](https://service-info-public.oss-cn-hangzhou.aliyuncs.com/computenest.svg)](https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=CoAI社区版)
+1. 访问计算巢CoAI[部署链接](https://computenest.console.aliyun.com/service/instance/create/cn-hangzhou?type=user&ServiceName=CoAI社区版),按提示填写部署参数
+2. 选择付费类型,填写实例参数与网络参数,点击 **确认订单**
+3. 确认部署参数并查看预估价格后,点击立即创建,等待服务实例部署完成
+4. 点击左侧 **服务实例** 等待服务实例部署完成后,点击实例ID进入到详情界面
+5. 点击详情界面**立即使用**中的链接,可进入CoAI社区版界面。默认用户名为`root`,密码`为chatnio123456` 登录后台管理。
+6. 更多操作详情与付费信息,参见:[服务详情](https://computenest.console.aliyun.com/service/detail/cn-hangzhou/service-bfbf676bd89d434691fc/1?type=user&isRecommend=true)
 
 ### ⚡ Docker Compose 安装 (推荐)
 > [!NOTE]